emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ctl-x-map key binding conventions for new major/minor modes


From: Tino Calancha
Subject: ctl-x-map key binding conventions for new major/minor modes
Date: Sat, 13 May 2017 12:49:50 +0900 (JST)
User-agent: Alpine 2.20 (DEB 67 2015-01-07)


(info "(elisp) Key Binding Conventions")

Do we need a recommendation in this node about bindings with
prefix 'C-x'?
There is no guidance in the node above about this topic.

Just loading a new mode shouldn't shadow some previous
C-x bindings, right?

For instance,

* timeclock.el suggests some C-x bindings in the comentary, that is,
  it doesn't define these bindings by default.

* dired-x.el has the user option `dired-bind-jump' to control if
  `dired-jump' must be bound or not to 'C-x C-j'.

* find-func.el has the autoloaded function `find-function-setup-keys',
  which binds some commands into `ctl-x-map'.

Regards,
Tino



reply via email to

[Prev in Thread] Current Thread [Next in Thread]