1
vote
1answer
26 views

How do I bind another key to isearch-forward in EMACS correctly?

I swap between Windows and Linux frequently and constantly press C-f when I want to search in EMACS. Since I don't need forward-char that much, I decided to bind C-f to isearch-forward (default C-s) ...
2
votes
2answers
55 views

Why can't I change paredit keybindings

I'm trying to use just a few functions from paredit, without loading all the keybindings. Looking at paredit.el, the only keymap I found was paredit-mode-map, so I tried this. (setq paredit-mode-map ...
1
vote
2answers
28 views

How to enter C-M-b in Emacs under a windows keyboard?

I am running Linux on a VM under Windows. When I am using Emacs on Linux, since my keyboard doesn't have the meta key, I will do my meta key command by pressing Esc, release it, and then press the ...
0
votes
2answers
43 views

How can i bind C-x-insert in emacs

I want to bind C-x-insert to a command. This works: (global-set-key [\C-insert] 'my-func) But this doesn't: (global-set-key [\C-x-insert] 'my-func)
0
votes
1answer
59 views

How do I save the character under the point in emacs

I have a list of special unicode characters that I use frequently in one of my files. To avoid typing (and learning) unicode numbers all the time I would like to just have a line with those characters ...
0
votes
0answers
29 views

emacs shortcuts are not working

I've been trying to get tramp to work for Emacs and was having some problems so I upgraded my Aquamacs to the latest version. Ever since then I've had massive problems with shortcuts. C-x C-f no ...
0
votes
2answers
41 views

Emacs: how to toggle between two tab widths via hotkey

I'm editing two different codebases in Emacs, one uses tabs set to two spaces and one uses tabs set to eight spaces (the Linux kernel). Since the kernel uses tabs for alignment, I would like to ...
0
votes
1answer
30 views

How can I prevent Gnome from intercepting the Alt+Shift+~ key?

I often want to type Alt+Shift+~ while using emacs (to run its command "not-modified"). However, since upgrading the Debian Wheezy, which upgraded Gnome to 3.4), I find that when I type those keys, ...
0
votes
2answers
83 views

why browsers editing shortcut is the same with emacs default shortcut?

Things like ctrl-a , ctrl-e , ctrl-f, ctrl-b, ctrl-n, ctrl-p, ctrl-k, ctrl-d. When you edit in a normal html form in any browser I knew (IE not included), the shortcuts above works the same as emacs ...
-1
votes
1answer
72 views

In Emacs how to delete from current line to the end of file? [closed]

What should I type in emacs to delete the file from the cursor to the end of file ?
3
votes
2answers
65 views

keyboard shortcut to access emacs gui top menu in linux

what are the keys to access file/edit/options/buffers/tools/help menu bar items? There are a zillion emacs key combos and only the mouse can get to those. :?
0
votes
1answer
35 views

How to use C-x ^ shortcut on German keyboard layout without space key in Emacs?

As described here (http://stackoverflow.com/a/6315267/772434) The short key C-x ^ can be used in Emacs to increase the size of a split window. On my German keyboard layout however, I have to type ...
0
votes
1answer
82 views

ST2 and Emacs: Delete Whole / Entire Word + Whitespace to the right

Coming from a word processing background, the behavior I have become accustomed to seeing for delete word is the following: delete entire word plus all of the whitespace after the word. I am ...
0
votes
1answer
72 views

Emacs mode specific keybinding - Symbol's value as variable is void error

I have tried to set rst-mode specific keybinding such as: (eval-after-load "rst-mode" (define-key rst-mode-map (kbd "<f5>") (lambda () (interactive) ...
2
votes
0answers
83 views

emacs style autocompletion (alt+/) in visual studio

Intellisense is fine in various Visual Studio editors (C#, VB...). However, in various other cases, your typing productivity drops dramatically because Intellisense simply does not apply (XML without ...
0
votes
1answer
115 views

Eclispe with Emacs keybindings: rebind Ctrl+J to end line and indent?

I need to use Eclipse to edit a language that doesn't have a good major mode in Emacs. I'm using what it advertises as "Emacs keybinding scheme", but it has several distinctions, some of them just ...
6
votes
1answer
162 views

Jump through java methods in emacs

I want to jump through my java files by method, e.g. when I've got my anywhere, do a single keyboard shortcut to jump to the next end of a method or beginning of a method. Emacs' "moving by defuns" ...
1
vote
1answer
95 views

Block bindings that won't work in terminal mode in emacs?

Some emacs keyboard bindings that work in GUI mode won't work in terminal mode because the terminal only knows how to send ASCII control codes. Is there a way to get emacs to complain when I bind a ...
3
votes
4answers
90 views

Is there a shortcut to clear the “Find File:” buffer in Emacs?

Is there any way to quickly clear the pre-filled text in the Find File: buffer (C-x C-f)? I find it's often annoying to M-Backspace each element out of the way, and CMD-a (on a mac) selects all the ...
0
votes
1answer
125 views

Can't define key bindings with define-key in Emacs

I am trying to bind a few keys for my M-x ansi-term windows in Emacs 24.1. I tried adding the following to my .emacs file: (define-key term-raw-map (kbd "M-J") 'windomove-left) But Emacs complains ...
1
vote
3answers
105 views

Is it actually possible to insert the shortcut “C-M-\” in a German keyboard?

Goal: I want to use the function indent-region with the default shortcut "C-M-\". Problem: I use a German keyboard layout. To insert "\" I have to type either "C-M-ß" or "AltGr-ß", because the "ß" is ...
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 ...
1
vote
2answers
160 views

Refining key-chord.el triggering

I do really like key-chord.el but I'd need it to only trigger when I start pressing keystrokes after a short delay during which I didn't do anything elapsed. I'd like to know if it's easy to modify ...
3
votes
0answers
189 views

Emacs with KeyRemap4MacBook and rebound keys does not recognize some shortcuts (p.x. M-}) [closed]

Ok the explanation of my setup will take some time: I'm german and using the Neo keyboard layout on my mac with KeyRemap4MacBook to get the CapsLock and # keys as additional modifier keys. See the ...
-1
votes
1answer
375 views

Efficient switching between windows in emacs [duplicate]

Possible Duplicate: How can I more easily switch between buffers in Emacs? While working with emacs I tend to keep many open windows. Unfortunately using M-x other-window is quite annoying. ...
1
vote
1answer
94 views

How to configure emacs' M-f and M-b to behavior like eclipse's Ctrl+right and Ctrl+left?

I'm from eclipse to emacs, and don't used to the behavior of M-f and M-b. See the following javascript code: module.controller('Front', ['$scope', function($scope){ When I use Ctrl+right, the ...
1
vote
0answers
126 views

Change Windows [Ctrl+Tab] Key Binding to the Emacs Key Binding Ctrl + x o which changes windows

I always want to hit Ctrl+x o when coding in python to switch to another window just coded in from emacs usage but ipython doesn't understand that as a key binding nor any other program for that ...
1
vote
4answers
138 views

Emacs: move the cursor to the last character of a word

Is there a shortcut to move the cursor to the last character of the word? If there isn't, how to write some functions in .emacs to have?
7
votes
2answers
291 views

Make a key behave as another key

I want certain keys and key combinations to behave as other keys or key combinations in Emacs. For example, I want F5 to behave as a substitute for C-c for every possible combination involving it, or ...
2
votes
3answers
176 views

Emacs - How can I find the name of a command (for calling M-x <command>) for a key binding?

In Emacs, what are the names of the commands to: indent all inside the buffer (in function of which language you use) (equivalent of select all the buffer and press tab) move by "paragraph" ...
2
votes
0answers
127 views

How to bind ESC to Quit (C-g) in emacs for Mac

I'm using emacs 24.0.95 for Mac (from emacsformacosx.com builds). I've tried doing (global-set-key (kbd "<escape>") 'keyboard-escape-quit) as suggested in a similar (but win specific) ...
2
votes
2answers
193 views

Conflicting keyboard shortcuts in two Emacs minor modes

I have an ErgoEmacs minor mode turned on globally, which defines many custom keyboard shortcuts for basic editing. However when I open any lisp file, slime-mode turns on automatically and overrides ...
3
votes
1answer
93 views

How do I execute a single line of Ocaml code in Emacs?

I'm using Emacs to edit an Ocaml file, and I want to run one single line of code to make sure it type checks. What key command do I use to accomplish this? C-c C-b runs the entire file, but I just ...
0
votes
1answer
210 views

Emacs shortcut keys to write-(un)protect a file in the buffer

Does anyone know what are the Emacs shortcut keys to write-protect the file in the buffer, and unprotect it?
4
votes
2answers
339 views

Easy way to go to the definition of a function (Emacs, Ocaml)

I am coding Ocaml under Emacs... I would like to know if there is a shortcut to jump to the definition of a function (where the cursor is). At the moment, to do so I have to search the name of the ...
0
votes
2answers
504 views

Define key-bindings in emacs

I'd like to map a command in emacs to a key-binding. I want the command Control-l to have the same effect as the command Alt-x goto-line followed by a return (since that command first needs a return ...
0
votes
2answers
108 views

Make C-M-RET insert \item[]

In AUCTeX M-RET is bound to (LaTeX-insert-item) which makes a new properly indented line and inserts \item and a space after which the cursor is placed. I would like to extend this feature so that ...
2
votes
6answers
180 views

Emacs - delete to first non blank character

I'm looking for key binding / function which delete from current cursor position to first non blank character example: function f() {| test(); | - cursor position I want delete everything to ...
1
vote
1answer
135 views

C-c C-r for Ocaml toplevel and setting a region under Emacs

I have seen somewhere the description of C-c C-r is "evaluate the whole selected region" or tuareg-eval-region. But when I try it under Emacs, it seems that after setting a region, and placing the ...
2
votes
3answers
338 views

Using Emacs, is it possible to pin the compilation command to a specific buffer/directory?

Right now I am using the following to compile, when I'm in for example main.cpp C-x b Makefile RET M-x compile RET RET I actually have M-x compile as a keyboard shortcut, but the problem is I would ...
6
votes
2answers
585 views

How to remove a key from a minor-mode keymap in Emacs?

I have globally assigned C-c/ to ace-jump-mode but reftex-mode (a minor mode for citations used with AucTeX) overrides this key with some function I never use. I tried local-unset-key but it only ...
1
vote
1answer
398 views

Defining Control-Shift-* Emacs keyboard shortcuts

I'm trying to define the following two keyboard shortcuts to move between windows in Emacs: C-shift-n: Move to the next window C-shift-b: Move to the previous window I thought the following will ...
2
votes
2answers
411 views

Setting shortcuts keys in specific modes in Emacs (e.g. ido)

I have two problems which are somewhat related I believe: 1) In IDO I'd like to change ido-restrict-to-matches to samething else than C-SPC or C-@. Unfortunately I do not know how to tell emacs that ...
-1
votes
1answer
239 views

what's the longest emacs command? [closed]

When I say "command", I mean the C-x C-f bindings, not the command names like read-file. What is the greatest number of keys you've ever had to press to access a command? This is actually for a ...
6
votes
5answers
2k views

What are good custom keybindings in emacs?

Emacs seems to have all the possible keyboard combinations already randomly distributed among it's commands. :p If I am to define new keyboard shortcuts, where should I put them? Which prefixes ...
2
votes
3answers
681 views

Changing window faster in Emacs (or repeating last shortcut with a single strike)

if I want to change windows in emacs I do C-x o and that's fine with me...but when I want to change window lots of times in a row C-x o is not so convenient...is there a way to change window with just ...
6
votes
4answers
825 views

What are the “Programmer shortcuts” in emacs?

I would like to know what are all the programmer-useful shortcuts that exists in emacs. I come from a netbeans background and I am trying to make myself comfortable with emacs -text only environment. ...
3
votes
2answers
360 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 ...
7
votes
4answers
740 views

How can I jump to function when doing C development in Emacs?

I am doing C development in Emacs. If I have a source file open with multiple functions and "the marker" is at a function call e.g. int n = get_number(arg); is there any way I can "jump to" the ...
4
votes
4answers
2k views

How to switch between visible buffers in emacs?

I feel stupid for not being able to find this but no tutorial I found actually gives me the short-cut key or command. If I am in split-screen viewing 2 different buffers on emacs and the cursor is on ...

1 2