Tagged Questions

20
votes
20answers
2k views

What’s in your .emacs?

I've switched computers a few times recently, and somewhere along the way I lost my .emacs. I'm trying to build it up again, but while I'm at it, I thought I'd pick up other good configurations that …
10
votes
4answers
343 views

Tips for profiling misbehaving Emacs lisp?

I customize Emacs a lot. Recently, I added something to my .emacs configuration that sporadically pegs my CPU at 100%, but I really don't know what it is. If I press C-g a bunch of times, eventually …
8
votes
5answers
536 views

How can I emulate Vim’s * search in GNU Emacs?

In Vim the * key in normal mode searches for the word under the cursor. In GNU Emacs the closest native equivalent would be: C-s C-w But that isn't quite the same. It opens up the incremental …
6
votes
2answers
118 views

Don’t show uninteresting files in Emacs completion window

How do I prevent Emacs from showing me all the files I'm not interested in (such as ~ backup files, .pyc files, or .orig files) when I: C-x C-f TAB ? It is working in one respect: if I know the file …
5
votes
2answers
114 views

how to get focus-follows-mouse over buffers in emacs?

Suppose I have a source file open and I launch a shell. I can hit C-x o to switch between the two buffers. But how can I get it so that when I move the mouse the buffer under the mouse gets focus, …
5
votes
2answers
465 views

Emacs navigation in new versions acts like notepad

This is a bit difficult to explain, so please bear with me. I am running emacs 23.0.60.2 (from CVS) in order to have truetype support. (in case anyone wonders why I'm running the bleeding edge). I'm …
5
votes
5answers
581 views

Programmatically setting Emacs frame size

My emacs (on Windows) always launches with a set size, which is rather small, and if I resize it, it's not "remembered" at next start-up. I've been playing with the following: (set-frame-position …
4
votes
2answers
151 views

How to have emacs auto-refresh all buffers when files have changed on disk

I have a non-emacs global search and replace function that causes my disk files to become more up-to-date than my emacs buffers (en masse). Is there any way to tell emacs to refresh all the buffers …
4
votes
2answers
83 views

How to keep comments on variables set through “M-x customize” on emacs?

When I set variables through M-x customize, the values are stored in this big, auto-generated, alphabetically ordered list in my .emacs file. The problem is I like to document why I chose a …
4
votes
2answers
306 views

How do I byte-compile everything in my .emacs.d directory?

I have decided to check out Emacs, and I liked it very much. Now, I'm using the Emacs Starter Kit, which sort of provides better defaults and some nice customizations to default install of Emacs. I …
3
votes
3answers
138 views

How do I find which .emacs file has been loaded?

Heyas How do I get emacs to tell me the location of the .emacs file it has loaded? My situation is simply when I do sudo emacs, it loads up a very different .emacs file than the one in my home …
2
votes
1answer
129 views

Disabling transient-mark-mode

In my .emacs file, I have (setq transient-mark-mode nil) and yet transient-mark-mode is activated when I start up emacs. Calling transient-mark-mode gives the message 'transient-mark-mode …
2
votes
4answers
348 views

Emacs - Error when calling (server-start)

I am currently using GNU Emacs 23.0.93.1 in Windows Vista SP1. In my .emacs file I make a call to (server-start) and that is causing an error with the message The directory ~/.emacs.d/server is …
2
votes
2answers
209 views

in emacs, what’s the best way for keyboard-escape-quit not destroy other windows?

EDIT: I understand there is keyboard-quit (which is normally bounded to C-g); but I'm more interested to know about how one deals with editing functions that come with Emacs (like in this case). I run …
2
votes
1answer
175 views

try catch block indentation in emacs

I'm using the bsd style of indentation in emacs & I'd like to modify it a bit. The related portion of my .emacs file is below. When I write a function with try catch blocks the braces are …

1 2 next
15 30 50 per page