mmontone / emacs-inspector

Inspection tool for Emacs Lisp objects.
GNU General Public License v3.0
108 stars 9 forks source link

Emacs 28 TODO #7

Open mmontone opened 2 years ago

mmontone commented 2 years ago

When ready to switch to Emacs 28 do:

phikal commented 2 years ago

Replace define-key (deprecated) with keymap-set.

define-key is certainly not deprecated, in fact that is what keymap-set uses internally! And note that the keymap module was added in Emacs 29

mmontone commented 2 years ago

Ah! Thanks for the clarification.

mmontone commented 2 years ago

But ... imagen It says it is "legacy" in docs ,whatever that means.

phikal commented 2 years ago

Good point, missed that. I've sent a message to emacs-devel to clarify the issue: https://lists.gnu.org/archive/html/emacs-devel/2022-07/msg01078.html.

phikal commented 2 years ago

Lars responded:

[...] `define-key' is not (and won't be) obsoleted, so it's up to them to follow the recommendation (or not).