andre duarte bueno <bu...@lenep.uenf.br> writes: > When I try to export file.org using C-c C-e the window with the list of > possibilities appears. But it appears incomplete(visualization), so I try > to use the mouse to view the other export options and the system is > completely blocked. Every mouse click is captured and displayed in the > command window. And it doesn't allow you to do anything else. I am forced > to cancel the command without completing it. > Apparently C-c C-e is capturing all events and not just keyboard events!
This is because we use `read-char-exclusive'. Another option could be `read-char', but that would make clicking work as C-g. Alternative menu designs have been discussed in https://list.orgmode.org/orgmode/am9pr09mb497743d21fa1c908392413f496...@am9pr09mb4977.eurprd09.prod.outlook.com/ ... but they are not easy to implement. -- Ihor Radchenko // yantar92, Org mode contributor, 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>