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: Tue, 25 Oct 2005 11:59:04 -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 1130258043 2215 80.91.229.2 (25 Oct 2005 16:34:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Oct 2005 16:34:03 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 25 18:34:01 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EURi8-0001BN-Kz for ged-emacs-devel@m.gmane.org; Tue, 25 Oct 2005 18:31:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EURi8-0003vn-4X for ged-emacs-devel@m.gmane.org; Tue, 25 Oct 2005 12:31:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EURCc-0001Hp-Vu for emacs-devel@gnu.org; Tue, 25 Oct 2005 11:59:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EURCc-0001HF-B4 for emacs-devel@gnu.org; Tue, 25 Oct 2005 11:59:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EURCc-0001HB-27 for emacs-devel@gnu.org; Tue, 25 Oct 2005 11:59:06 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EURCc-0003do-4L for emacs-devel@gnu.org; Tue, 25 Oct 2005 11:59:06 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EURCa-0000IC-TZ; Tue, 25 Oct 2005 11:59:04 -0400 Original-To: Piet van Oostrum In-reply-to: (message from Piet van Oostrum on Mon, 24 Oct 2005 15:39:43 +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:44833 Archived-At: The solution is to give ispell the "-t" option. I will use that. Thanks.