emacs-devel
[Top][All Lists]
Advanced

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

Re: Deprecation of define-key?


From: Augusto Stoffel
Subject: Re: Deprecation of define-key?
Date: Tue, 02 Aug 2022 11:44:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

On Sat, 30 Jul 2022 at 13:51, Lars Ingebrigtsen <larsi@gnus.org> wrote:

> Philip Kaludercic <philipk@posteo.net> writes:
>
>> That is obvious, the question is should package developers avoid using
>> `define-key' if possible or not?
>
> As the doc string says -- `keymap-set' is the recommended function to
> use.  However, `define-key' is not (and won't be) obsoleted, so it's up
> to them to follow the recommendation (or not).

I didn't catch any of the previous discussion about keymap.el, but I
have a comment -- sorry if redundant.

Wouldn't it make sense to let keymap-set take multiple key-definition
pairs as arguments, like setq et al?  This would be very convenient
e.g. in user configuration files, where currently one often finds long
sequences of define-key calls.  This looks much better to me:

(keymap-set some-map
  "a" 'command-a
  "b" 'command-b
  "c" 'command-c)



reply via email to

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