Tagged Questions

30
votes
9answers
21k views

Emacs on Mac OS X Leopard key bindings

I'm a Mac user and I've decided to learn Emacs. I've read that to reduce hand strain and improve accuracy the CTRL and CAPS LOCK keys should be swapped. How do I do this in Leopard? Also, in Terminal ...
13
votes
2answers
2k views

Emacs: print key binding for a command or list all key bindings

In Emacs (GNU 23.2, *nix), how can I: list the key sequences bound to a particular command? For example, how can we list all the key sequences that execute save-buffers-kill-emacs, with the output ...
11
votes
5answers
4k views

Emacs global-set-key to C-TAB

I'm trying to set a key-binding to Ctrl+TAB in Emacs. I used the following call: (global-set-key (read-kbd-macro "C-TAB") 'my-func) However, whenever I use it, I get a <C-tab> is undefined ...
8
votes
2answers
757 views

Can Emacs differentiate between ctrl-r and ctrl-shift-r?

I'd like to bind Ctrl + R to 'isearch-backward and bind Ctrl + Shift + R to 'tags-apropos but I can't distinguish between the two key presses. Can emacs differentiate between Ctrl + R and Ctrl + ...
5
votes
2answers
236 views

Globally overriding emacs keybindings

Is there a command to globally override a keybinding such that it overrides even the local settings of major modes? global-set-key is overridden by major mode bindings, as stated here: ...
5
votes
2answers
254 views

List all Keybindings for a certain emacs mode

I know that I can list all the keybidings avaliable in emacs by using C-h b, but is it possible to list only the keybindings that apply to a certain mode, say dired-mode. In dired+, I can do ? h ...
4
votes
2answers
63 views

Emacs how to get copy-paste, shift arrow text highlight, etc

I need to know how to make Emacs usable for a person so used to windows... Specifically what I really need are: 1) Copy-paste keys 2) Shift arrow to select text 3) The backspace acting regularly, ...
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
3answers
329 views

Assign multiple Emacs keybindings to a single command?

I'm giving ErgoEmacs mode a try to see if I can use Emacs more comfortably. Some of its keybindings are fairly intuitive, but in many cases I don't want to outright replace the defaults. For example, ...
4
votes
3answers
625 views

Emacs cheat sheet that lists equivalents to everyday vim commands

There were two things that I want to know how to do in Emacs (23.2, *nix): Go to the first character after indentation in a line Go to the first character that's the equivalent to a given ...
4
votes
2answers
253 views

In which file was the keybinding defined?

Considering a keystroke in Emacs, e.g. C-x C-s. I can figure out which function it invokes by typing C-h c keystroke, but how can I find where this keybinding was defined? (Maybe the right answer is ...
3
votes
2answers
62 views

Rebind keys in Emacs to change commenting style in source code

I am trying to document certain sections of my code using Doxygen. I want to use the javadoc style of comments viz /** * My Documentation goes here */ Now in Emacs I can comment out a ...
3
votes
2answers
272 views

Emacs for Erlang with vi like keybindings and handy short references?

I have come accross vi-style keybindings for Emacs, but my past experience in mixing Lisp based config in .emacs file for enabling various modes etc., hasn't been very pleasant so far. Read several ...
3
votes
1answer
535 views

How to set a key binding to make Emacs as transparent/opaque as I want?

I want to have a command in Emacs to make it as opaque/transparent as I want (refer to the fabulous question that pointed out that transparency is possible in Emacs, and the EmacsWiki page linked ...
3
votes
7answers
1k views

How to turn off alternative Enter with Ctrl+M in Linux

Why is Ctrl+M bound to Enter in Ubuntu Jaunty? How to turn it off? I'm using Emacs and would like to bind Ctrl+M to some other command.
3
votes
4answers
205 views

Emacs How to redefine Shift-R for expected use

I've checked my elisp files to make sure that I do not have any bindings that contain Shift+R (and I have not found any). I expect SHIFT+R to print an uppercase character, but instead I get R R ...
2
votes
0answers
56 views

How to type guillemets in Emacs? [migrated]

How to type guillemets (book title mark in Chinese) in Emacs (efficiently)?
2
votes
4answers
91 views

EEmacs how to bind command to all keys? P.S. Except some

I want to make a minor-mode (foo-mode) which has its keymap (foo-mode-map), but when the user presses any key not in (foo-mode-map), the minor-mode should quit. How do I bind the turn-off-foo-mode ...
2
votes
3answers
90 views

In Emacs, what is the command to move the pointer to the location of the last edit?

What lisp config command would bind this command, if it's not already bound? Also, If I wanted to bind C-x h, C-M-\, and , to a single C-M-\, how would this be done? Thanks in advance
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 ...
2
votes
3answers
220 views

How do I bind a key to “the function represented by the following key sequence”?

I'm just starting to learn emacs (woohoo!) and I've been mucking around in my .emacs quite happily. Unfortunately, I don't know Lisp yet, so I'm having issues with the basics. I've already remapped a ...
2
votes
1answer
412 views

Emacs define-key, Viper-mode key binding

I'm trying to learn emacs, getting vi custom key bindings. Using Viper-mode, what is the correct way to re-bind a key? (I'm using Colemak keyboard layout(instead of qwerty) so have to change things ...
2
votes
3answers
183 views

How do I bind <Print Screen> to a macro in emacs?

I would like to be able to hit <Print Screen> in emacs and trigger a commit in a git repository. My lisp is pretty rusty and know this is broken, but don't know where: ( defun tip-local-write ...
2
votes
4answers
159 views

Emacs merging buffers into one without using C-x 1 keybind

Could you suggest the key bind in emacs to do the following: Steps: for example 1) I divided all text editor area into 2 pieces with command C-x 2 2) Then I divided first one on another 2 pieces ...
2
votes
2answers
718 views

