[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#55842: 29.0.50; Using shorthand syntax in keymap-global-set
From: |
Lars Ingebrigtsen |
Subject: |
bug#55842: 29.0.50; Using shorthand syntax in keymap-global-set |
Date: |
Thu, 09 Jun 2022 19:14:43 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
Eli Zaretskii <eliz@gnu.org> writes:
> My point is that (keymap-local-set "\C-\M-i" ...) signals an error,
> and a weird one at that. I hoped that we could make the APIs fully
> compatible.
The aim with these new functions were to settle on a single syntax for
keys, and the syntax we settled on was the `kbd' one. You can't
do (keymap-local-set "\C-\M-i" ...) or (keymap-local-set [?\C-\M-i] .. )
or (keymap-local-set [(control meta i)] ...) either -- that was the
whole point of the exercise.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
- bug#55842: 29.0.50; Using shorthand syntax in keymap-global-set, Arash Esbati, 2022/06/08
- bug#55842: 29.0.50; Using shorthand syntax in keymap-global-set, Lars Ingebrigtsen, 2022/06/09
- bug#55842: 29.0.50; Using shorthand syntax in keymap-global-set, Eli Zaretskii, 2022/06/09
- bug#55842: 29.0.50; Using shorthand syntax in keymap-global-set, Lars Ingebrigtsen, 2022/06/09
- bug#55842: 29.0.50; Using shorthand syntax in keymap-global-set, Lars Ingebrigtsen, 2022/06/09
- bug#55842: 29.0.50; Using shorthand syntax in keymap-global-set, Eli Zaretskii, 2022/06/09
- bug#55842: 29.0.50; Using shorthand syntax in keymap-global-set,
Lars Ingebrigtsen <=
- bug#55842: 29.0.50; Using shorthand syntax in keymap-global-set, Eli Zaretskii, 2022/06/09
- bug#55842: 29.0.50; Using shorthand syntax in keymap-global-set, Richard Stallman, 2022/06/10
- bug#55842: 29.0.50; Using shorthand syntax in keymap-global-set, Arash Esbati, 2022/06/10