From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Eglen Newsgroups: gmane.emacs.devel Subject: Re: flyspell bug Date: Tue, 26 Apr 2005 09:30:17 +0100 Message-ID: <17005.64537.459392.453517@notch.amtp.cam.ac.uk> References: 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 1114505224 28118 80.91.229.2 (26 Apr 2005 08:47:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Apr 2005 08:47:04 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 26 10:47:00 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DQLhk-00020c-3P for ged-emacs-devel@m.gmane.org; Tue, 26 Apr 2005 10:46:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DQLnQ-0006GN-Td for ged-emacs-devel@m.gmane.org; Tue, 26 Apr 2005 04:51:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DQLVc-0008E3-Ca for emacs-devel@gnu.org; Tue, 26 Apr 2005 04:33:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DQLVU-0008DU-Am for emacs-devel@gnu.org; Tue, 26 Apr 2005 04:33:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DQLVQ-00083O-Og for emacs-devel@gnu.org; Tue, 26 Apr 2005 04:33:21 -0400 Original-Received: from [131.111.8.135] (helo=ppsw-5.csi.cam.ac.uk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DQLVt-0006sQ-Uj for emacs-devel@gnu.org; Tue, 26 Apr 2005 04:33:50 -0400 Original-Received: from smtp.damtp.cam.ac.uk ([131.111.18.84]:38839 helo=medulla.damtp.cam.ac.uk) by ppsw-5.csi.cam.ac.uk (ppsw.cam.ac.uk [131.111.8.135]:25) with esmtp id 1DQLST-0003Zo-Ii (Exim 4.44) for emacs-devel@gnu.org (return-path ); Tue, 26 Apr 2005 09:30:17 +0100 Original-Received: from notch.amtp.cam.ac.uk ([131.111.16.112] ident=[Drz7lHOSGUFJl5HJ78AChy9lCM9EsSOV]) by medulla.damtp.cam.ac.uk with esmtp (Exim 4.32) id 1DQLST-0006sm-Ic; Tue, 26 Apr 2005 09:30:17 +0100 Original-Received: from sje30 by notch.amtp.cam.ac.uk with local (Exim 4.12) id 1DQLST-0008M6-00; Tue, 26 Apr 2005 09:30:17 +0100 Original-To: Peter Heslin In-Reply-To: X-Mailer: VM 7.17 under Emacs 22.0.50.3 X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ X-Cam-AntiVirus: No virus found X-Cam-SpamDetails: Not scanned 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:36397 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36397 Peter Heslin writes: > On 2005-04-25, Stephen Eglen wrote: > > Relevant settings: > > ispell-really-aspell t > > ispell-program-name "ispell" > > 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. > I never understood why there are two user-configurable variables here, > myself. Shouldn't setting ispell-really-aspell to t automatically set > ispell-program-name to "aspell"? Indeed. > > Or are thing likely to be more complex depending on ispell/aspell > > version? > > Seems likely, and a good reason not to change that line willy-nilly. Okay! I'll see if Ken Stevens (author of ispell) is aware of this. Stephen