all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Startup dictonary with aspell?
Date: Mon, 12 Dec 2005 20:35:20 +0100	[thread overview]
Message-ID: <26e66c84755a22249dbbc62289f9a734@Web.DE> (raw)
In-Reply-To: <dnk820$43f$1@news.net.uni-c.dk>


Am 12.12.2005 um 17:21 schrieb Paminu:

> (setq aspell-dictionary "dansk")
>
> But each time I start emacs it uses english instead!
>

You could switch to the other dictionary ... some ideas:

      (setq ispell-dictionary "deutsch")
      (set-default 'ispell-local-dictionary ispell-dictionary)
      (add-hook 'TeX-language-en-hook (function (lambda () 
(ispell-change-dictionary "british"))))
      (ispell-change-dictionary "deutsch8")


--
Greetings

              ~  O
   Pete       ~~_\\_/%
              ~  O  o

  reply	other threads:[~2005-12-12 19:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-12 16:21 Startup dictonary with aspell? Paminu
2005-12-12 19:35 ` Peter Dyballa [this message]
2005-12-12 19:49 ` Kevin Rodgers
2005-12-12 20:42 ` Stefan Reichör

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=26e66c84755a22249dbbc62289f9a734@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.org \
    /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.