Package: aspell-sv
Version: 0.50-2-2.1
Severity: important
I have the following settings for ispell.el:
(setq ispell-program-name "aspell")
(setq-default ispell-local-dictionary "british")
(require 'ispell)
It might be relevant that I like UTF-8, and also have the following:
(setq default-buffer-file-coding-system 'utf-8)
(prefer-coding-system 'utf-8)
(set-language-environment "UTF-8")
(set-terminal-coding-system 'iso-8859-1)
Also, I have these versions of other relevant packages installed:
aspell 0.60.2+2005012
aspell-bin 0.60.2+2005012
aspell-en 6.0-0-2
libaspell15 0.60.2+2005012
emacs2121.3+1-8
Now, if I try to do (ispell-change-dictionary "svenska"), I get this error:
Undefined dictionary: svenska
This is the value of my ispell-dictionary-alist, which doesn't look right:
(("american" "[a-zA-Z]" "[^a-zA-Z]" "[']" nil
("-d" "en_US")
nil iso-8859-1)
("british" "[a-zA-Z]" "[^a-zA-Z]" "[']" nil
("-d" "en_GB")
nil iso-8859-1)
("canadian" "[a-zA-Z]" "[^a-zA-Z]" "[']" nil
("-d" "en_CA")
nil iso-8859-1)
("english" "[a-zA-Z]" "[^a-zA-Z]" "[']" nil
("-d" "en")
nil iso-8859-1)
(nil "[A-Za-z]" "[^A-Za-z]" "[']" nil
("-B")
nil iso-8859-1))
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-386
Locale: LANG=C, LC_CTYPE=sv_SE.ISO-8859-1 (charmap=ISO-8859-1)
Versions of packages aspell-sv depends on:
ii libaspell15 0.60.2+20050121-1 The GNU Aspell spell-checker runti
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]