]> gitweb.factorcode.org Git - factor.git/commit
FUEL: Remove key bindings of the form C-c <alphabetic>
authorJose A. Ortega Ruiz <jao@gnu.org>
Thu, 12 Aug 2010 01:09:15 +0000 (03:09 +0200)
committerJose A. Ortega Ruiz <jao@gnu.org>
Thu, 12 Aug 2010 01:14:44 +0000 (03:14 +0200)
commit5d8495aa5ac1c7aab2897f125f69310d5701848c
treebab0c978556ded45468821930bace14dda908451
parent53a8f004d0c34ff8b0f444ba9bb042a1efb18b55
FUEL: Remove key bindings of the form C-c <alphabetic>

Bindings of the form C-c <alphabetic> (e.g. C-c z) are traditionally
reserved in Emacs for user-defined keymaps, and shouldn't be used by
packages.

This patch removes all bindings of that form, replacing them by C-c
C-<alphabetic> (or simply preserving a previously existing binding).
E.g., C-c z becomes C-c C-z. In most cases, the binding with two C's
was already present.

The only change not following the above rule is C-c h in the listener,
which has become C-c C-w (because the C-h suffix is also 'taken' by
Emacs conventions).
misc/fuel/README
misc/fuel/fuel-help.el
misc/fuel/fuel-listener.el
misc/fuel/fuel-mode.el