cpj <[email protected]> writes:

> * org-export--dispatch-action reads keys with read-event.
> * On the NS/macOS build, the Delete/Backspace key yields the symbol backspace.
> * The dispatcher advertises DEL, but its navigation loop accepts only 
> character 127.
> * read-key correctly produces 127.
> * Adding this pcase clause fixes it:
>   ('backspace ?\177)

I think the right fix is changing `org-scroll'

Would you be interested to try creating a patch?
See https://orgmode.org/worg/org-contribute.html

-- 
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>

Reply via email to