From 3a7855cec981db1e76aa88c7e892d298d72074ab Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 12 Jul 1999 16:00:42 +0000 Subject: [PATCH] (ispell-dictionary-alist-6): Change charset for Russian. (ispell-local-dictionary-alist): Add koi8-r for character set. --- lisp/textmodes/ispell.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index b42ff1c85c1..c4151f2a37e 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -418,7 +418,8 @@ See `ispell-dictionary-alist'." (const :tag "default" nil)) (choice :tag "Character set" (const iso-8859-1) - (const iso-8859-2)))) + (const iso-8859-2) + (const koi8-r)))) :group 'ispell) @@ -526,7 +527,7 @@ See `ispell-dictionary-alist'." '(("russian" ; Russian.aff (KOI8-R charset) "[\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]" "[^\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]" - "[']" t ("-C" "-d" "russian") "~latin1" iso-8859-1) + "" nil ("-C" "-d" "russian") nil koi8-r) ("svenska" ; Swedish mode "[A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[^A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" -- 2.39.2