Tagged Questions
3
votes
1answer
152 views
emacs --no-window-system customization
I'm using emacs -nw as my editor on my Ubuntu 12.04 system.
However, the --no-window-system does not use the colors of the terminal.
QUESTION
How could I change the default colors of the emacs ...
0
votes
2answers
503 views
Is there a way to the run the Python 3.2 interpreter inside Emacs 24?
I'm using a nightly build of Emacs.app 24 from Emacs For OS X on OS X 10.7. After loading in my foo.py script everything works fine, except when I click "Start interpreter" from the menu bar Emacs ...
1
vote
3answers
463 views
Custom indentation mode with tabs for Emacs
I love Emacs, but my customization powers are weak, and I would appreciate any help on this.
My default settings are to never use literal tab stops (indent-tabs-mode nil). However, for one particular ...
2
votes
1answer
297 views
In Emacs, how can I set the cursor-type globally?
It's possible to modify the style of the cursor by setting the value of the window local variable cursor-type.
(setq cursor-type '(hbar . 1))
How can I make all existing and future windows use the ...
0
votes
1answer
295 views
Customizing Emacs mode-line and command prompt
I am interested in customizing the Emacs display as much as possible, and wondered if it was possible to customize the layout of the Emacs mode-line and command prompt.
For example, I would like to ...