all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Colin S. Miller" <no-spam-thank-you@csmiller.demon.co.uk>
Subject: Re: Flyspell mode
Date: Thu, 01 Dec 2005 14:51:30 +0000	[thread overview]
Message-ID: <438f0d99$0$15788$14726298@news.sunsite.dk> (raw)
In-Reply-To: <dmms80$apf$2@news.net.uni-c.dk>

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	other threads:[~2005-12-01 14:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-01 13:01 Flyspell mode Paminu
2005-12-01 14:51 ` Colin S. Miller [this message]
2005-12-02  7:59 ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='438f0d99$0$15788$14726298@news.sunsite.dk' \
    --to=no-spam-thank-you@csmiller.demon.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.