Hi,

In other to make FUEL a better emacs citizen, please consider applying
the following patch.

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).


The following changes since commit 900ed986f0e97afc1b83074ee568b7a53bfa23e9:

  GNUmakefile: remove tags rule (2010-08-02 23:12:58 -0400)

are available in the git repository at:
  http://git.hacks-galore.org/jao/factor.git emacs

Jose A. Ortega Ruiz (1):
      FUEL: Remove key bindings of the form C-c <alphabetic>

 misc/fuel/README           |  124 ++++++++++++++++++++++----------------------
 misc/fuel/fuel-help.el     |    3 +-
 misc/fuel/fuel-listener.el |   14 ++---
 misc/fuel/fuel-mode.el     |    3 +-
 4 files changed, 70 insertions(+), 74 deletions(-)


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to