help-gnu-emacs
[Top][All Lists]
Advanced

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

RE: [External] : Re: From global-set-key to keymap-global-set


From: Drew Adams
Subject: RE: [External] : Re: From global-set-key to keymap-global-set
Date: Wed, 5 Jul 2023 12:56:57 +0000

> are "keymap-set" and "keymap-global-set" supposed to accept the
> declarations
> where command is actually a keymap like so
> 
> (keymap-set "C-;" "C-x C-;")
> (keymap-global-set "C-;" "C-x C-;")
> 
> Which is intended to add the keymap "C-;" as an equivalence to "C-x C-
> ;",'and
> thusly having "C-;" as an alternative keymap to using "C-x C-;".

What you're calling a "keymap" here is a
description of a key sequence.  It's what
is acceptable as an argument to `kbd'.


reply via email to

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