GNU bug report logs - #3369
23.0.94; ispell fails to detect latest aspell version

Previous Next

Package: emacs;

Reported by: Leo <sdl.web <at> gmail.com>

Date: Sun, 24 May 2009 22:15:04 UTC

Severity: normal

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (Emacs bug Tracking System)
To: Chong Yidong <cyd <at> stupidchicken.com>
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
[Message part 1 (text/plain, inline)]
Your message dated Sun, 24 May 2009 19:27:18 -0400
with message-id <87skiunktl.fsf <at> 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 help-debbugs <at> gnu.org
immediately.)


-- 
3369: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3369
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo <sdl.web <at> gmail.com>
To: emacs-pretest-bug <at> gnu.org
Subject: 23.0.94; ispell fails to detect latest aspell version
Date: Sun, 24 May 2009 23:13:58 +0100
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

[Message part 3 (message/rfc822, inline)]
From: Chong Yidong <cyd <at> stupidchicken.com>
To: Leo <sdl.web <at> gmail.com>
Cc: 3369-done <at> debbugs.gnu.org
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.

This bug report was last modified 16 years and 59 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.