all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* default british spelling
@ 2004-01-08 16:44 daniel
  2004-01-08 17:22 ` Giles Chamberlin
  2004-01-08 17:26 ` Björn Lindström
  0 siblings, 2 replies; 3+ messages in thread
From: daniel @ 2004-01-08 16:44 UTC (permalink / raw)


has anyone an idea of what i should write in my .emacs file to have a
default british spelling ?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: default british spelling
  2004-01-08 16:44 default british spelling daniel
@ 2004-01-08 17:22 ` Giles Chamberlin
  2004-01-08 17:26 ` Björn Lindström
  1 sibling, 0 replies; 3+ messages in thread
From: Giles Chamberlin @ 2004-01-08 17:22 UTC (permalink / raw)


grunberg@mccme.ru (daniel) writes:

> has anyone an idea of what i should write in my .emacs file to have a
> default british spelling ?

Assuming you mean a British English dictionary for ispell and flyspell
modes:

(setq ispell-dictionary "english")


-- 
Giles Chamberlin
Ridgeway Systems & Software

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: default british spelling
  2004-01-08 16:44 default british spelling daniel
  2004-01-08 17:22 ` Giles Chamberlin
@ 2004-01-08 17:26 ` Björn Lindström
  1 sibling, 0 replies; 3+ messages in thread
From: Björn Lindström @ 2004-01-08 17:26 UTC (permalink / raw)


grunberg@mccme.ru (daniel) writes:

> has anyone an idea of what i should write in my .emacs file to have a
> default british spelling ?

I have this:

(setq ispell-program-name "aspell")
(setq-default ispell-local-dictionary "british")
(require 'ispell)

-- 
Björn Lindström <bkhl@elektrubadur.se>
http://bkhl.elektrubadur.se/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-01-08 17:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-08 16:44 default british spelling daniel
2004-01-08 17:22 ` Giles Chamberlin
2004-01-08 17:26 ` Björn Lindström

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.