From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rasmus Pank Roulund Newsgroups: gmane.emacs.help Subject: Re: Ispell not working in TeX mode Date: Fri, 15 Feb 2008 22:10:12 +0100 Message-ID: <47B5FFB4.6050607@gmail.com> References: <9BA22A38-A1BB-43C5-9EDB-DAF2BED59E13@Web.DE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1203109858 23345 80.91.229.12 (15 Feb 2008 21:10:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Feb 2008 21:10:58 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 15 22:11:21 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JQ7px-0007tF-EV for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Feb 2008 22:11:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JQ7pT-00081V-4z for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Feb 2008 16:10:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JQ7pA-0007zP-4J for help-gnu-emacs@gnu.org; Fri, 15 Feb 2008 16:10:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JQ7p7-0007wD-3c for help-gnu-emacs@gnu.org; Fri, 15 Feb 2008 16:10:23 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JQ7p6-0007vz-Tv for help-gnu-emacs@gnu.org; Fri, 15 Feb 2008 16:10:20 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JQ7p6-0006Sx-DC for help-gnu-emacs@gnu.org; Fri, 15 Feb 2008 16:10:20 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JQ7p2-0008Di-Sh for help-gnu-emacs@gnu.org; Fri, 15 Feb 2008 21:10:16 +0000 Original-Received: from port293.ds1-aboes.adsl.cybercity.dk ([212.242.226.46]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Feb 2008 21:10:16 +0000 Original-Received: from rasmus.pank by port293.ds1-aboes.adsl.cybercity.dk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Feb 2008 21:10:16 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 35 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: port293.ds1-aboes.adsl.cybercity.dk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 In-Reply-To: <9BA22A38-A1BB-43C5-9EDB-DAF2BED59E13@Web.DE> X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:51573 Archived-At: Peter Dyballa wrote: > > You're using Aspell and complain that ispell is not working? Of course not. That would be silly. Even though I use aspell I still call Ispell from within Emacs. In my dotEmacs I have defines ispell "as aspell"; I.e. (setq-default ispell-program-name "aspell") or (setq ispell-program-name "aspell") '(ispell-program-name "aspell") I have tried all of them and neither of them works. > To which programmes belong the "dansk" and "danse" dictionaries? Aspell > The ispell-program-name variable's definition can also be a full > pathname. I have tried to specify the full path. It has no effect. Aspell is in the path, so I should not matter. As I stated in the original post, it is only a problem when the file is located on the D partition rather than the C drive. -Rasmus