comparison lisp/textmodes/ispell.el @ 55605:776d61afa493

(ispell-local-dictionary-alist): Add windows-1252 to the choice of coding systems. (ispell-dictionary-alist-6): Add support for "russianw.aff", encoded in cp1251.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 15 May 2004 12:31:58 +0000
parents 91ef0e2d83b7
children 4e368ca1bd3e
comparison
equal deleted inserted replaced
55604:a9b07f32419f 55605:776d61afa493
499 (const "~latin1") (const "~latin3") 499 (const "~latin1") (const "~latin3")
500 (const :tag "default" nil)) 500 (const :tag "default" nil))
501 (choice :tag "Coding system" 501 (choice :tag "Coding system"
502 (const iso-8859-1) 502 (const iso-8859-1)
503 (const iso-8859-2) 503 (const iso-8859-2)
504 (const koi8-r)))) 504 (const koi8-r)
505 (const windows-1252))))
505 :group 'ispell) 506 :group 'ispell)
506 507
507 508
508 ;;; split dictionary so line length is smaller in loaddefs.el 509 ;;; split dictionary so line length is smaller in loaddefs.el
509 510
628 ;; "[']" t ("-d" "russian") "~latin1" iso-8859-1 629 ;; "[']" t ("-d" "russian") "~latin1" iso-8859-1
629 '(("russian" ; Russian.aff (KOI8-R charset) 630 '(("russian" ; Russian.aff (KOI8-R charset)
630 "[\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]" 631 "[\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]"
631 "[^\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]" 632 "[^\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]"
632 "" nil nil nil koi8-r) 633 "" nil nil nil koi8-r)
634 ("russianw" ; russianw.aff (CP1251 charset)
635 "[\300\301\302\303\304\305\250\306\307\310\311\312\313\314\315\316\317\320\321\322\323\324\325\326\327\330\331\334\333\332\335\336\337\340\341\342\343\344\345\270\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\366\367\370\371\374\373\372\375\376\377]"
636 "[^\300\301\302\303\304\305\250\306\307\310\311\312\313\314\315\316\317\320\321\322\323\324\325\326\327\330\331\334\333\332\335\336\337\340\341\342\343\344\345\270\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\366\367\370\371\374\373\372\375\376\377]"
637 "" nil nil nil windows-1251)
633 ("slovak" ; Slovakian 638 ("slovak" ; Slovakian
634 "[A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" 639 "[A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]"
635 "[^A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" 640 "[^A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]"
636 "" nil ("-B") nil iso-8859-2) 641 "" nil ("-B") nil iso-8859-2)
637 ("svenska" ; Swedish mode 642 ("svenska" ; Swedish mode