From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: ispell/aspell problem Date: Fri, 02 Sep 2005 10:38:59 -0400 Message-ID: References: <878xyfbspj.fsf@zemdatav.stor.no-ip.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1125673420 9468 80.91.229.2 (2 Sep 2005 15:03:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Sep 2005 15:03:40 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 02 17:03:31 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EBD2q-0002aG-5B for ged-emacs-devel@m.gmane.org; Fri, 02 Sep 2005 17:01:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EBD5d-0004WR-87 for ged-emacs-devel@m.gmane.org; Fri, 02 Sep 2005 11:04:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EBD1t-0003Kr-ND for emacs-devel@gnu.org; Fri, 02 Sep 2005 11:00:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EBCzc-0002qh-6H for emacs-devel@gnu.org; Fri, 02 Sep 2005 10:58:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EBCzZ-0002dr-2p for emacs-devel@gnu.org; Fri, 02 Sep 2005 10:58:09 -0400 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EBCkB-0003Pv-JM for emacs-devel@gnu.org; Fri, 02 Sep 2005 10:42:15 -0400 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id 8620E2CF512; Fri, 2 Sep 2005 10:39:03 -0400 (EDT) Original-Received: from asado.iro.umontreal.ca (asado.iro.umontreal.ca [132.204.24.84]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id 2A9674AC00A; Fri, 2 Sep 2005 10:39:00 -0400 (EDT) Original-Received: by asado.iro.umontreal.ca (Postfix, from userid 20848) id 1223DE6C20; Fri, 2 Sep 2005 10:39:00 -0400 (EDT) Original-To: emacs-devel@gnu.org In-Reply-To: <878xyfbspj.fsf@zemdatav.stor.no-ip.org> (Magnus Henoch's message of "Fri, 02 Sep 2005 13:43:36 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-4.845, requis 5, autolearn=not spam, AWL 0.06, BAYES_00 -4.90) X-MailScanner-From: monnier@iro.umontreal.ca 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:42583 Archived-At: >> 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? % ispell -v @(#) International Ispell Version 3.1.20 (but really Aspell 0.50.3) % -- Stefan PS: and BTW, I can't just upgrade it to 0.60, I'll have to wait until the syadmins upgrade the system to Fedora Core 4 in some nebulous future (they upgraded it to Fedora Core 2 last summer).