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: Lars Ingebrigtsen
Subject: Re: Moving kbd to subr.el
Date: Fri, 22 Oct 2021 17:10:29 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Philip Kaludercic <philipk@posteo.net> writes:

> How come? It could just as well be argued that throwing errors while
> parsing key bindings is also confusing, especially when guessing that
> C-f1 is the same C-<f1> isn't that far of a jump.

Because then you end up with code that says

(define-keymap
...
"C-f1" 'some-function
"C-<f2>" 'other-function)

and the person reading it will then wonder "but what's the difference"?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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