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

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

Re: flyspell-mode and two languages


From: Nikolaj Schumacher
Subject: Re: flyspell-mode and two languages
Date: Sat, 18 Oct 2008 02:15:01 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (darwin)

Eli Zaretskii <eliz@gnu.org> wrote:

>> From: Xah <xahlee@gmail.com>
>> Date: Fri, 17 Oct 2008 14:35:52 -0700 (PDT)
>> 
> That is not true for as long as I can remember: nowadays
> right-clicking on a misspelled word pops up a menu of suggested
> replacements.  How many years ago was that ``last time you tried
> flyspell''?

I never use the mouse in Emacs, but now that I check it says
"mouse-2: correct word at point"

That would be the /middle/ button, right?

Since Macs don't have middle buttons, this binds it to secondary click:

(define-key flyspell-mouse-map '[(down-mouse-3)] 'flyspell-correct-word)

>> (2) its vocabulary is extremely small.
>
> Flyspell doesn't have a vocabulary of its own, it invokes either
> Ispell or Aspell behind the scenes.  So it's up to you what speller
> and which dictionaries to install.  Latest versions of both Ispell and
> Aspell are quite good, actually.

And doesn't speck use those two as well?

regards,
Nikolaj Schumacher




reply via email to

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