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

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

bug#3369: 23.0.94; ispell fails to detect latest aspell version


From: Leo
Subject: bug#3369: 23.0.94; ispell fails to detect latest aspell version
Date: Sun, 24 May 2009 23:13:58 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (darwin)

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

Function `ispell-check-version' fails on

@(#) International Ispell Version 3.1.20 (but really Aspell 0.61-20071105)

due to this:

  (search-forward-regexp
                        "(but really Aspell \\([0-9]+\\.[0-9\\.]+\\)?)" nil t)

Because of this, flyspell-buffer also fails.

It can be fixed by changing to:

  (search-forward-regexp
                        "(but really Aspell \\([0-9]+\\.[0-9\\.-]+\\)?)" nil t)

Leo





reply via email to

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