From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: flyspell bug Date: Sun, 23 Oct 2005 00:42:46 -0400 Message-ID: References: <20051013122745.23F5.SLAWOMIR.NOWACZYK.847@student.lu.se> <20051014131718.2403.SLAWOMIR.NOWACZYK.847@student.lu.se> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1130042720 19923 80.91.229.2 (23 Oct 2005 04:45:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 23 Oct 2005 04:45:20 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 23 06:45:17 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ETXis-00031h-EQ for ged-emacs-devel@m.gmane.org; Sun, 23 Oct 2005 06:44:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ETXir-0006Fw-Tg for ged-emacs-devel@m.gmane.org; Sun, 23 Oct 2005 00:44:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ETXh1-0005Wk-PN for emacs-devel@gnu.org; Sun, 23 Oct 2005 00:42:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ETXh1-0005WO-50 for emacs-devel@gnu.org; Sun, 23 Oct 2005 00:42:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ETXh1-0005WJ-0I for emacs-devel@gnu.org; Sun, 23 Oct 2005 00:42:47 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ETXh1-0003S5-Ei for emacs-devel@gnu.org; Sun, 23 Oct 2005 00:42:47 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1ETXh0-0003QS-JE; Sun, 23 Oct 2005 00:42:46 -0400 Original-To: Slawomir Nowaczyk In-reply-to: <20051014131718.2403.SLAWOMIR.NOWACZYK.847@student.lu.se> (message from Slawomir Nowaczyk on Fri, 14 Oct 2005 13:59:56 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:44597 Archived-At: #> But sometimes it seems to behave strangely, like taking 10 seconds to #> go from 0% to 10%, then immediately jumping to 40%, and then #> immediately reporting "Spell Checking completed." And in such cases #> the buffer is not checked correctly. open etc/refcard.tex, M-x flyspell-buffer, go to the end of the buffer and notice that, for example, defun (21 lines from the bottom of the buffer) isn't marked as misspelled. I do see that--but I am not sure it is a bug. When I type M-$ on `defun', it says that word is correct. And there was no jumping in the percentages in the progress reports. Can anyone else see if there is a real bug here?