From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: kai@emptydomain.de (Kai =?iso-8859-15?Q?Gro=DFjohann?=) Newsgroups: gmane.emacs.devel Subject: Re: flyspell bug Date: Tue, 10 May 2005 12:40:37 +0200 Message-ID: <87k6m7nz2y.fsf@slowfox.dyndns.org> References: <17004.54462.897131.4559@notch.amtp.cam.ac.uk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1115722826 14509 80.91.229.2 (10 May 2005 11:00:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 10 May 2005 11:00:26 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 10 13:00:24 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DVSTA-0002uv-6w for ged-emacs-devel@m.gmane.org; Tue, 10 May 2005 13:00:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DVSbf-0003SF-G3 for ged-emacs-devel@m.gmane.org; Tue, 10 May 2005 07:08:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DVSKB-0004ox-7L for emacs-devel@gnu.org; Tue, 10 May 2005 06:50:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DVSK8-0004no-Jf for emacs-devel@gnu.org; Tue, 10 May 2005 06:50:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DVSK6-0004fm-RY for emacs-devel@gnu.org; Tue, 10 May 2005 06:50:47 -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 1DVSIR-0003PQ-Tz for emacs-devel@gnu.org; Tue, 10 May 2005 06:49:04 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DVS4f-0008Fy-W9 for emacs-devel@gnu.org; Tue, 10 May 2005 12:34:50 +0200 Original-Received: from p5090f84b.dip.t-dialin.net ([80.144.248.75]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 May 2005 12:34:49 +0200 Original-Received: from kai by p5090f84b.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 May 2005 12:34:49 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 10 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: p5090f84b.dip.t-dialin.net User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:7HyntapHNuofRuOwgFNUTTAAVaM= 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:36940 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36940 Peter Heslin writes: > 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"? Some folks might set ispell-program-name to "/sw/foo/bin/aspell", so the variable is not redundant. Kai