emacs-devel
[Top][All Lists]
Advanced

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

Re: Always-true predicate?


From: Stefan Monnier
Subject: Re: Always-true predicate?
Date: Sat, 20 Feb 2021 10:21:47 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> ./lisp/wdired.el172:    (define-key map "\C-m"     'ignore)
> ./lisp/wdired.el173:    (define-key map "\C-j"     'ignore)
> ./lisp/wdired.el174:    (define-key map "\C-o"     'ignore)

Don't know about these.  Maybe `undefined` would be more appropriate?

> ./lisp/mpc.el1121:    (define-key map [header-line follow-link] 'ignore)
> ./lisp/mpc.el1122:    (define-key map [mode-line follow-link] 'ignore)

`follow-link` bindings contain functions/predicates, rather than
commands, IIRC, so this looks sane.

> ./lisp/ido.el1632:     (define-key map "\C-x\C-d" 'ignore))

No idea about this one either.


        Stefan




reply via email to

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