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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 3369 in the body.
You can then email your comments to 3369 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3369; Package emacs. (Sun, 24 May 2009 22:15:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Leo <sdl.web <at> gmail.com>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Sun, 24 May 2009 22:15:05 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

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



Reply sent to Chong Yidong <cyd <at> stupidchicken.com>:
You have taken responsibility. (Sun, 24 May 2009 23:30:07 GMT) Full text and rfc822 format available.

Notification sent to Leo <sdl.web <at> gmail.com>:
bug acknowledged by developer. (Sun, 24 May 2009 23:30:08 GMT) Full text and rfc822 format available.

Message #10 received at 3369-done <at> emacsbugs.donarmstrong.com (full text, mbox):

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.



bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> emacsbugs.donarmstrong.com. (Mon, 22 Jun 2009 14:24:26 GMT) Full text and rfc822 format available.

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

Previous Next


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