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 …
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 ?
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
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 …
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 …
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 …
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 …
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 …
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
1answer
84 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.
And then I click …
0
votes
1answer
137 views
Bazaar: how put files from different locations in one repository?
I'm new to bazaar and would like to give it a try by storing my Emacs configuration files in one repository.
These files consist of a .emacs file in my home directory (on unixish systems) and a …
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 …
2
votes
1answer
136 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 …
