From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sebastian Luque Newsgroups: gmane.emacs.help Subject: ispell-dictionary with aspell Date: Sat, 17 Sep 2005 00:46:51 -0500 Organization: Memorial University of Newfoundland Message-ID: <87ek7op7p0.fsf@gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1126937049 5046 80.91.229.2 (17 Sep 2005 06:04:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 17 Sep 2005 06:04:09 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Sep 17 08:04:08 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EGVmo-0002jr-KW for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Sep 2005 08:02:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EGVlh-0004TM-8b for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Sep 2005 02:01:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EGVhw-0004Ex-Ad for help-gnu-emacs@gnu.org; Sat, 17 Sep 2005 01:57:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EGVhq-0004E5-Ia for help-gnu-emacs@gnu.org; Sat, 17 Sep 2005 01:57:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EGVho-00042b-Sa for help-gnu-emacs@gnu.org; Sat, 17 Sep 2005 01:57:45 -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 1EGVYw-0002aC-EP for help-gnu-emacs@gnu.org; Sat, 17 Sep 2005 01:48:34 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EGVXn-0000PU-CL for help-gnu-emacs@gnu.org; Sat, 17 Sep 2005 07:47:23 +0200 Original-Received: from s0106001111ddbc6e.wp.shawcable.net ([24.77.74.208]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 Sep 2005 07:47:23 +0200 Original-Received: from spluque by s0106001111ddbc6e.wp.shawcable.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 Sep 2005 07:47:23 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 32 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: s0106001111ddbc6e.wp.shawcable.net User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:drHyhJZaJD1fe4ZZY3yDRjLBjCM= X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:29512 Archived-At: Hi, Even though I have the following: (setq ispell-program-name "aspell" ispell-dictionary "english") when I do M-$ to check some spelling, I get the following backtrace: Debugger entered--Lisp error: (error "Error: No word lists can be found for the language \"us\".") signal(error ("Error: No word lists can be found for the language \"us\".")) error("%s" "Error: No word lists can be found for the language \"us\".") ispell-init-process() ispell-buffer-local-words() ispell-accept-buffer-local-defs() ispell-word(nil nil nil) call-interactively(ispell-word) and the value of ispell-dictionary after that gets set to nil. However, if I do M-x ispell-change-dictionary RET english RET, then there's no problem. Has anybody else seen this or have some pointers on what's going on? Thanks in advance, -- Sebastian P. Luque