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

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

Re: Flyspell


From: Andrew Choi
Subject: Re: Flyspell
Date: Fri, 22 Nov 2002 16:45:13 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Michael Hudson <mwh@python.net> writes:

> > > Tormod Omholt-Jensen <toj@pvv.org> writes:
> > > 
> > > > I try to run flyspell and ntemacs.  When a erronenous word
> > > > occures, the word is underlined and turned red. Flyspell tells
> > > > me to hit mouse button2 to correct word at point. Hitting either
> > > > mouse button yields no action at all. Anyone has an idea of the
> > > > reason for this and/or how to fix it?
> [...]
> 
> What if I have a one-button mouse (i.e. a Mac)?

Try binding it to C-S-mouse-1, e.g.,

(add-hook
 'flyspell-mode-hook
 '(lambda () 
    (define-key flyspell-mode-map [(C-S-mouse-1)] 'flyspell-correct-word)))


reply via email to

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