0
votes
0answers
62 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 …
6
votes
2answers
104 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: …
0
votes
2answers
62 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-mo …
0
votes
1answer
43 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 …
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 …
4
votes
2answers
147 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 …
1
vote
2answers
77 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
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 …
2
votes
4answers
322 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 …
4
votes
2answers
295 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 …
0
votes
1answer
40 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 …
8
votes
5answers
485 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
117 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
76 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
193 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 …
