From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: flyspell bug Date: Tue, 26 Apr 2005 18:55:56 -0400 Message-ID: References: <17005.64537.459392.453517@notch.amtp.cam.ac.uk> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1114556004 18721 80.91.229.2 (26 Apr 2005 22:53:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Apr 2005 22:53:24 +0000 (UTC) Cc: public@heslin.eclipse.co.uk, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 27 00:53:21 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DQYv6-0006GY-Hf for ged-emacs-devel@m.gmane.org; Wed, 27 Apr 2005 00:52:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DQZ0u-0006fo-Mw for ged-emacs-devel@m.gmane.org; Tue, 26 Apr 2005 18:58:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DQZ0o-0006fj-8d for emacs-devel@gnu.org; Tue, 26 Apr 2005 18:58:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DQZ0n-0006fX-0I for emacs-devel@gnu.org; Tue, 26 Apr 2005 18:58:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DQZ0m-0006fU-SI for emacs-devel@gnu.org; Tue, 26 Apr 2005 18:58:36 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DQZ2f-0007nd-2v for emacs-devel@gnu.org; Tue, 26 Apr 2005 19:00:33 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DQYyC-0001z8-RP; Tue, 26 Apr 2005 18:55:56 -0400 Original-To: Stephen Eglen In-reply-to: <17005.64537.459392.453517@notch.amtp.cam.ac.uk> (message from Stephen Eglen on Tue, 26 Apr 2005 09:30:17 +0100) 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:36429 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36429 > Aren't these contradictory settings? If you have > > ispell-really-aspell t > ispell-program-name "aspell" > > your problem will go away, won't it? Yes, I think so, in this case. However, I didn't set those variables, so maybe ispell.el should be looked at. Could you debug why it sets the variables in an inconsistent manner? It would be hard to debug this without being able to see it fail.