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: Thu, 12 May 2005 04:30:30 -0400 Message-ID: References: <01c5531e$Blat.v2.4$ea8d9a00@zahav.net.il> <87zmv3rg09.fsf_-_@jurta.org> <01c55511$Blat.v2.4$cb2c24c0@zahav.net.il> <87is1roent.fsf@jurta.org> <01c55599$Blat.v2.4$1fc21ee0@zahav.net.il> <873bsukw6j.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1115891676 5891 80.91.229.2 (12 May 2005 09:54:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 May 2005 09:54:36 +0000 (UTC) Cc: public@heslin.eclipse.co.uk, mange@freemail.hu, s.j.eglen@damtp.cam.ac.uk, emacs-devel@gnu.org, eliz@gnu.org, Kevin Atkinson Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 12 11:54:33 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DWANj-0005dh-Vq for ged-emacs-devel@m.gmane.org; Thu, 12 May 2005 11:53:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DWAWe-0007Z4-KG for ged-emacs-devel@m.gmane.org; Thu, 12 May 2005 06:02:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DW9zk-0006zt-2H for emacs-devel@gnu.org; Thu, 12 May 2005 05:28:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DW9zh-0006yf-B4 for emacs-devel@gnu.org; Thu, 12 May 2005 05:28:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DW9ka-00048J-UI for emacs-devel@gnu.org; Thu, 12 May 2005 05:13:01 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DW9DF-0002MH-9g for emacs-devel@gnu.org; Thu, 12 May 2005 04:38:33 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DW95S-00071c-2k; Thu, 12 May 2005 04:30:30 -0400 Original-To: Juri Linkov In-reply-to: <873bsukw6j.fsf@jurta.org> (message from Juri Linkov on Wed, 11 May 2005 11:23:48 +0300) 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:37020 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37020 ispell and aspell use different dictionaries. Changing the default ispell program name from "ispell" to "aspell" is an incompatible change for users configured Emacs to use ispell dictionaries, not aspell dictionaries. Maybe aspell could support ispell dictionaries. 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). Kevin, what do you think?