0
votes
1answer
42 views
Set default file open path in Emacs? [closed]
Possible Duplicate:
Changing the default folder in emacs
I'm running Emacs on Windows. Whenever I go to open a file (from the *scratch* buffer) I find that the path it suggests is the path …
6
votes
2answers
153 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 …
0
votes
0answers
85 views
Where is .emacs file? [closed]
I downloaded emacs 23.1 from gnu's ftp. untarred it and built it after configuring.
I do not find .emacs file in my home directory or anywhere in my system ! Am i missing something ?
0
votes
2answers
80 views
Emacs Setting which-function-mode
I would like to have which-function-mode on by default when I open up Emacs. I've added the following lines to my .emacs file.
(setq which-func-mode t)
(setq which-function-mode t)
When I open …
20
votes
21answers
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 …
0
votes
1answer
58 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 the colors are …
4
votes
2answers
171 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 …
1
vote
2answers
87 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 quickly clicked …
2
votes
4answers
382 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 …
4
votes
2answers
84 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
341 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 …
0
votes
1answer
51 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 asked me to …
8
votes
5answers
562 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 …
1
vote
1answer
119 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 no anonymous …
0
votes
5answers
205 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 & paste it …
