From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Agustin Martin Newsgroups: gmane.emacs.devel Subject: Re: flyspell bug Date: Fri, 4 Nov 2005 12:27:06 +0000 (UTC) Message-ID: References: <20051102120913.1F98.SLAWOMIR.NOWACZYK.847@student.lu.se> <20051103161929.1FA3.SLAWOMIR.NOWACZYK.847@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1131107441 8479 80.91.229.2 (4 Nov 2005 12:30:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 4 Nov 2005 12:30:41 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 04 13:30:33 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EY0hZ-00084I-CW for ged-emacs-devel@m.gmane.org; Fri, 04 Nov 2005 13:29:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EY0hY-0001N4-D6 for ged-emacs-devel@m.gmane.org; Fri, 04 Nov 2005 07:29:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EY0hA-0001ER-QF for emacs-devel@gnu.org; Fri, 04 Nov 2005 07:29:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EY0h7-0001Cj-AL for emacs-devel@gnu.org; Fri, 04 Nov 2005 07:29:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EY0h7-0001Ce-3t for emacs-devel@gnu.org; Fri, 04 Nov 2005 07:29:21 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1EY0h7-0001ti-0U for emacs-devel@gnu.org; Fri, 04 Nov 2005 07:29:21 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EY0gN-0007kt-GW for emacs-devel@gnu.org; Fri, 04 Nov 2005 13:28:35 +0100 Original-Received: from Agmartin.aq.upm.es ([138.100.41.131]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Nov 2005 13:28:35 +0100 Original-Received: from agustin.martin by Agmartin.aq.upm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Nov 2005 13:28:35 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 17 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 138.100.41.131 (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050922 Firefox/1.0.7 (Debian package 1.0.7-1)) 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:45393 Archived-At: Piet van Oostrum writes: > > >>>>> Slawomir Nowaczyk (SN) wrote: > > >SN> Well, that's strange... for me it doesn't: > >SN> http://www.cs.lth.se/~slawek/flyspell.jpg > > >SN> running "emacs --no-init-file --no-site-file" on Windows (I don't see > >SN> how it could be OS-related, but maybe?), English dictionary and > >SN> ispell. > > I found that I used my own code rather than the CVS code. I forgot a part > of my patch. Here is the rest. While not yet extensively tested, this seems to work much better in the files I tried, thanks