* Change startup dictonary for ispell?
@ 2005-12-29 21:47 Paminu
2005-12-29 22:40 ` Peter Dyballa
0 siblings, 1 reply; 2+ messages in thread
From: Paminu @ 2005-12-29 21:47 UTC (permalink / raw)
I use emacs as my editor. I would like it to always use danish dictionary so
I have tried the following in my .emacs file:
;; Flyspell Mode
(setq-default aspell-program-name "ispell")
(setq ispell-dictionary "dansk")
(add-hook 'text-mode-hook 'flyspell-mode)
I have also tried:
;; Flyspell Mode
(setq-default aspell-program-name "aspell")
(setq ispell-dictionary "dansk")
(add-hook 'text-mode-hook 'flyspell-mode)
but nothing helps I still have to manually change the dictionary to danish
in emacs.
Hope someone can help!
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Change startup dictonary for ispell?
2005-12-29 21:47 Change startup dictonary for ispell? Paminu
@ 2005-12-29 22:40 ` Peter Dyballa
0 siblings, 0 replies; 2+ messages in thread
From: Peter Dyballa @ 2005-12-29 22:40 UTC (permalink / raw)
Cc: help-gnu-emacs
Am 29.12.2005 um 22:47 schrieb Paminu:
> but nothing helps I still have to manually change the dictionary to
> danish
> in emacs.
*Nothing* helps? Have you tried leaving away flyspell mode? I have had
some bad experience with flyspell in the beginning and switched it off
(without complaining and writing bug reports -- I would have wasted too
much time on this topic). Now everything works.
--
Greetings
Pete
"engineer: a mechanism for converting caffeine into designs"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-12-29 22:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-29 21:47 Change startup dictonary for ispell? Paminu
2005-12-29 22:40 ` Peter Dyballa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).