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

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

bug#3369: marked as done (23.0.94; ispell fails to detect latest aspell


From: Emacs bug Tracking System
Subject: bug#3369: marked as done (23.0.94; ispell fails to detect latest aspell version)
Date: Sun, 24 May 2009 23:30:07 +0000

Your message dated Sun, 24 May 2009 19:27:18 -0400
with message-id <87skiunktl.fsf@cyd.mit.edu>
and subject line Re: 23.0.94; ispell fails to detect latest aspell version
has caused the Emacs bug report #3369,
regarding 23.0.94; ispell fails to detect latest aspell version
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
3369: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=3369
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: 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


--- End Message ---
--- Begin Message --- Subject: Re: 23.0.94; ispell fails to detect latest aspell version Date: Sun, 24 May 2009 19:27:18 -0400
> Function `ispell-check-version' fails on
>
> @(#) International Ispell Version 3.1.20 (but really Aspell
> 0.61-20071105)

Fixed, thanks.

--- End Message ---

reply via email to

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