From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Mario Giammarco Newsgroups: gmane.emacs.help Subject: Re: [newbie] emacs flyspell not understands well accented chars Date: Tue, 03 Jun 2003 08:31:49 GMT Organization: TIN Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <84znl0ubx6.fsf@lucy.is.informatik.uni-duisburg.de> <87d6hwzah4.fsf@ID-87814.user.dfncis.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: main.gmane.org 1054629571 9899 80.91.224.249 (3 Jun 2003 08:39:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 3 Jun 2003 08:39:31 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 03 10:39:29 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 19N7KL-0002ZU-00 for ; Tue, 03 Jun 2003 10:39:29 +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 19N7H5-00078d-Dx for gnu-help-gnu-emacs@m.gmane.org; Tue, 03 Jun 2003 04:36:07 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.mailgate.org!newsfeeder.edisontel.com!news-out.tin.it!news-in.tin.it!news1.tin.it.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 56 User-Agent: KNode/0.7.2 Original-NNTP-Posting-Host: 213.45.38.131 Original-X-Complaints-To: newsmaster@tin.it Original-X-Trace: news1.tin.it 1054629109 213.45.38.131 (Tue, 03 Jun 2003 10:31:49 MET DST) Original-NNTP-Posting-Date: Tue, 03 Jun 2003 10:31:49 MET DST Original-Xref: shelby.stanford.edu gnu.emacs.help:114022 Original-To: help-gnu-emacs@gnu.org 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:10516 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:10516 Oliver Scholz wrote: > Mario Giammarco writes: > [...] >> Me too I have done the same thing. when I do flyspell-mode it says error >> /usr/lib/ispell/italianx.hash not found. > > Please post the code that you added to you .emacs. > if I use this .emacs: (add-to-list 'ispell-local-dictionary-alist '("italianx" "[[:alpha:]]" "[^[:alpha:]]" "[']" t ("-C" "-d" "italian") "~latin1" iso-8859-15)) (setq ispell-dictionary "italianx") I obtain at the start of emacs this error: Symbol value as variable is void So I modified to this .emacs: '(ispell-local-dictionary-alist '("italianx" "[[:alpha:]]" "[^[:alpha:]]" "[']" t ("-C" "-d" "italian") "~latin1" iso-8859-15)) (setq ispell-dictionary "italianx") Now emacs works but when I start flyspell I got: can't open /usr/lib/ispell/italianx.hash^M > >> I use debian unstable, but installed stable emacs. > > Which version is that? > GNU Emacs 21.2.1 (i386-debian-linux-gnu, X toolkit, Xaw3d scroll bars) of 2002-03-22 on raven, modified by Debian > [...] >> Please tell me if Latin-9 is a mule option in menu. > > I don't understand. What do you want to do? > Look in my other post