From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Slawomir Nowaczyk Newsgroups: gmane.emacs.devel Subject: Re: flyspell bug Date: Thu, 13 Oct 2005 12:40:54 +0200 Message-ID: <20051013122745.23F5.SLAWOMIR.NOWACZYK.847@student.lu.se> References: <20051012103141.23D7.SLAWOMIR.NOWACZYK.847@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1129202376 20061 80.91.229.2 (13 Oct 2005 11:19:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Oct 2005 11:19:36 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 13 13:19:18 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EQ16G-0005wM-Lf for ged-emacs-devel@m.gmane.org; Thu, 13 Oct 2005 13:18:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EQ16G-0003Ry-0T for ged-emacs-devel@m.gmane.org; Thu, 13 Oct 2005 07:18:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EQ0WU-0006ED-7F for emacs-devel@gnu.org; Thu, 13 Oct 2005 06:41:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EQ0WO-0006DC-2Z for emacs-devel@gnu.org; Thu, 13 Oct 2005 06:41:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EQ0WK-0006Ca-W7 for emacs-devel@gnu.org; Thu, 13 Oct 2005 06:41:10 -0400 Original-Received: from [130.235.16.11] (helo=himmelsborg.cs.lth.se) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EQ0WK-0003Tu-Se for emacs-devel@gnu.org; Thu, 13 Oct 2005 06:41:09 -0400 Original-Received: from [127.0.0.1] (slawek@dain [130.235.16.76]) by himmelsborg.cs.lth.se (8.12.11/8.12.11/perf-jw-tr) with ESMTP id j9DAf2Lt016843 for ; Thu, 13 Oct 2005 12:41:02 +0200 (CEST) Original-To: emacs-devel@gnu.org In-Reply-To: X-Esmandil_Citation: done X-Mailer-Plugin: Popup Memopad for Becky!2 Ver.0.02 Rev.2 X-Mailer: Becky! ver. 2.21.04 [en] 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:43977 Archived-At: On Thu, 13 Oct 2005 00:52:41 -0400 "Richard M. Stallman" wrote: #> flyspell-buffer doesn't work in (La)TeX mode (maybe also in some #> others): open etc/refcard.tex M-x flyspell-buffer, go to the end of #> the buffer and notice that, for example, recenter isn't marked as #> misspelled. #> #> Why should it be? It is correct. Well, my ispell, using English dictionary, reports "recenter" as incorrect. Sorry, I didn't notice it is, indeed, a correct word :) How about "defun", four lines above? #> As far as I can see, flyspell-buffer marks the words that are #> reported as incorrect. Yes, that's exactly what it is supposed to be doing. One thing I can add is that things like "LocalWords" can change the behaviour of flyspell-buffer. I have a file for which flyspell-buffer works fine if there are no "LocalWords", and only checks part of the buffer if I add " LocalWords: Shawn" definition. Also, it is possible to notice if flyspell-buffer is working OK or not, by looking at the echo area... flyspell reports percent of buffer already checked there -- if this goes steadily from 0% to 100%, all is fine. 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. -- Best wishes, Slawomir Nowaczyk ( slawomir.nowaczyk.847@student.lu.se ) One cannot make an omelette without breaking eggs -- but it is amazing how many eggs one can break without making a decent omelette.