diff options
| author | Richard M. Stallman | 1999-07-12 16:00:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1999-07-12 16:00:42 +0000 |
| commit | 3a7855cec981db1e76aa88c7e892d298d72074ab (patch) | |
| tree | bb8bcf89de5bba8194d093f24ff3873bebff71f7 | |
| parent | eea6af04ee1f5784fd073b344e881af31ddc1dfc (diff) | |
| download | emacs-3a7855cec981db1e76aa88c7e892d298d72074ab.tar.gz emacs-3a7855cec981db1e76aa88c7e892d298d72074ab.zip | |
(ispell-dictionary-alist-6): Change charset for Russian.
(ispell-local-dictionary-alist): Add koi8-r for character set.
| -rw-r--r-- | lisp/textmodes/ispell.el | 5 |
1 files 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'." | |||
| 418 | (const :tag "default" nil)) | 418 | (const :tag "default" nil)) |
| 419 | (choice :tag "Character set" | 419 | (choice :tag "Character set" |
| 420 | (const iso-8859-1) | 420 | (const iso-8859-1) |
| 421 | (const iso-8859-2)))) | 421 | (const iso-8859-2) |
| 422 | (const koi8-r)))) | ||
| 422 | :group 'ispell) | 423 | :group 'ispell) |
| 423 | 424 | ||
| 424 | 425 | ||
| @@ -526,7 +527,7 @@ See `ispell-dictionary-alist'." | |||
| 526 | '(("russian" ; Russian.aff (KOI8-R charset) | 527 | '(("russian" ; Russian.aff (KOI8-R charset) |
| 527 | "[\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]" | 528 | "[\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]" |
| 528 | "[^\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]" | 529 | "[^\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]" |
| 529 | "[']" t ("-C" "-d" "russian") "~latin1" iso-8859-1) | 530 | "" nil ("-C" "-d" "russian") nil koi8-r) |
| 530 | ("svenska" ; Swedish mode | 531 | ("svenska" ; Swedish mode |
| 531 | "[A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" | 532 | "[A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" |
| 532 | "[^A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" | 533 | "[^A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" |