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

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

Re: About how misspelled word are displayed


From: Emanuel Berg
Subject: Re: About how misspelled word are displayed
Date: Sat, 13 May 2017 01:42:15 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Angelo Graziosi wrote:

> Finally I found where to customize: Customize
> Group: flyspell, and then I found the
> flyspell-duplicate/incorrect options.

In the very first reply to the original post
Kaushal Modi told you about flyspell-incorrect.

If you want to list the faces of a specific
package, e.g. flyspell, a quick and
to-the-point way is:

    M-x describe-face RET flyspell- TAB

flyspell isn't loaded by default so if you
don't get any results first do:

    (require 'flyspell)

By the way flyspell isn't such a good idea.
It is disruptive to do this as you type.
Better to focus on typing (hands) and looking
(eyes) and thinking (brain). When you are done
writing, you can do ispell once. It also has
different gears depending on what buffer you
are in - for example, in a code buffer, only
strings and comments are checked.

Here are some DWIM interfaces to ispell:

    http://user.it.uu.se/~embe8573/conf/emacs-init/spell-new.el

-- 
underground experts united
http://user.it.uu.se/~embe8573




reply via email to

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