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: ispell/aspell problem Date: Thu, 01 Sep 2005 10:29:29 -0400 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1125585515 30034 80.91.229.2 (1 Sep 2005 14:38:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Sep 2005 14:38:35 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 01 16:38:33 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EAqAC-0003yA-LX for ged-emacs-devel@m.gmane.org; Thu, 01 Sep 2005 16:35:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EAqCM-0004pt-S6 for ged-emacs-devel@m.gmane.org; Thu, 01 Sep 2005 10:37:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EAqBE-0004UY-Gd for emacs-devel@gnu.org; Thu, 01 Sep 2005 10:36:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EAqB2-0004Rs-1G for emacs-devel@gnu.org; Thu, 01 Sep 2005 10:36:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EAqB0-0004OD-BJ for emacs-devel@gnu.org; Thu, 01 Sep 2005 10:36:26 -0400 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EAq7E-00025F-SP for emacs-devel@gnu.org; Thu, 01 Sep 2005 10:32:33 -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 3CD732CF52C; Thu, 1 Sep 2005 10:29:35 -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 229994AC00A; Thu, 1 Sep 2005 10:29:30 -0400 (EDT) Original-Received: by asado.iro.umontreal.ca (Postfix, from userid 20848) id 11E37E6C20; Thu, 1 Sep 2005 10:29:30 -0400 (EDT) Original-To: emacs-devel@gnu.org 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.844, 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:42551 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". Stefan Debugger entered--Lisp error: (file-error "Opening input file" "aucun fichi= er ou r=E9pertoire de ce type" "/u/monnier/src/emacs/trunk/lisp/Error:/Erro= r.dat") insert-file-contents("Error:/Error.dat") ispell-aspell-find-dictionary("Error:") mapcar(ispell-aspell-find-dictionary ("Error:" "Could" "not" "open" "the"= "file" "\"dicts\"" "for" "reading.")) ispell-find-aspell-dictionaries() ispell-valid-dictionary-list() (mapcar (function list) (ispell-valid-dictionary-list)) (and (fboundp (quote ispell-valid-dictionary-list)) (mapcar (function lis= t) (ispell-valid-dictionary-list))) (completing-read "Use new dictionary (RET for current, SPC to complete): = " (and (fboundp ...) (mapcar ... ...)) nil t) (list (completing-read "Use new dictionary (RET for current, SPC to compl= ete): " (and ... ...) nil t) current-prefix-arg) call-interactively(ispell-change-dictionary t nil) execute-extended-command(nil) call-interactively(execute-extended-command nil nil)