How to use the alt/option key as the “meta” key in NetBeans on OS X with emacs keybindings?

NetBeans supports emacs-style keybindings, but for some reason it uses cmd as the "meta" key instead of alt, which seems to be the standard on OS X. (Terminal.app has a checkbox for "use option as ...
1
vote
1answer
183 views

Emacs Python interpreter tweaks

Having minor issue configuring emacs. I am trying to re-assign the M-Tab key binding for anything code completion as its already bound to ubuntu unity "tab/page viewer". (require 'anything) (require ...
1
vote
2answers
81 views

Disabling prefix key binding

In shell mode on emacs, the current key binding for quitting the shell mode ('comint-interrupt-subjob) is "\C-c \C-c", and I want to change it to "\C-c" as in ordinary linux shell. I tried (add-hook ...
1
vote
3answers
403 views

Set custom keybinding for specific Emacs mode

Though I know how to set a global key-binding in Emacs, I find it hard to even Google out the code for a local (minor-mode specific) key-binding. For instance, I have this code in my .emacs: ;; ...
1
vote
1answer
144 views

(Emacs) Accidentally Switched Keys, How to reset them back?

I tried to use "C-i C-f" for a command, but found out "C-i" was the key for TAB. I tried using translate or something before to switch keys and now when I type "C-i", "H-i" shows up. I tried ...
1
vote
1answer
236 views

Certain keybindings don't work when using emacs in a terminal

I load GNU emacs in it's own window by typing emacs in the terminal. I like to use the keybindings from pc-selection-mode, which allows you to highlight characters using shift-right or shift-left, or ...
1
vote
2answers
430 views

GNU emacs: setting keybindings to highlight text with shift key

I'm trying to set some keybindings to use the shift key to highlight text. I could use "pc-selection-mode", but that doesn't offer all the keybindings I want. For example, I'd like to able to ...
1
vote
2answers
138 views

Emacs Lisp Align Keybinding Definition in init file

I have the following line in my Emacs init file. (global-set-key (kbd "C-x a r") 'align-regexp) Is there any way to hard-code in a particular regex so that I don't have to specify it every time?
1
vote
5answers
131 views

How do I list the defined keys in emacs isearch-mode?

How do I list the defined keys in emacs isearch-mode? Based on http://stackoverflow.com/questions/2845934/emacs-print-key-binding-for-a-command-or-list-all-key-bindings I have tried C-h m, but I ...
1
vote
1answer
575 views

How do I get Emacs bindings in Textmate?

In Textmate: Power Editing for the Mac, the author says that Textmate has Emacs key bindings. When I try to use them in Textmate some work and some don't work. For example C-n moves the cursor down ...
1
vote
1answer
142 views

C-Tab cannot be recognized in terminal?

I want to bind company-mode-map to C-tab, but it seems doesn't work. And I typed C-h k C-tab, it just said that I typed TAB but not C-Tab. It works in Xwindows, is there any way to fix the problem in ...
0
votes
1answer
53 views

Is there a way to map the tab key to meta in emacs?

I'm looking to rebind Meta to the tab key in my emacs environment. I've looked around but been unable to find anything other than binding it to command or option, which are slightly better but still ...
0
votes
2answers
67 views

How do I remap Alt-Backspace in Emacs?

I would like to assign the Alt-Backspace shortcut to pop-global-mark in Emacs (NOX). I tried doing it this way: (global-set-key [M-backspace] 'pop-global-mark) That didn't work. I've not been able ...
0
votes
1answer
43 views

Emacs: setting doc-view-continuous doesn't work with modified key-bindings

I work in Emacs with ergoemacs minor mode turned on. This minor mode changes C-n and C-p to M-k and M-i correspondingly. In doc-view mode I can move up and down inside one page with M-i and M-k but ...
0
votes
1answer
28 views

Use <TAB> to intent text in nxhtml-mode PHP buffer

I use nxhtml for web-development. So far I was pretty satisfied with default settings, but this one freaks me out. I use CI a lot, and when I have to edit language files, I'd like to keep them tidy: ...
0
votes
2answers
138 views

emacs-nox 'C-,' & 'C-.' keybindings not working

I've got a couple emacs keybindings as follows: (global-set-key (kbd "C-,") 'beginning-of-buffer) (global-set-key (kbd "C-.") 'end-of-buffer) Recently, I realized these don't work in emacs-nox. Is ...
0
votes
1answer
285 views

Emacs: How add custom key bindings to be used with char mode of ansi-term?

I wanna add some key bindings on ansi-term's char mode but I couldn't yet... Do you have some tips for that? Is possible? All my key bindings works properly in line mode, obviously, but how can I ...
0
votes
1answer
385 views

Conkeror Keybindings on Mac OSX

Has anyone figured out how to change the keybindings for the meta and control keys for Conkeror on Mac OSX? For example, in Emacs I have my C mapped to the apple command key and my M mapped to the ...