From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Heslin Newsgroups: gmane.emacs.devel Subject: Re: flyspell bug Date: Tue, 26 Apr 2005 01:28:53 +0000 (UTC) Message-ID: References: <17004.54462.897131.4559@notch.amtp.cam.ac.uk> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1114479233 13615 80.91.229.2 (26 Apr 2005 01:33:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Apr 2005 01:33:53 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 26 03:33:51 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DQExS-0008DX-ID for ged-emacs-devel@m.gmane.org; Tue, 26 Apr 2005 03:33:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DQF35-0003Fl-Gw for ged-emacs-devel@m.gmane.org; Mon, 25 Apr 2005 21:39:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DQF2w-0003FW-Em for emacs-devel@gnu.org; Mon, 25 Apr 2005 21:39:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DQF2v-0003F1-NK for emacs-devel@gnu.org; Mon, 25 Apr 2005 21:39:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DQF2v-0002y7-Dc for emacs-devel@gnu.org; Mon, 25 Apr 2005 21:39:29 -0400 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 1DQF1e-0001aM-VW for emacs-devel@gnu.org; Mon, 25 Apr 2005 21:38:11 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DQEss-0007Ly-Ly for emacs-devel@gnu.org; Tue, 26 Apr 2005 03:29:06 +0200 Original-Received: from 213-152-32-235.dsl.eclipse.net.uk ([213.152.32.235]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Apr 2005 03:29:06 +0200 Original-Received: from public by 213-152-32-235.dsl.eclipse.net.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Apr 2005 03:29:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 23 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 213-152-32-235.dsl.eclipse.net.uk User-Agent: slrn/0.9.8.0 (Linux) 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:36393 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36393 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? 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"? > 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. Peter