Re: [Ebib-users] exit multiline editing
Brought to you by:
joostkremers
From: Piter_ <x....@gm...> - 2011-09-21 21:07:18
|
Thanks :) On Mon, Aug 8, 2011 at 3:07 PM, Joost Kremers <joo...@fa...> wrote: > 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 > > ------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > The must-attend event for mobile developers. Connect with experts. > Get tools for creating Super Apps. See the latest technologies. > Sessions, hands-on labs, demos & much more. Register early & save! > http://p.sf.net/sfu/rim-blackberry-1 > _______________________________________________ > Ebib-users mailing list > Ebi...@li... > https://lists.sourceforge.net/lists/listinfo/ebib-users > |