emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ispell otherchars


From: martin rudalics
Subject: ispell otherchars
Date: Fri, 12 Jan 2007 11:56:04 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

I think the following patch should be applied to ispell.el (but I don't
use "polish").  The regexp in "francais7" is not wrong but misleading.

*** ispell.el.~1.203.~  Mon Nov  6 10:23:02 2006
--- ispell.el   Fri Jan 12 11:47:16 2007
***************
*** 574,580 ****
      "[A-Za-z^\\]" "[^A-Za-z^\\]"
      "[-'`\"]" t ("-C" "-d" "esperanto") "~tex" iso-8859-3)
     ("francais7"
!     "[A-Za-z]" "[^A-Za-z]" "[`'^---]" t nil nil iso-8859-1)
     ("francais"                              ; Francais.aff
      
"[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]"
      
"[^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]"
--- 574,580 ----
      "[A-Za-z^\\]" "[^A-Za-z^\\]"
      "[-'`\"]" t ("-C" "-d" "esperanto") "~tex" iso-8859-3)
     ("francais7"
!     "[A-Za-z]" "[^A-Za-z]" "[`'^-]" t nil nil iso-8859-1)
     ("francais"                              ; Francais.aff
      
"[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]"
      
"[^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]"
***************
*** 623,629 ****
     ("polish"                                ; Polish mode
      
"[A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]"
      
"[^A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]"
!     "." nil nil nil iso-8859-2)
     ("portugues"                             ; Portuguese mode
      "[a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]"
      "[^a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]"
--- 623,629 ----
     ("polish"                                ; Polish mode
      
"[A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]"
      
"[^A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]"
!     "[.]" nil nil nil iso-8859-2)
     ("portugues"                             ; Portuguese mode
      "[a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]"
      "[^a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]