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

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

Re: Flyspell mode


From: Colin S. Miller
Subject: Re: Flyspell mode
Date: Thu, 01 Dec 2005 14:51:30 +0000
User-agent: Debian Thunderbird 1.0.2 (X11/20051002)

Paminu wrote:
I have enabled flyspell mode in my .emacs file:

(add-hook 'text-mode-hook 'flyspell-mode)
But when I misspell a word I can't seem to find a way to get it to print the
correct word instead. Do I really need to enable the iSpell-buffer to get a
list of corret words? That makes the flyspell-mode rather superfluous.

You can use ispell-word which is on M-$.


Another thing. When I enable flyspell mode in my .emacs file it seems that
it uses the english dictionary, but if I delete it from my .emacs file and
type (M-x flyspell-mode) it seems to use the danish dictonary (Which I have
choosen by default).

How do I make it always use Danish?

Placing
(setq ispell-dictionary 'british)
in my .xemacs/init.el works for me, however I use Xemacs rather that GNU Emacs.

--
Replace the obvious in my email address with the first three letters of the 
hostname to reply.


reply via email to

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