]> git.eshelyaron.com Git - emacs.git/commit
* lisp/mouse.el (context-menu-open): New command bound to [S-f10].
authorJuri Linkov <juri@linkov.net>
Mon, 23 Aug 2021 17:42:16 +0000 (20:42 +0300)
committerJuri Linkov <juri@linkov.net>
Mon, 23 Aug 2021 17:42:16 +0000 (20:42 +0300)
commit976594d905ceacc3c351735ba099ac71ea31f014
treec1e0e4e639c404c46f0ab2ff440aeecfab062763
parentc1c2266a1c38b1f8dfd001f653ebec6fa79fb3c3
* lisp/mouse.el (context-menu-open): New command bound to [S-f10].

* doc/emacs/frames.texi (Menu Mouse Clicks): Mention S-F10
to pop up the context menu.

* src/callint.c (Fcall_interactively):
Use inhibit_mouse_event_check for the case 'e'.
(inhibit-mouse-event-check): New variable.

https://lists.gnu.org/archive/html/emacs-devel/2021-08/msg00733.html
doc/emacs/frames.texi
etc/NEWS
lisp/mouse.el
src/callint.c