/[emacs]/emacs/lisp/textmodes/ispell.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/ispell.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.140.2.1 by handa, Fri Apr 16 12:50:37 2004 UTC revision 1.140.2.2 by miles, Mon Jun 28 07:30:00 2004 UTC
# Line 501  and then re-start emacs." Line 501  and then re-start emacs."
501                         (choice :tag "Coding system"                         (choice :tag "Coding system"
502                                 (const iso-8859-1)                                 (const iso-8859-1)
503                                 (const iso-8859-2)                                 (const iso-8859-2)
504                                 (const koi8-r))))                                 (const koi8-r)
505                                   (const windows-1251))))
506    :group 'ispell)    :group 'ispell)
507    
508    
# Line 630  and then re-start emacs." Line 631  and then re-start emacs."
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]"      "[\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]"      "[^\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]"
633      "" nil nil nil koi8-r)      "" 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)
638     ("slovak"                            ; Slovakian     ("slovak"                            ; Slovakian
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]"      "[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]"      "[^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]"
# Line 3274  You can bind this to the key C-c i in GN Line 3279  You can bind this to the key C-c i in GN
3279                    (equal major-mode 'message-mode))   ;GNUS 5                    (equal major-mode 'message-mode))   ;GNUS 5
3280                (concat "In article <" "\\|"                (concat "In article <" "\\|"
3281                        "[^,;&+=\n]+ <[^,;&+=]+> writes:" "\\|"                        "[^,;&+=\n]+ <[^,;&+=]+> writes:" "\\|"
3282                        message-yank-prefix "\\|"                        message-cite-prefix-regexp "\\|"
3283                        default-prefix))                        default-prefix))
3284               ((equal major-mode 'mh-letter-mode) ; mh mail message               ((equal major-mode 'mh-letter-mode) ; mh mail message
3285                (concat "[^,;&+=\n]+ writes:" "\\|"                (concat "[^,;&+=\n]+ writes:" "\\|"

Legend:
Removed from v.1.140.2.1  
changed lines
  Added in v.1.140.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26