From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: flyspell bug Date: Tue, 24 May 2005 21:18:04 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1116984084 448 80.91.229.2 (25 May 2005 01:21:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 25 May 2005 01:21:24 +0000 (UTC) Cc: public@heslin.eclipse.co.uk, mange@freemail.hu, s.j.eglen@damtp.cam.ac.uk, emacs-devel@gnu.org, juri@jurta.org, eliz@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 25 03:21:14 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DakZ5-0007n0-Q1 for ged-emacs-devel@m.gmane.org; Wed, 25 May 2005 03:20:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dakcr-00028F-AA for ged-emacs-devel@m.gmane.org; Tue, 24 May 2005 21:24:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DakZw-0000CT-6o for emacs-devel@gnu.org; Tue, 24 May 2005 21:21:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DakZv-0000C1-8R for emacs-devel@gnu.org; Tue, 24 May 2005 21:20:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DakZv-0000Bt-03 for emacs-devel@gnu.org; Tue, 24 May 2005 21:20:59 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DakXa-0004pS-1n for emacs-devel@gnu.org; Tue, 24 May 2005 21:18:34 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DakX6-0007V7-Ij; Tue, 24 May 2005 21:18:04 -0400 Original-To: Kevin Atkinson In-reply-to: (message from Kevin Atkinson on Mon, 23 May 2005 08:51:12 -0600 (MDT)) 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:37592 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37592 > Or, aspell could see that it has been given an ispell dictionary file > for a certain language, and automatically use the aspell dictionary for > the same language (or report an error if it doesn't have one available). If you use "-d DICT" where DICT does NOT end in ".hash" or is a complete path to an Ispell dictionary than it should work as you suggested. If this already works, how come the problem happens? Why doesn't this make everything work right already?