Re: [Ebib-users] exit multiline editing
Brought to you by:
joostkremers
From: Joost K. <joo...@fa...> - 2011-08-08 13:07:55
|
Hi Petr, > Cant figure out how to exit from multiline editing. C-x b tries to > switch buffers :( The multiline edit buffer was changed to a minor mode, so that the key bindings had to be changed as well. The relevant key bindings are now C-c | q (save and quit), C-c | s (save) and C-c | c (cancel edit). I admit they're a bit cumbersome, but because mulitline-edit-mode is a minor mode, there isn't much I can do about it, since minor modes are only allowed to use key bindings that start with C-c plus some non-alphabetic character. You can, however, redefine the second character of the key sequences by putting something like the following into your .emacs: (ebib-key multiline "&") This changes the key bindings to C-c & q, C-c & s and C-c & c, respectively. You can also choose some letter, if you prefer that. All of this is described in the manual, by the way, although I should update the version that appears on the website... -- Joost Kremers Life has its moments |