Version 23 of the GNU Emacs text editor.

learn more… | top users | synonyms (1)

0
votes
0answers
36 views

Where does emacs Predictive Mode store its dictionaries?

I know I installed Predictive Mode correctly, because it works. However, I have a large file I want to turn into a custom dictionary, and I can't do it. First, I gave it the proper formatting, and ...
0
votes
2answers
68 views

emacs shortcut to insert 4 space and remove 4 space

Noob to emacs. I would like to create a shortcut in emacs to insert 4 space from current cursor position and remove 4 white spaces from current cursor position. May be map it to C > and C < Can ...
0
votes
1answer
42 views

emacs: I need and explanation on dirtrack-list variable

In emacs' shell I am using dirtrack-mode (M-x dirtrack-mode). I get errors in the Directory Tracking Log buffer: Input user@machine:~/modules/mydir> ' failed to matchdirtrack-list' In order ...
0
votes
0answers
31 views

starting desktop-save-mode in emacs-startup-hook

I want to start desktop-save-mode in an emacs-startup-hook. So far I tried: (add-hook 'emacs-startup-hook (lambda () (when is-emacs-editor-instance (server-start) ...
1
vote
0answers
42 views

ido-mode outdated file list

I am using Emacs on Windows 7, and am finding that ido-mode is not picking up some files created since I started using it. E.g. directory contains: foo.txt bar.txt Open foo.txt in Emacs. Later, ...
0
votes
1answer
33 views

Enabling preview-latex For All Modes

I can use preview-latex successfully on any Tex buffer, and it works great. I was wondering how I can enable previewing capability for any mode, such as Fundamental, or any other programming ...
0
votes
1answer
80 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, ...
0
votes
2answers
38 views

The js2-mode.el compilation error

I am getting an error when I compile js2-mode.el using byte-compile-file command in emacs. js2-mode.el:6778:21:Error: Lisp nesting exceeds `max-lisp-eval-depth' How do I get rid of this?
0
votes
0answers
35 views

Package sierotki.el doesn't work under Emacs-snapshot

For a couple of years I used to use the sierotki.el package (NonbreakableSpace) in Emacs for my LaTeX writing. It worked very well in my configuration (Ubuntu 12.04, emacs 23 or emacs 24 (24.2.1)). ...
4
votes
2answers
95 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 ...
0
votes
1answer
22 views

In elisp How do I extract value from a variable

I'm on the first exercise section (Emacs Lisp Intro) and I'm not getting it; 3.12 exercises: Write a function that tests whether the current value of `fill-column' is greater than the argument passed ...
0
votes
1answer
71 views

kill-ring-save vs. clipboard-kill-ring-save

In the menu-bar of Emacs-23 under [Edit] there is Cut, Copy, Paste which are all explicit clipboard related commands ; the traditional C-w, M-w, C-y are no longer offered, and these no longer have an ...
0
votes
2answers
45 views

Syntax read error: )

I'm trying to set up an emacs environment like this guy, but I keep getting this darn error: Syntax read error: ) Here's what my init.el file looks like, it's not long, but I have NO idea what any ...
0
votes
3answers
102 views

Strange characters in ansi-term in emacs

I wrote a c++ program and when I compiled it using g++ in ansi-term, I got some strange characters displayed: If required, the error was that i hadn't declared the variable n. How can I correct ...
3
votes
1answer
92 views

What is the purpose of the emacs menu bar in console mode?

Loading emacs into the terminal (console) window, at the top is a menu containing File, Edit, Options, etc. As far as my googles have told me, the way to access it is by F10, M-x menu-bar-open, etc. ...
0
votes
1answer
39 views

Emacs: how to open sunrise-cd dired navigation on startup

I have question for how I can set sunrise-cd dired navigation to become a default buffer everytime when I startup an emacs? I have tried use M-x desktop-save but it is not worked. One more thing is ...
2
votes
2answers
66 views

