Re: On keybindings and the slow erosion of help's utility
Ihor Radchenko <[email protected]> Sat, 01 Aug 2026 16:00:33 +0000
| Newsgroups | gmane.emacs.devel |
|---|---|
| Message-ID | <875x1tal14.fsf@localhost> |
Richard Stallman <[email protected]> writes: > > (keymap-dynamic-bind ... > > (:when #'org-at-table-p 'org-table-fedit-map)) > > > instead of > > > (keymap-dynamic-bind ... > > (lambda () (when (org-at-table-p) org-table-fedit-map))) > > keymap-dynamic-bind does not seem to exist. Yes, it does not exist. It is a convenience macro I propose for binding the conditional keymaps. I use it to illustrate how the proposed API works from Elisp. P.S. Other questions are answered by Eli. I simply use Org syntax in my emails. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>