I am trying to bind the ESC key to a custom elisp function,
(global-set-key (kbd "") 'my-local-mode)
which works under X but does not when emacs is running in a termial. ESC acts as META. However I have tried evil mode and it is able to…
I'm writing the readme (in org-mode) for a new emacs mode, and in the installation instructions we have how to enable the mode on a per-file basis:
or at the end of your file:
#+BEGIN_SRC emacs-lisp
! Local Variables:
! mode: f90-namelist
!…
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 match `dirtrack-list'
In order to solve it I am trying to set the dirtrack-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, create blah.txt in the directory (also in Emacs).
When…
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, and is basically unreadable with the new…
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?
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 effect relevant to X.
What is the cleanest way to…
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:
and this is the result of semantic…
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 password is displayed completely.
Regards!
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.
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 for python, but I am out of luck :( I have been…
I installed Emacs 23 on OS X (the NS/Cocoa variant) and I got the following error when I tried to run ssh from a shell inside emacs.
"pseudo terminal will not be allocated because stdin is not a terminal".
Searching around the web tells me that it…
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 'execute-extended command).
I have…
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 trying to do is making it hard for me to spot. I am…
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 30. When I start the emacs. It initialize to…