bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#11680: flyspell should use mouse-3 instead of mouse-2


From: Juri Linkov
Subject: bug#11680: flyspell should use mouse-3 instead of mouse-2
Date: Mon, 17 Aug 2020 03:38:38 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu)

> +(defcustom flyspell-correct-on-mouse-3 nil
> +  "Non-nil means to bind `mouse-3' to `flyspell-correct-word'.
> +If this is set, also unbind `mouse-2'."
> +  :type 'boolean
> +  :set 'flyspell--set-correct-on-mouse-3)

In the future, a more general option would be preferable
that would enable using the right mouse button to pop up
context menus in more places in Emacs like most other apps do
nowadays, i.e. something like cua-emulation mode but for mouse-3.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]