emacs-devel
[Top][All Lists]
Advanced

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

Re: Moving kbd to subr.el


From: Stefan Kangas
Subject: Re: Moving kbd to subr.el
Date: Wed, 13 Oct 2021 17:03:24 +0200

Stefan Kangas <stefan@marxist.se> writes:

> Is your 'new-kbd' intended to be bug-for-bug compatible with 'kbd', or
> have there been any functional changes along the way?  Are you
> suggesting that we could perhaps just replace 'kbd' with your new
> version?  (One observation is that your version still uses the cl-
> functions, so it would need adjusting for subr.el.)

Now I note the following comments:

;;; Tests:
;;; Note that we fail on
;;; "M-ESC"
;;; "M-<DEL>"
;;; "H-<RET>" etc,
;;; But match on "H-RET"
;;; (thanks Drew Adams) Likely due to over-optimization.

So I guess we could borrow ideas from your code but not use it as a
drop-in replacement in its current form.



reply via email to

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