From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Magnus Henoch Newsgroups: gmane.emacs.devel Subject: Re: ispell/aspell problem Date: Fri, 02 Sep 2005 13:43:36 +0200 Message-ID: <878xyfbspj.fsf@zemdatav.stor.no-ip.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1125663100 8436 80.91.229.2 (2 Sep 2005 12:11:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Sep 2005 12:11:40 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 02 14:11:32 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EBANL-0003UI-5n for ged-emacs-devel@m.gmane.org; Fri, 02 Sep 2005 14:10:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EBARc-0004SV-Kr for ged-emacs-devel@m.gmane.org; Fri, 02 Sep 2005 08:14:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EBAAD-0008EW-Fg for emacs-devel@gnu.org; Fri, 02 Sep 2005 07:56:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EBAA1-00088a-VW for emacs-devel@gnu.org; Fri, 02 Sep 2005 07:56:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EBA9z-00082G-D4 for emacs-devel@gnu.org; Fri, 02 Sep 2005 07:56:43 -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 1EBA3P-0007bb-55 for emacs-devel@gnu.org; Fri, 02 Sep 2005 07:49:55 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EB9yb-0006kr-5Z for emacs-devel@gnu.org; Fri, 02 Sep 2005 13:44:57 +0200 Original-Received: from h170n1fls23o1074.bredband.comhem.se ([213.67.239.170]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Sep 2005 13:44:57 +0200 Original-Received: from mange by h170n1fls23o1074.bredband.comhem.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Sep 2005 13:44:57 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 15 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: h170n1fls23o1074.bredband.comhem.se Mail-Copies-To: never User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (berkeley-unix) Cancel-Lock: sha1:kNH8YnD1rwxbr4nh10zNgmrnhcE= 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:42580 Archived-At: Stefan Monnier writes: > I have the following backtrace when I try to change the dictionary. > The error comes from the fact that Emacs runs "ispell dicts" rather than > "aspell dicts". > > The same kind of problem appears in ispell-get-aspell-config-value where we > also run ispell-program-name which may be "ispell" rather than "aspell". So the "ispell" command being run is actually aspell? Which version? The default value for ispell-program-name should find the real aspell... Magnus