This fix worked for me:

2005-10-07  Eric Hanchrow <[EMAIL PROTECTED]>
        * textmodes/ispell.el (ispell-check-version):
        Ignore hyphen, and all that follows, in aspell's version text.

--- ispell.el   04 Oct 2005 08:47:08 -0700      1.178
+++ ispell.el   07 Oct 2005 13:44:07 -0700      
@@ -821,7 +821,7 @@
         (let (case-fold-search)
           (setq ispell-really-aspell
                (and (search-forward-regexp
-                     "(but really Aspell \\(.*\\))" nil t)
+                     "(but really Aspell \\(.*?\\)\\(-[0-9]+\\)?)" nil t)
                     (progn
                       (setq ispell-aspell-supports-utf8
                             (not (version< (match-string 1) "0.60")))

-- 
Using Unix is the computing equivalent of listening only to music
by David Cassidy.
        -- Rob Pike



_______________________________________________
Emacs-pretest-bug mailing list
Emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to