emacs-devel
[Top][All Lists]
Advanced

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

Re: flyspell bug


From: Piet van Oostrum
Subject: Re: flyspell bug
Date: Tue, 01 Nov 2005 11:19:32 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin)

There is a bug in the current cvs version of flyspell.el (there is no
variable "following" in the function).

*** flyspell.el 31 Oct 2005 16:31:52 +0100      1.82
--- flyspell.el 01 Nov 2005 11:17:52 +0100      
***************
*** 1360,1366 ****
                          ;; Detect when WORD can't be checked properly
                          ;; because flyspell-get-word finds
                          ;; just part of it, and treat that as ok.
!                         (if (< (length (flyspell-get-word following))
                                 (length word))
                              nil
                            (flyspell-word))))
--- 1360,1366 ----
                          ;; Detect when WORD can't be checked properly
                          ;; because flyspell-get-word finds
                          ;; just part of it, and treat that as ok.
!                         (if (< (length (flyspell-get-word nil))
                                 (length word))
                              nil
                            (flyspell-word))))

-- 
Piet van Oostrum <address@hidden>
URL: http://www.cs.uu.nl/~piet [PGP 8DAE142BE17999C4]
Private email: address@hidden




reply via email to

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