aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-09-07 15:37:45 +0000
committerEli Zaretskii2001-09-07 15:37:45 +0000
commitef10876c4756f1f24e1bcd4b1478ab60dab0120b (patch)
tree28e5f4fb178488e182c0b68743d2640b3191b5d5
parent5421b8996bf223651b97448865b63764cd7fe9c4 (diff)
downloademacs-ef10876c4756f1f24e1bcd4b1478ab60dab0120b.tar.gz
emacs-ef10876c4756f1f24e1bcd4b1478ab60dab0120b.zip
(ispell-dictionary-alist-4): Add "german"
and "german8", for the new German orthography dictionaries, (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange the entries, to keep the line length balanced for loaddefs.el.
-rw-r--r--lisp/ChangeLog7
-rw-r--r--lisp/textmodes/ispell.el38
2 files changed, 29 insertions, 16 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 206f0c23bcd..cf718738e66 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
4 and "german8", for the new German orthography dictionaries,
5 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
6 the entries, to keep the line length balanced for loaddefs.el.
7
12001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk> 82001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
2 9
3 * comint.el (comint-send-input): Handle comint-process-echoes 10 * comint.el (comint-send-input): Handle comint-process-echoes
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 4e8b6119e51..24a96213eaf 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -564,35 +564,37 @@ See `ispell-dictionary-alist'."
564 "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" 564 "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]"
565 "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" 565 "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]"
566 "[-'^`\"]" t nil "~tex" iso-8859-1) 566 "[-'^`\"]" t nil "~tex" iso-8859-1)
567 ("german" ; german.aff
568 "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1)
569 ("german8"
570 "[a-zA-Z\304\326\334\344\366\337\374]"
571 "[^a-zA-Z\304\326\334\344\366\337\374]"
572 "[']" t ("-C" "-d" "german") "~latin1" iso-8859-1)
567 ("italiano" ; Italian.aff 573 ("italiano" ; Italian.aff
568 "[A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" 574 "[A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]"
569 "[^A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" 575 "[^A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]"
570 "[-]" nil ("-B" "-d" "italian") "~tex" iso-8859-1) 576 "[-]" nil ("-B" "-d" "italian") "~tex" iso-8859-1)))
571 ("nederlands" ; Nederlands.aff
572 "[A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]"
573 "[^A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]"
574 "[']" t ("-C") nil iso-8859-1)
575 ("nederlands8" ; Dutch8.aff
576 "[A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]"
577 "[^A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]"
578 "[']" t ("-C") nil iso-8859-1)))
579 577
580 578
581;;; Fifth part of dictionary, shortened for loaddefs.el 579;;; Fifth part of dictionary, shortened for loaddefs.el
582;;;###autoload 580;;;###autoload
583(setq 581(setq
584 ispell-dictionary-alist-5 582 ispell-dictionary-alist-5
585 '(("norsk" ; 8 bit Norwegian mode 583 '(("nederlands" ; Nederlands.aff
584 "[A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]"
585 "[^A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]"
586 "[']" t ("-C") nil iso-8859-1)
587 ("nederlands8" ; Dutch8.aff
588 "[A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]"
589 "[^A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]"
590 "[']" t ("-C") nil iso-8859-1)
591 ("norsk" ; 8 bit Norwegian mode
586 "[A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]" 592 "[A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]"
587 "[^A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]" 593 "[^A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]"
588 "[\"]" nil ("-d" "norsk") "~list" iso-8859-1) 594 "[\"]" nil ("-d" "norsk") "~list" iso-8859-1)
589 ("norsk7-tex" ; 7 bit Norwegian TeX mode 595 ("norsk7-tex" ; 7 bit Norwegian TeX mode
590 "[A-Za-z{}\\'^`]" "[^A-Za-z{}\\'^`]" 596 "[A-Za-z{}\\'^`]" "[^A-Za-z{}\\'^`]"
591 "[\"]" nil ("-d" "norsk") "~plaintex" iso-8859-1) 597 "[\"]" nil ("-d" "norsk") "~plaintex" iso-8859-1)))
592 ("polish" ; polish mode
593 "[A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]"
594 "[^A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]"
595 "" nil ( "-d" "polish") nil iso-8859-2)))
596 598
597 599
598;;; Sixth part of dictionary, shortened for loaddefs.el 600;;; Sixth part of dictionary, shortened for loaddefs.el
@@ -601,7 +603,11 @@ See `ispell-dictionary-alist'."
601 ispell-dictionary-alist-6 603 ispell-dictionary-alist-6
602 ;; include Russian iso character set too? 604 ;; include Russian iso character set too?
603 ;; "[']" t ("-d" "russian") "~latin1" iso-8859-1 605 ;; "[']" t ("-d" "russian") "~latin1" iso-8859-1
604 '(("russian" ; Russian.aff (KOI8-R charset) 606 '(("polish" ; polish mode
607 "[A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]"
608 "[^A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]"
609 "" nil ( "-d" "polish") nil iso-8859-2)
610 ("russian" ; Russian.aff (KOI8-R charset)
605 "[\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]" 611 "[\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]"
606 "[^\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]" 612 "[^\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]"
607 "" nil ("-d" "russian") nil koi8-r) 613 "" nil ("-d" "russian") nil koi8-r)