From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: ispell.el doesn't work any more Date: Tue, 13 Sep 2005 11:55:50 -0400 Message-ID: References: <87wtll3opb.fsf@freemail.hu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1126627924 18942 80.91.229.2 (13 Sep 2005 16:12:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Sep 2005 16:12:04 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 13 18:12:03 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EFDMA-000570-CR for ged-emacs-devel@m.gmane.org; Tue, 13 Sep 2005 18:10:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EFDM9-0006ht-7l for ged-emacs-devel@m.gmane.org; Tue, 13 Sep 2005 12:10:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EFDJc-00066b-8H for emacs-devel@gnu.org; Tue, 13 Sep 2005 12:07:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EFDJY-00063U-7T for emacs-devel@gnu.org; Tue, 13 Sep 2005 12:07:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EFDJW-0005uw-GN for emacs-devel@gnu.org; Tue, 13 Sep 2005 12:07:18 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EFD8T-0007ZH-UV for emacs-devel@gnu.org; Tue, 13 Sep 2005 11:55:54 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EFD8Q-0000np-HA; Tue, 13 Sep 2005 11:55:50 -0400 Original-To: Magnus Henoch In-reply-to: <87wtll3opb.fsf@freemail.hu> (message from Magnus Henoch on Tue, 13 Sep 2005 00:29:04 +0200) 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:42889 Archived-At: Supporting aspell 0.50 would involve either looking for "charset" declarations in in ispell-aspell-find-dictionary, or disabling the dictionary finding and relying on the value of ispell-dictionary-alist. The latter would be something like this patch: That approach seems good to me. It will work with aspell 0.50 as well as it would have worked with ispell. Does anyone see a problem with that patch?