0
votes
0answers
27 views
custom-theme-set-faces compatible with tty
I have created an emacs-23 custom theme using customize-create-theme. It works fine under X (Linux gnome desktop). However, when running under a tty (within gnome-terminal) some of …
4
votes
2answers
133 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 refre …
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 …
1
vote
2answers
70 views
gdb within emacs on Windows
I'm running Emacs 22.3 in Windows. Earlier today I had gdb working within Emacs just fine. I was installing QT4 and during the installation it asked me to uninstall MSYS which I …
4
votes
2answers
79 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 …
0
votes
1answer
34 views
gdb not showing code within emacs on Windows
I asked a question just yesterday which caused this new issue. http://stackoverflow.com/questions/1424231/gdb-within-emacs-on-windows
Basically I was installing a QT sdk which …
3
votes
2answers
269 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 in …
1
vote
3answers
286 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 ~/.emac …
8
votes
5answers
472 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 t …
1
vote
1answer
115 views
How do I Pass a Function as a Parameter in Emacs?
I'm trying to add a function I created to a hook, but the obvious (to my Schemer mind) way doesn't seem to work. The function is used in 2 places and I want to keep my code DRY so …
0
votes
1answer
68 views
How to set Cscope->database-> Set init directory
Hi,
I am using xcode with emacs. But everytime I start emacs, I need to
go to menu 'CScope' -> Cscope->database -> set init Directory
and it pick the root directory of my source. …
0
votes
5answers
187 views
xemacs: dotemacs config so that one can paste without getting “funny” chars
Copying text from websites via browser, paste into xemacs (21.4) buffer, and tildes, quotes, etc. don't copy correctly.
Example: he’s a dummy -> he\222s a dummy.
Can YOU copy …
1
vote
4answers
527 views
In Emacs how to switch to other buffer?
The problem is following: I want to automate the way my emacs starts.
It has to be split in two buffers and the slime-repl has to be started in the smallest (bottom) buffer. Plus, …
5
votes
2answers
111 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 m …
2
votes
1answer
113 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 'transie …
