Tagged Questions
The emacs23 tag has no wiki summary.
17
votes
5answers
7k views
Emacs 23 and iPython
Is there anyone out there using iPython with emacs 23? The documents on the emacs wiki are a bit of a muddle and I would be interested in hearing from anyone using emacs for Python development. Do you ...
12
votes
9answers
3k views
Do you use Emacs tabbar?
The emacs tabbar.el package adds (buffer)tabs to each window and comes standard with aquamacs and can be added to emacs23 with the emacs-goodies-el package.
Are any of you hardcore emacs users ...
11
votes
5answers
526 views
Hide Emacs echo area during inactivity
The echo area is the line at the bottom of Emacs below the mode line:
~ ~
| |
...
10
votes
7answers
4k views
How to gracefully shutdown emacs daemon?
On login to Ubuntu, I start an Emacs (version 23) daemon using Ubuntu's Startup programs. I then start Emacs clients whenever I need to edit something. When I logoff from Ubuntu, it says Emacs is ...
10
votes
3answers
801 views
How can I get the compilation buffer on the bottom rather than on the right in Emacs 23?
I've installed Emacs 23 and have found that the compilation buffer (when using M-x compile) appears in a different position than it did in Emacs 22. The currently open buffer appears on the left and ...
9
votes
3answers
371 views
Emacs Org-Mode: Turn off line numbers
I've recently moved from vim to Emacs because I want to use org-mode. I opened a ~10000 line, 50kb file in Emacs23 Org-mode and proceeded to add about 10 first-level headings. Performance on a ...
8
votes
2answers
275 views
How to make my customized emacs load faster?
As I add more and more plugins and configurations to my emacs' init.el , it's startup is getting more and more slow. Is there any way to avoid this?
7
votes
3answers
147 views
Change Emacs modes within specific tags
OK, I know you're going to point me to EmacsWiki page, but here's the deal. I'd like to use the default Emacs mode for a given file type, and change mode after specific tag, say <% %>. By doing ...
7
votes
3answers
518 views
Simplest Emacs syntax highlighting tutorial?
I would like to create only a syntax highlighting minor mode for Emacs. I have the "Writing GNU Emacs Extensions" by O'Reilly, but it does not go into any depth of detail. Is there a simple tutorial ...
7
votes
2answers
154 views
Emacs - Can't get buffer-offer-save working
I would like to have Emacs ask me whether I want to save a modified buffer, when that buffer is not associated with a file. To open a new buffer (not visiting a file) I have the following function in ...
7
votes
2answers
854 views
Emacs navigation in new versions acts like Notepad
This is a bit difficult to explain, so please bear with me.
I am running emacs 23.0.60.2 (from CVS) in order to have truetype support. (in case anyone wonders why I'm running the bleeding edge). I'm ...
6
votes
2answers
498 views
Emacs: Evil Mode best practice?
I've been using Vim as my primary editor for years and tried Emacs several times during. Then I discovered Evil and decided that it meets my demand for speedy movement well enough that I can finally ...
6
votes
1answer
619 views
Shift-Tab produces cryptic error in Emacs
I'm trying to learn org-mode and noticed my files are folded neatly when I exit emacs. When pressing S-TAB in an attempt to unfold the entire file, I get the following error message in the ...
6
votes
2answers
875 views
Recommended git mode for Emacs
As a recent convert to git and a long-time Emacs hacker I'm wondering what other serious Emacs/Git hackers recommend for git support in Emacs23. I've already started using the VC git backend and find ...
5
votes
3answers
154 views
How can I switch focus after buffer split in emacs?
I would like that after splitting the window (C-x 3 or C-x 2) to be able to automatically get to cursor in the new opened buffer (the other than the current). How can I achieve this behavior ?
5
votes
1answer
822 views
Emacs Python-mode syntax highlighting
I have GNU Emacs 23 (package emacs23) installed on an Ubuntu 10.04 desktop machine and package emacs23-nox installed on an Ubuntu 10.04 headless server (no X installed). Both installations have the ...
5
votes
3answers
413 views
How to minify .emacs configuration file?
I was wondering if anyone can provide me with some help on minifying my .emacs file.
Currently I have it set up where each language I use have a custom tab, for example, if I have a hook for Java, it ...
5
votes
2answers
195 views
How to make flyspell bypass some words by context?
I use Emacs for writing most of my writings. I write using reStructuredText, and then transform them to LaTeX after some preprocessing since I write my citations á-la LaTeX. This is an excerpt of one ...
5
votes
1answer
659 views
How to make emacs Semantic use the TAG file generated by GTAGS
My emacs version is 23.2.1
Although I used the following to change the backend to use GTAGS.
(require 'semantic/db-global)
(semanticdb-enable-gnu-global-databases 'c-mode)
...
5
votes
1answer
217 views
emacs23 pops up debugger way too frequently
Since I've upgraded to Ubuntu lucid and emacs23, Emacs pops up the debugger in situations, where emacs22 does not.
For example, when hitting C-c C-c in org-mode, emacs22 simply states can do nothing ...
5
votes
2answers
923 views
emacs - emacsclient or new frame?
this is a rather rudimentary question, but what is the practical difference between opening a new file in a separate frame (make-new-frame) from emacs or opening the file in an instance of ...
4
votes
2answers
111 views
Apply a function to all buffers in emacs
Suppone that I want to apply delete-trailing-whitespace to all buffers in an Emacs session. How can I do that?
I have in this session many buffers. So instead to apply M-x ...
4
votes
1answer
83 views
Adding Subdirectories to Load Path
Rather than individually specifing each subdirectory in my plugins directory I want to be able to automatically load them, to that end I included the following to my .emacs file:
(let ((base ...
4
votes
3answers
488 views
How do i change emacs default font size and font type
I am using emacs 23.3. I need to change the font size and font type, can anyone help me.
Thanks
4
votes
2answers
327 views
M-RET and M-UP/DOWN not working in Emacs org-mode in console/terminal
I'm using Emacs23 in Ubuntu 32-bit 10.04/10.10 with GNOME and Compiz.
Pressing M-RET in an org-mode plain list in Emacs (GUI) inserts a new item. Pressing M-UP moves the item up in the list.
...
4
votes
1answer
78 views
In emacs, matching do and endo statements
Greetings,
I am reviewing some code in the Gauss programming language. In it, loops can begin with do and end with endo? How do I see which endo matches which do. I want to see an outline of the ...
4
votes
5answers
595 views
Binding M-<up> / M-<down> in emacs 23.1.1
I'm trying to put in a feature that I miss from eclipse, where Alt+[Up/Down] transposes the lines up or down, but can not for the life of me figure out how to assign to these keys properly. I am using ...
4
votes
1answer
307 views
Making the emacs cursor into a line
Hi I have been using Emacs23 for some time now and find it a really cool editor. However I am not happy with the cursor (or point in Emacs lingo) being a ' little black box'. I want it to be a nice ...
4
votes
1answer
604 views
create emacs alias that starts in background?
I have an alias in bash that runs emacsclient if emacs daemon is already running and start emacs otherwise. However, in the event that a fresh instance of emacs is fired up, can I make it run in the ...
4
votes
5answers
464 views
How to switch to a different buffer from a terminal buffer
I've been using emacs for few weeks and it's been great so far - coming from vim was easier than I expected (actually - emacs' keyboard shortcuts feel more... natural).
I have added few ...
4
votes
2answers
826 views
How can I get more colors in emacs vc-diff?
I would like to have vc-diff colorize the output so that added lines are in one color and deleted ones in another. Using Emacs 23.1 and putty/xterm-256color (list-colors-display shows 256 colors and ...
4
votes
3answers
4k views
Emacs + Mac OSX and changing default font
how I can change default font to Monaco with antialiasing on Emacs 23. Where I can find dedicated binary for Emacs 23.1 for cocoa with antialised font settings?
4
votes
2answers
511 views
Better control over Emacs windows
I spend a lot of my time in emacs, and for the most part it's wonderful. But one thing really drives me nuts when I'm deep in it, and that's control over which window various new buffers are opened ...
3
votes
3answers
114 views
how to delete region with [delete] key in emacs
I am using Emacs 23.3 on Mac OS X Lion. How can I delete the selected text region with simple key typing—something like delete or C-d? This works on windows without setting anything specific. ...
3
votes
1answer
621 views
Adding Marmalade as Package Source
I'm trying to add Marmalade as a package source, but when I do so I get the error:Symbol's value as variable is void: package-archives. Anyone know how to resolve this? Below is my .emacs file.
;;; ...
3
votes
2answers
99 views
what is “script name symbol” means for emacs set-fontset-font function?
When I read the documentation about set-fontset-font, I found there is a sentence like below:
(set-fontset-font NAME TARGET FONT-SPEC &optional FRAME ADD)
Modify fontset NAME to use ...
3
votes
1answer
63 views
Changing the position of modeline
Is it possible to change the position of modeline so that it appears at the top of the buffer instead of at the bottom of the main buffers? If so, how can I do it?
3
votes
4answers
148 views
Emacs bookmark-jump: how to jump to bmark and only one of the split-windows changes contents?
UPDATE: no answer yet
I start with a file visible in one window; then i do a split-window, therefore now both windows show the same contents (at same buffer point).
Now I want to jump to a ...
3
votes
0answers
94 views
Org Mode iCalendar export non unique UID generation
I am using Emacs 23.2 and I am using the org mode to keep track of my tasks. I have quite a list of tasks that I have made up as events by mentioning the time period and adding the SCHEDULED tag for ...
3
votes
1answer
384 views
emacs zoom in/zoom out
Is there a way to let emacs zoom in and out (dynamically change the font size, quite smoothly) on emacs 23.3?
3
votes
1answer
312 views
How to debug an R package (with C code) in Emacs using GDB?
I am currently writing an R package and using compiled C++ code through the Rcpp package in R (Rcpp makes the interaction of R and C++ code easier for a non-programmer like me, IMHO).
I want to debug ...
3
votes
2answers
269 views
Tips, Tricks, Shortcuts for using EnigmaCurry's Emacs configuration
I just stated using emacs and wanted to find a good configuration for python programming.
I choose the EnigmaCurry emacs configuration which is very extensive. There are a lot of ".el" files.
The ...
3
votes
1answer
237 views
Emacs folding mode error
I want to be able to use the emacs folding mode provided by folding.el from http://www.emacswiki.org/emacs/FoldingMode
I put the following in my .emacs file:
(setq load-path (cons (concat (getenv ...
3
votes
1answer
364 views
How to install new modes in emacs 23 on OS X?
I just downloaded the Haskell and J modes off of SourceForge, and I'm having trouble figuring out how to make them interface with emacs 23. Google searches yield detailed instructions for emacs 22, ...
3
votes
1answer
465 views
Emacs 23 uses character set four times larger than Unicode - why?
From Emacs 23.1 NEWS:
*** The Emacs character set is now a superset of Unicode. (It has about
four times the code space, which
should be plenty).
And more details later on:
*** In ...
3
votes
2answers
169 views
How can I open a file with a non-zip extension as a zip file in emacs?
I'd like to be able to open files with extensions other that .zip that have zip contents using Emacs' built-in zip file support. Is this possible? If so, how?
2
votes
3answers
72 views
emacs - set mark on edit location
I want emacs to add last edit location to the mark ring, so I can jump back to previous edit locations.
Ideally this would only mark one edit location per line. When I edit another line, the last ...
2
votes
2answers
140 views
Emacs on Win32 with hunspell - personal dictionary does not get saved
So I have a working setup for Emacs (v23.3.1) on Windows 7 using hunspell after following the instructions in the wiki.
http://www.emacswiki.org/emacs/InteractiveSpell
When I spell check a document ...
2
votes
3answers
168 views
Emacs Package Management
I used the package.el for emacs-23 file provided by technomancy on github and while I'm able to list the packages, whenever press "i" to install the package emacs simply moves the cursor to the next ...
2
votes
1answer
98 views
Disabling minor mode key bindings
I asked a question here, and got good responses, but the problem turned out to be different from what I had thought.
I am trying to assign a certain function to the key "C-c" in shell mode, but it ...