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: Mon, 31 Oct 2005 16:50:59 +0200 Message-ID: <20051031164057.1F82.SLAWOMIR.NOWACZYK.847@student.lu.se> References: <20051029020814.1F73.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 1130774172 23906 80.91.229.2 (31 Oct 2005 15:56:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 31 Oct 2005 15:56:12 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 31 16:56:11 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EWbxw-0007BO-DQ for ged-emacs-devel@m.gmane.org; Mon, 31 Oct 2005 16:52:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EWbxv-000589-SM for ged-emacs-devel@m.gmane.org; Mon, 31 Oct 2005 10:52:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EWbwJ-0004YR-Da for emacs-devel@gnu.org; Mon, 31 Oct 2005 10:51:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EWbwI-0004Xt-8s for emacs-devel@gnu.org; Mon, 31 Oct 2005 10:51:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EWbwH-0004Xl-VJ for emacs-devel@gnu.org; Mon, 31 Oct 2005 10:51:14 -0500 Original-Received: from [130.235.16.11] (helo=himmelsborg.cs.lth.se) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EWbwH-0001Pp-SN for emacs-devel@gnu.org; Mon, 31 Oct 2005 10:51:14 -0500 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 j9VFp8jQ017319 for ; Mon, 31 Oct 2005 16:51:08 +0100 (CET) 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:45180 Archived-At: On Sat, 29 Oct 2005 16:33:48 -0400 "Richard M. Stallman" wrote: #> Your example works just fine for me, but I can see the same error #> message on some of my files... I am unable to find a short example #> reproducing it at the moment, though -- will try tomorrow. #> #> The example does not HAVE to be short. A shorter one will be less #> work to debug, but if you can't produce a short one, please send a #> long one. One problem I see right now is with LocalWords -- when there are any local words for a buffer, I get (error "Bug: misspelled word `blabla' (output pos 36) not found in buffer") For example, run the below in this buffer: (setq flyspell-large-region 20) (flyspell-buffer) If you remove the line below, it still doesn't work. But if you remove the line, kill the buffer and revisit it, everything will work fine. LocalWords: blabla -- Best wishes, Slawomir Nowaczyk ( slawomir.nowaczyk.847@student.lu.se ) Have no fear of perfection - you'll never reach it (S. Dali)