global-set-key but exclude specific modes

I am trying to create a new key-bind that will work fine in all modes except for one, where it conflicts with another. For example: (global-set-key (kbd "<C-S-down>") 'move-line-down) Is ...
0
votes
3answers
57 views

emacs query-replace jump to the beginning of buffer

I'm using emacs 23.4.1. In most cases, query-replace works fine just as expected. However sometimes when I try to replace something at the middle of buffer and type y for the first appearance after ...
1
vote
2answers
148 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 ...
0
votes
0answers
71 views

Printing to Network Printer from Emacs 23.2.1 on Windows 7

I'm not an Emacs hacker. But I'm trying out Viper in conjunction with EShell. I'm enjoying the combination. But not being an Emacs hacker (I'm all about Vim), I have no idea what to do with this ...
1
vote
1answer
73 views

don't emacs completion and cedet semantic completion use same tag file

I thought that both of emacs default completion an semantic completions does their job based on the same tag file but now I see sth else: this is the result of emacs default completion via ESC + TAB: ...
5
votes
1answer
128 views

Proper handling of indentation of Java's @Override in emacs

If my .emacs is empty or if it contains only the lines (require 'cc-mode) (add-to-list 'c-offsets-alist '(annotation-top-cont .0)) (add-hook 'java-mode-hook '(lambda () (c-set-offset ...
1
vote
1answer
48 views

How to make ansi-term exit automatically once emacs exits?

Each time i press C-x-C-c to exit emacs, it always want me be sure whether or not close the shell process spawned by ansi-term. Can i make ansi-term exit unconditionally once emacs exit ? Sincerely! ...
0
votes
1answer
59 views

The root's password is exposed in eshell

I have defined the following alias in eshell: $ alias alias ff find-file $1 alias l ls -l $* alias ll ls -l $* alias sudo *sudo $* When i run "sudo **" and input the root's password, the ...
1
vote
1answer
59 views

setting font size and highlighting comments in emacs

How do I set the font size of comments in emacs. I want the comments to be smaller in size than the rest of the code. I also want it to be highlighted.
1
vote
1answer
289 views

emacs: python auto-complete just doesn't want to work

I couldn't find a specific answer to my question here, so I dare asking it at the off-chance of being directed to the answer ;) since about two days, I am trying to get the auto-complete-mode to work ...
5
votes
1answer
128 views

show cpu load in emacs23 status bar

I used to have a setting in my .emacs file which enabled the cpu load in my emacs23 status bar. But I don't seem to be able to find the command anymore. It used to be on the emacs.wiki but somehow I ...
2
votes
4answers
209 views

Emacs 24 Keyboard Macros Running Slow

I've noticed keyboard macros running very slowly in emacs 24 for example - I just tried running a macro to append a '0' to the end of each line in a 105615 line text file C-x ( C-e TAB 0 C-n C-a C-x ...
1
vote
1answer
84 views

Disable Mail in emacs 23

I am wondering if its possible to disable mail in emacs 23. Basically, I occasionally press C-xm and it annoys me that it will create a Mail folder in my home directory. (I also want to remap this to ...
0
votes
2answers
100 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 ...
6
votes
2answers
640 views

Emacs keybinding changes between Emacs 23 and Emacs 24

I recently upgraded to Emacs24, and a number of my custom keybindings broke as a result of it. According to the fine manual, it is possible to make Emacs stop conflating function keys with their ...
2
votes
1answer
292 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 ...
2
votes
2answers
156 views

Show all open buffers in Emacs

In emacs, is there an M-x command or key combo to render all current open buffers into different windows? For clarity, let's suppose I have four open buffers, and I am only seeing one currently being ...
1
vote
1answer
68 views

set the window size of emacs on Window 7

I want to set the window size (maybe it is the frame in emacs speaking). I use this for the config. It works, but something happened that confused me. for example, if I set the width 80 and the height ...
1
vote
2answers
81 views

How to start in the middle of command input

How can I have emacs start and be in the middle of a command input? Particularly, I want emacs to start in the middle of a command input find-file with a message in the small buffer saying: Find ...
1
vote
3answers
146 views

How to enable backspace in incremental search?

How can change this behaviour: C-s — start incremental search type word — misprint the last character Backspace — Oops! incremental search disappears, and I actually delete 1 character from the ...
2
votes
1answer
260 views

emacs color-theme by buffer

I'm in love with emacs. I don't believe there is anything one can't do with enough effort! I have just fine working scripts/extensions installed that could be relevant to get my point: org-mode ...
0
votes
1answer
81 views

How to undo shortcut that you already typed in emacs?

Suppose, you type a shortcut key in emacs (say M-x) and you realize that you did not want to do it. How do you undo a shortcut that you already typed? I have tried Esc-d but that doesn't seem to do ...
0
votes
1answer
136 views

Qt4 include file prevent emacs semantic or auto complete from working?

I spent many hours to configure and test emacs semantic and auto complete for Qt4. I found that these CANNOT even parse or find the Qt4 include file because of the indirectly include. For example, ...
3
votes
1answer
452 views

emacs cedet semantic with Qt4 how to configure

I use emacs 23.1.1 on X86_64-pc-gnu-linux (ubuntu 10.04) and follow the famous link http://alexott.net/en/writings/emacs-devenv/EmacsCedet.html to add all config to .emacs. But it can NOT do even ...
2
votes
1answer
193 views

Incomplete highlight in c++-mode with Emacs

I work with C++ in emacs, and it works perfect, except for a detail when highlighting the code. Whenever I write a function with more than one argument (sometimes, even with just one), it does not ...
0
votes
2answers
106 views

Password on Emacs Boot Up

I was wondering whether there is a way to ask for a specific password when booting Emacs? I think I can ask for a pre-defined password which I can define in my .emacs file but I dont know how? I'm ...
8
votes
2answers
268 views

How to show popup on Emacs?

I intend to change certain features/functions in Emacs. I was wondering whether there is any feature in Emacs to popup a windows to show a warning message? Also, I would appreciate any alternative ...
0
votes
1answer
166 views

How to change/remove Emacs menu items?

I intend to change certain features/functions in Emacs. I'm familiar with different modes however my question is how certain functions are removed from the Graphical Interface - e.g. removing Games ...
2
votes
1answer
57 views

Cant bind to Meta key?

Hi I have been experiencing some strange problems recently when trying to bind a command to the Meta key. This has only started happening today and I'm really confused. In my list of bindings I have ...
1
vote
3answers
147 views

Add/edit functions of Emacs Editor

I need to implement some new functions on an editor. I picked Emacs - although my main programming knowledge is in Java and C - and I want to add some functions and edit some existing functions of ...
3
votes
3answers
377 views

python 3 in emacs

I changed two days ago to Emacs 23, which lately gave me a lot of headache, especially, as I have two Python versions installed, the older 2.7 and 3. As I generally want to start the python 3 ...
1
vote
1answer
56 views

How to diagnose emacs lisp problems involving indirect buffers?

I am using Dave Love's noweb-mode to edit a file that is a mix of LaTeX and C code. Love's mode uses his multi-mode to switch back and forth between modes. This switching is accomplished via indirect ...
0
votes
1answer
237 views

Text Zoom in putty emacs

I'm currently using Emacs 23.1 on a remote server through putty. I would like to be able to zoom out (so I can view all my code when needed). I've tried several methods and none of them have worked. ...
6
votes
3answers
350 views

Emacs compilation mode wont see bash alias

Emacs M-x compile does not see any aliases set in .bashrc. If I use M-x shell then type the alias, it is fine. I tried sourcing .bashrc from /etc/profile, from ~/.profile, ~/bash_env, anything I can ...

1 2 3 4 5