From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.help Subject: Re: [newbie] emacs flyspell not understands well accented chars Date: Sun, 01 Jun 2003 21:27:03 +0300 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <8361-Sun01Jun2003212703+0300-eliz@elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1054492027 18235 80.91.224.249 (1 Jun 2003 18:27:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 1 Jun 2003 18:27:07 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 01 20:27:06 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19MXXu-0004jw-00 for ; Sun, 01 Jun 2003 20:27:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19MXZ8-0008AQ-94 for gnu-help-gnu-emacs@m.gmane.org; Sun, 01 Jun 2003 14:28:22 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19MXYW-0006yV-EZ for help-gnu-emacs@gnu.org; Sun, 01 Jun 2003 14:27:44 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19MXYQ-0006h7-3O for help-gnu-emacs@gnu.org; Sun, 01 Jun 2003 14:27:38 -0400 Original-Received: from frigg.inter.net.il ([192.114.186.16]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19MXXA-0005Ww-3w for help-gnu-emacs@gnu.org; Sun, 01 Jun 2003 14:26:22 -0400 Original-Received: from zaretsky (tony08-233-35.inter.net.il [80.230.233.35] (may be forged)) by frigg.inter.net.il (Mirapoint Messaging Server MOS 3.3.5-GR) with ESMTP id CLJ36695; Sun, 1 Jun 2003 21:26:14 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Mario Giammarco on Sun, 01 Jun 2003 17:28:39 GMT) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:10442 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:10442 > From: Mario Giammarco > Newsgroups: comp.emacs,gnu.emacs.help > Date: Sun, 01 Jun 2003 17:28:39 GMT > > Now with ispell/aspell/flyspell and several debian versions of emacs21 it > says that: PERCH is unrecognized word and suggests perche' as correction. I suspect this is because your locale sets Emacs up to use Latin-9 encoding, while Ispell's dictionary is encoded in Latin-1. Current released versions of Emacs see Latin-1 and Latin-9 as different characters, sigh... The solution is to find and install an Italian dictionary that is encoded in Latin-9. Alas, I don't know if and where such a beast exists.