Hey folks,
is it possible to invoke the graphical menu that pops up with 'mouse-buffer-menu
(which in my case is assigned to '[C-down-mouse-1]
) without actually hitting the mouse? When I invoke M-x mouse-buffer-menu
emacs tells me
execute-extended-command: mouse-buffer-menu must be bound to an event with parameters
Is it possible, to generate such an event?
What I would like to have is a list (i.e. a graphical popup menu), where I can choose between the set of open buffers by selecting them using the UP/DOWN keys. I am well aware of buffer-menu
, but unfortunately, that only provides a read-only list of all buffers, without the option of choosing one.
Kind regards, mefiX