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: Eli Zaretskii
Subject: bug#11680: flyspell should use mouse-3 instead of mouse-2
Date: Sat, 15 Aug 2020 20:53:21 +0300

> From: Stefan Kangas <stefan@marxist.se>
> Date: Fri, 14 Aug 2020 18:08:59 -0700
> Cc: l26wang@gmail.com, 11680@debbugs.gnu.org
> 
> OK.  How about the attached patch?

LGTM.

> -@w{@kbd{C-c $}} (@code{flyspell-correct-word-before-point}) will pop up a
> -menu of possible corrections.  Of course, you can always correct the
> -misspelled word by editing it manually in any way you like.
> +@w{@kbd{C-c $}} (@code{flyspell-correct-word-before-point}) will pop
> +up a misspelled word by editing it manually in any way you like.

I don't understand this part of the change: "C-c $" does pop up a menu
for me.

> +*** Corrections and actions menu optionally bound to mouse-3.

"... can be optionally bound to ..." is better, IMO.

> +(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)

:version tag missing here.

Thanks.





reply via email to

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