Re: [Ebib-users] non-standard keybindings
Brought to you by:
joostkremers
From: Joost K. <joo...@fa...> - 2011-03-03 16:03:23
|
Hi Joe, > I just tried Ebib (from git) yesterday and found that a few > keybindings are somewhat nonstandard, e.g. C-c|q to exit and save a > multi-line text area would more typically be C-cC-c. I know it's rather non-standard, but the thing is, Ebib's multiline mode is a minor mode, and key sequences consisting of C-c followed by a control character are reserved for major modes (see (info "(elisp)Key Binding Conventions") ). You're of course free to bind C-c C-c to ebib-quit-multiline-edit within ebib-multiline-mode-map yourself, but I can't use it as the default key binding. > If I was to send > a keybinding patch, would it be considered, or are ebib users already > used to the current bindings and uninterested in switching? For the reason just mentioned, I wouldn't be able to accept a patch like that. But what I would include is a patch that would allow a user to install C-c C-c (and perhaps some other commands) in ebib-multiline-mode-map, if they so choose. Joost -- Joost Kremers Life has its moments |