zonuexe / right-click-context

Emacs Right Click Context menu
https://www.emacswiki.org/emacs/ZonuExe
60 stars 5 forks source link

Add right-click-context-click-menu for mouse click event #6

Closed zonuexe closed 5 years ago

zonuexe commented 5 years ago

refs #5

(call-interactively # 'mouse-set-point) has problems that depend on the mouse device and causes an error on keyboard input. There are several ways to handle this, but the easiest and most obvious is to split up the commands for the click. It does not break compatibility.