From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Agustin Martin Newsgroups: gmane.emacs.devel Subject: Re: ispell problem with aspell dictionary aliases Date: Wed, 8 Mar 2006 16:22:27 +0100 Message-ID: <20060308152227.GA6825@agmartin.aq.upm.es> References: <13528943.1141816097534.JavaMail.www@wwinf1506> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1141831550 11303 80.91.229.2 (8 Mar 2006 15:25:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Mar 2006 15:25:50 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 08 16:25:48 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FH0Wn-0008Kc-VC for ged-emacs-devel@m.gmane.org; Wed, 08 Mar 2006 16:24:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FH0Wm-00023W-UU for ged-emacs-devel@m.gmane.org; Wed, 08 Mar 2006 10:24:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FH0WY-00023G-OO for emacs-devel@gnu.org; Wed, 08 Mar 2006 10:24:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FH0WY-000233-9B for emacs-devel@gnu.org; Wed, 08 Mar 2006 10:24:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FH0WY-00022y-4R for emacs-devel@gnu.org; Wed, 08 Mar 2006 10:24:26 -0500 Original-Received: from [138.100.4.49] (helo=edison.ccupm.upm.es) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FH0ZP-0000J7-DU for emacs-devel@gnu.org; Wed, 08 Mar 2006 10:27:23 -0500 Original-Received: from mala.aq.upm.es (Agmartin.aq.upm.es [138.100.41.131]) by edison.ccupm.upm.es (8.12.10/8.12.10) with ESMTP id k28FOOiD028289; Wed, 8 Mar 2006 16:24:24 +0100 Original-Received: by mala.aq.upm.es (Postfix, from userid 1000) id CE44F26F5; Wed, 8 Mar 2006 16:22:27 +0100 (CET) Original-To: emacs-devel@gnu.org Mail-Followup-To: emacs-devel@gnu.org Content-Disposition: inline In-Reply-To: <13528943.1141816097534.JavaMail.www@wwinf1506> User-Agent: Mutt/1.5.11+cvs20060126 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:51371 Archived-At: On Wed, Mar 08, 2006 at 12:08:17PM +0100, David PONCE wrote: > Hello, > > There is an annoying problem with ispell when using aspell > dictionaries. I noticed that when I change the dictionary to > "francais". With aspell (0.60.3) and UTF-8 that dictionary doesn't > work well, whereas the "french" dictionary work well. That surprised > me because the "french" and "francais" dictionaries are both aliases > of the "fr_FR" dictionary. Can reproduce it with words containing chars not in the iso-8859-1 charset, like coeur not as above, but with 'oe' expressed as a single char (\oe in TeX). With aspell, ispell-dictionary-alist french entry is utf8 while francais entry is iso-8859-1. > > In fact the problem is in `ispell-find-aspell-dictionaries' which adds > dictionary aliases AFTER the standard definitions have been added, > without overriding them. > > The patch below solved the problem for me. Same here, seems to work well. -- Agustin