[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
- Re: Moving kbd to subr.el, (continued)
- Re: Moving kbd to subr.el, Philip Kaludercic, 2021/10/20
- Re: Moving kbd to subr.el, Lars Ingebrigtsen, 2021/10/20
- Re: Moving kbd to subr.el, Philip Kaludercic, 2021/10/21
- Re: Moving kbd to subr.el, Lars Ingebrigtsen, 2021/10/22
- Re: Moving kbd to subr.el, Philip Kaludercic, 2021/10/22
- Re: Moving kbd to subr.el, Lars Ingebrigtsen, 2021/10/22
- Re: Moving kbd to subr.el, Philip Kaludercic, 2021/10/22
- Re: Moving kbd to subr.el,
Lars Ingebrigtsen <=
- Re: Moving kbd to subr.el, Philip Kaludercic, 2021/10/22
- Re: Moving kbd to subr.el, Lars Ingebrigtsen, 2021/10/22
- Re: Moving kbd to subr.el, Richard Stallman, 2021/10/23
- Re: Moving kbd to subr.el, Eli Zaretskii, 2021/10/24
- Re: Moving kbd to subr.el, Richard Stallman, 2021/10/25
- Re: Moving kbd to subr.el, Lars Ingebrigtsen, 2021/10/24
- Re: Moving kbd to subr.el, Corwin Brust, 2021/10/24
- Re: Moving kbd to subr.el, Lars Ingebrigtsen, 2021/10/24
- Re: Moving kbd to subr.el, Corwin Brust, 2021/10/25
- Re: Moving kbd to subr.el, Philip Kaludercic, 2021/10/25