_.emacs_ (_dot-emacs_ where the initial period causes problems) is the name of the main configuration file of the emacs text editor.
4
votes
1answer
93 views
Emacs v22-->v24 Scrolling Bug on OS X 10.4-->10.8
With a .emacs file containing
(set-foreground-color "white")
(set-background-color "black")
(setq mouse-wheel-scroll-amount '(1 ((shift) . 1) ((control) . nil)))
(setq mouse-wheel-progressive-speed ...
2
votes
1answer
98 views
Emacs: default-frame-alist setting is ignored
I would like all frames to overlap at (1,1). Yet with a .emacs containing
(setq initial-frame-alist
'((top . 1) (left . 1) (width . 80) (height . 55)))
(setq default-frame-alist
'((top . ...
0
votes
0answers
11 views
Custom Set Faces is enabled but no new face is set in Emacs OSX
My .emacs file is messed up after I type the custom-set-face command M-x Custom-face
Then it prompts me to accept default. And after I hit return, the following is included in my .emacs file
...
0
votes
1answer
33 views
Any way to make ido-find-file switch to another recently opened file if there is no match in current directory?
Emacs ido is very nice and it makes my work more efficient.
But I feel rather annoyed that it always take it upon herself to change directory when she thinks there is no match in current directory ...
4
votes
1answer
82 views
Any way to shut up some of Emacs annoying messages?
Emacs sometimes can be rather annoying, it emits too much information in minibuffer. For instance, when I run M-x gnus, it tells me that
You can run `gnus' with ...
1
vote
1answer
79 views
Automatically display whitespaces using Aquamacs 2.4 (OSX Mountain Lion)
Aquamacs 2.4 for OSX has been designed to use Preferences.el and customizations.el instead of ~/.emacs
Preferences.el
(require 'whitespace)
;; This is for files previously created and then opened ...
2
votes
1answer
61 views
Define key when buffer is read-only
I'm trying to use the keys "n" and "p" the same way as "C-n" and "C-p" when my buffer is read-only (yes, I'm lazy).
I use this code in my .emacs file :
(when buffer-read-only (local-set-key "n" ...
0
votes
1answer
77 views
Separate GUI & CLI themes for Emacs?
To avoid the white background, I changed the default emacs background color to "dark gray" -- it's perfect for working in the GUI at night . . . however, emacs is also my default editor for terminals, ...
1
vote
2answers
121 views
aquamacs red cursor
The old, reliable (set-cursor-color "#aa88dd") in my .emacs file fails with Aquamacs, unless it is run after Aquamacs has launched. This type of failure is typical of Emacs doing something secretive ...
0
votes
1answer
51 views
emacs delete-selection-mode disables itself
In my .emacs file I have (delete-selection-mode t) to enable the delete-selection-mode globally. Currently I'm working on a TeX file with AUXTeX, so it might be related to AUCTeX, but I don't know.
...
4
votes
2answers
92 views
Emacs set spacing for inline (end of line) comments
In the PEP 8 style guide for python, it is recommended that inline comments are separated by the rest of the line by two spaces. However, the default in Emacs is that running comment-dwim or ...
7
votes
2answers
1k views
Sublime Text 2's “Goto Anything” (or instant search) for Emacs?
I tried out Sublime Text 2 recently, and I found Goto Anything superbly useful for navigating source code (Ctrl-P file@symbol seems to work really well). Is there something similar for Emacs? ...
1
vote
2answers
64 views
Emacs - kill suggestions buffers with timeout
I know this solution is posted, but I cannot find it. I had in my .emacs code to kill suggestions buffers automatically after n seconds (mine was set to 5). This allowed me to not have to switch to ...
0
votes
2answers
42 views
How to silent disabled commands?
I want to silent disabled commands in Emacs. Possibly unbind them altogether.
When I slip on a disabled-command binding (e.g. a in Dired) — which I am not allowing because I don't want to use it — ...
0
votes
0answers
58 views
Profile modular dotemacs
My emacs is modular (and uses ~20 loads in init.el). I want to speed up my start time. I know of http://www.emacswiki.org/emacs/ProfileDotEmacs, but that isn't allowing me to dive into my config ...
0
votes
1answer
107 views
Bizarre behavior with Emacs [.emacs]
I don't really know what to say.
I've been working on customizing my emacs, and I noticed that it isn't actually loading my .emacs on startup. According ...
5
votes
1answer
160 views
Emacs auto-minor-mode based on extension
I found this question somewhat on the topic, but is there a way [in emacs] to set a minor mode (or a list thereof) based on extension? For example, it's pretty easy to find out that major modes can be ...
1
vote
2answers
145 views
Emacs: Translating C-h to DEL, M-h to M-DEL
I want my C/M-h keys to be a binding for delete.
The usual solution of global-set-key doesn't work for me, as I want these keys to behave as delete everywhere including the minibuffer and various ...
4
votes
1answer
241 views
How to save a list of all the installed packages in Emacs 24?
I am using prelude as a base Emacs configuration.
I have installed lots of packages from the package manager, and I want to use my settings on another machine.
I don't want to carry the installed ...
0
votes
1answer
100 views
Independent emacs installations and locations of the .emacs.d directory and the .emacs file
I have multiple installations of emacs on my Windows 7 computer, each configured slightly differently. Let's say installation1 and installation2, where installation1 is the main emacs, and ...
2
votes
2answers
228 views
Font-locking for SQL-MODE inside of ORG-MODE not font-locking
Related to question: org-mode: fontify code blocks natively
I've got the latest org-mode and emacs versions as of November 1, 2012 (org stored in org-20121105).
I've also got the sql-mode that comes ...
4
votes
2answers
115 views
Emacs - Autosave buffer every 5 seconds
How can we configure emacs to automatically save the unsaved changes every 5 seconds? I want the save the buffer and not the temporary file generated with ~
10
votes
1answer
283 views
Emacs: How can I eliminate whitespace-mode in auto-complete pop-ups?
Here is a screenshot of what is going wrong:
As you can see, the whitespace characters are getting in the way of auto-complete's pop-up text and making things look really terrible.
When really, ...
0
votes
0answers
111 views
Emacs Starter Kit 24 header-or-tag void variable
When I run the starter kit, the error
Symbol's value as variable is void: header-or-tag
The code for the function is here
(more information about the starter kit here)
(I added an extra bracket to ...
0
votes
2answers
99 views
How to make emacs cursor under Windows act like it used to under X?
This is with (emacs-version)
"GNU Emacs 23.3.1 (i386-mingw-nt6.1.7601)
of 2011-03-10 on 3249CTO"
I suddenly noticed that the cursor is like a standard Windows caret, and the sort of editing I'm ...
0
votes
0answers
55 views
Emacs: Shell-switcher customizations being overridden
Recently my customize setting for shell-switcher mode started being stepped on when I launch emacs.
My settings are still present in my .emacs
(custom-set-variables
'(shell-switcher-mode t)
...
2
votes
1answer
286 views
How do I make an Emacs color theme that doesn't set a background color?
I am trying to make an Emacs color-theme for my terminal which sets colors for all the text and such, but uses the default background from the terminal- mainly because I like the transparency settings ...
3
votes
1answer
1k views
Loading packages installed through 'package.el' in Emacs24 [duplicate]
Possible Duplicate:
Emacs 24 Package System Initialization Problems
I am using Emacs 24. I have the ELPA and Marmalade repos added. Using 'package' I installed 'auto-complete'. I have the ...
0
votes
1answer
119 views
auto-insert-mode define on full path
I'm looking for a way to tell auto-insert-mode to use different templates regarding on the file path (not only on the file extension).
I want all .org files created under a directory */meetings to ...
9
votes
1answer
868 views
Emacs 24 Package System Initialization Problems
It seems to me that the new Package system that is built-in on Emacs 24 has some flaws when it comes to properly loading and initializing the installed packages.
Recently, I upgraded to Emacs 24.1.1 ...
4
votes
1answer
508 views
Emacs: Get new-frame and emacsclient -c to use set frame size?
I am new to Stack overflow and I have a question about an issue that has been virtually the only thing to irk me in my quest to master emacs.
I configured my .emacs file to set the default frame size ...
1
vote
2answers
452 views
Shift-selection and emacs 24
I use emacs 24 (OSX) and have a problem with shift-selection.
If I select a region with my mouse, the text is highlighted and automaticaly saved on to the kill ring (I can yank it immediately).
With ...
1
vote
1answer
165 views
Emacs: Mode doesn't load on startup
I'm using Emacs under Win64. I want to load a mode called gas-mode.el on startup.
What I wrote:
C-x C-f c:/Program Files (x86)/emacs-23.1/.emacs
(autoload 'gas-mode "c:/Program Files ...
1
vote
3answers
61 views
why mode isn't enabled?
I've got an emacs configuration file whatever.el :
(abbrev-mode +1)
(provide 'whatever)
and in my init.el :
(require 'whatever)
but when i start emacs, abbrev-mode isn't enabled. why ?
thank ...
3
votes
2answers
139 views
What does “SAVED and set. (mismatch)” (and in particular the “mismatch” part) mean in emacs customize?
I was just trying to customize some org-mode export settings in emacs, and so I did M-xcustomize-grouporg-export-html. This brought up by Customize buffer, and, among other things, I went about ...
2
votes
4answers
2k views
why cant emacs 24 find a custom theme I added?
My entire emacs setup is here
I loaded my init-theme.el file here
And supposedly that should make the darkclean theme available.
But when I type M-x load-theme TAB the darkclean theme is not ...
0
votes
1answer
130 views
Emacs frames that fit the desktop (on either laptop or external monitor)
I usually set .emacs to open frames (windows) that nearly fill the laptop desktop. When I boot the laptop with an external monitor hooked, I end up needing to enlarge the first and every subsequent ...
2
votes
2answers
212 views
Stopping tex-shell from opening when compiling Latex from Emacs
How can I prevent the *tex-shell* buffer from opening when I compile Latex from Emacs? It splits the window in half, and I always just use C-x 1 to get rid of it immediately.
The solution is ...
9
votes
3answers
12k views
Setting Emacs 24 color theme from .emacs
I have the following code in my .emacs:
(if (null window-system)
(progn
(require 'color-theme)
(color-theme-initialize)
(color-theme-simple-1)))
When I open Emacs on the console, I ...
1
vote
1answer
271 views
Redefining keys in emacs' ENSIME scala mode
I'm trying to redefine the "M-." in the ENSIME mode so that it runs auto-complete instead of ensime-edit-definition. Which is the default binding. I have the following code in the .emacs:
(defun ...
0
votes
1answer
57 views
is there something like buffer-numbering-mode?
I am looking for something like window-numbering but to changing among buffers, specifically for tabbar, but I think something generic may be used. Any idea?
0
votes
1answer
65 views
How to detect is xemacs was opened with no window system
there are portions of my .emacs file that I would like to behave differently depending if emacs was opened in a terminal (ie, emacs -nw) or in a window. How does one go about detecting this?
0
votes
2answers
454 views
How can I save my Emacs settings?
I am using the Emacs editor, and every time I start Emacs, I lose my previous settings.
For example, every time I have to type:
M-x cua-mode RET
M-x auto-complete-mode RET
How can I save my ...
0
votes
1answer
432 views
.emacs file permissions?
Ok I have been using Aquamacs and want to do a bit of customizing. So I know that I have to create a .emacs file and add my changes in that file. So I created a text file and named it .emacs in my ...
7
votes
3answers
3k views
PATH and exec-path set, but emacs does not find executable
My .emacs contains
(setenv "PATH" (concat ".:/usr/texbin:/opt/local/bin" (getenv "PATH")))
(setq exec-path (append exec-path '(".:/usr/texbin:/opt/local/bin")))
(add-to-list 'load-path ...
0
votes
1answer
505 views
Customize GNU/Emacs nxml-mode indentation
As some of you who use GNU/Emacs to develop for Android, you are surely aware that the latest Android Tools introduces a new xml formatter. I use the excellent nxml-mode to edit xml since… I edit xml ...
18
votes
1answer
637 views
Java Coding Style & Emacs cc-mode configuration
I'm using GNU/Emacs HEAD with the included cc-mode (c-version 5.32.2) on a GNU/Linux Debian machine.
I'm trying to define a custom style to manage the Code Conventions for the Java Programming ...
0
votes
2answers
408 views
Emacs preview-latex
I use preview-latex for displaying LaTeX results in an Emacs window. I use preview-at-point to toggle back and forth between code and output. However if I am not on Latex code (by mistake, maybe I ...
6
votes
3answers
174 views
Is there a way to write a .emacs that will always stay upward compatible?
I have been using Emacs since version 18. Emacs Lisp isn't my routine programming language, but years ago I invested some time studying it to the point of creating a .emacs that's better (for me) than ...
1
vote
1answer
223 views
How to use BDF fonts in Emacs for Windows
When trying to use a modified version of the Lisp snippet from the GNU Emacs FAQ (http://www.gnu.org/software/emacs/windows/Fonts-and-text-translation.html section 5.4) to load BDF fonts:
(setq ...