In my .emacs, I have: (custom-set-variables '(ispell-program-name "aspell") '(ispell-local-dictionary-alist (quote (("bulgarian" "[АБВГДЕЖЗИЙКЛМНОПРСТУФХЧШЩЪЬЮЯабвгдежзийклмнопрстуфхцшщюя]" "[^АБВГДЕЖЗИЙКЛМНОПРСТУФХЧШЩЪЬЮЯабвгдежзийклмнопрстуфхцшщюя]" "" nil ("-d" "bulgarian") nil iso-8859-5)))))
I've set the encoding to ISO 8859-5, because that's what I use in the majority of my Cyrillic documents. Anton Zinoviev <[EMAIL PROTECTED]> writes: > retitle 325906 "bulgarian" can not be used as default language in Emacs > severity 325906 normal > thanks > > Hi! > > The recently uploaded version of aspell-bg registers properly for use > with ibulgarian and aspell-bg. In order to try how Emacs works with > aspell-bg I created a file ~/.emacs with the following contents: > > (setq-default ispell-program-name "aspell") > (setq ispell-dictionary "bulgarian") > > If I try to use "M-x ispell-buffer" some Bulgarian text I receive the > following message > > Ispell misalignment: word `ZP' point 169; probably incompatible versions > > However if afterwards I manually select the Bulgarian language by "M-x > ispell-change dictionary" there are no problems. Am I missing > something in my setup or there is some bug? There is no such problem > with ibulgarian - it works well as default language. > > By the way I don't know how to make Emacs spell check UTF-8 encoded > buffer. > > Anton Zinoviev > > > -- "Humpty Dumpty sat on a wall: Humpty Dumpty had a great fall. All the King's horses and all the King's men Could not put Humpty Dumpty in his place again."