From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Maurizio" Newsgroups: gmane.emacs.help Subject: R: Emacs + Aspell problems Date: Tue, 04 Mar 2003 23:23:35 GMT Organization: [Infostrada] Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1046820422 23222 80.91.224.249 (4 Mar 2003 23:27:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 4 Mar 2003 23:27:02 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 05 00:26:55 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 18qLoF-00062D-00 for ; Wed, 05 Mar 2003 00:26:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18qLn7-0001WJ-09 for gnu-help-gnu-emacs@m.gmane.org; Tue, 04 Mar 2003 18:25:45 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.infostrada.it!twister2.libero.it.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 44 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Original-NNTP-Posting-Host: 62.98.220.157 Original-X-Complaints-To: abuse@inwind.it Original-X-Trace: twister2.libero.it 1046820215 62.98.220.157 (Wed, 05 Mar 2003 00:23:35 MET) Original-NNTP-Posting-Date: Wed, 05 Mar 2003 00:23:35 MET Original-Xref: shelby.stanford.edu gnu.emacs.help:110827 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:7328 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7328 Thank you very much, the thing worked perfectly well, the only difference from what you wrote was that i changed the ispell-local-dictionary-alist, because the ispell-dictionary-alist looked a little strange to me (it is something like "(append ... ... ...)" but i don't know where those variables are stored). Your sample entry for the italian dictionary was very very useful! Thank you again! --- Maurizio Coccioli Jesper Harder wrote in message m38yvv22a8.fsf@defun.localdomain... > "Maurizio" writes: > > > When I issue the command M-x ispell-change-dictionary i can't find the > > italian dictionary in the list of dictionaries, > > There's no dictionary called "italiano"? It _is_ there in Emacs 21 (but > it might be missing in Emacs 20). > > > Should i change the value of the ispell-dictionary-alist variable? > > Yes. > > > How can i do it? > > Do `M-x customize-option RET ispell-dictionary-alist'. Add a new > entry -- this is the setting used for Italian in Emacs 21: > > Dictionary: Value Menu Dictionary name: italiano > Case characters: [A-ZÀÁÈÉÌÍÒÓÙÚa-zàáèéìíóùú] > Non case characters: [^A-ZÀÁÈÉÌÍÒÓÙÚa-zàáèéìíóùú] > Other characters: [-] > Many other characters: Toggle off (nil) > Ispell command line args: > INS DEL Arg: -B > INS DEL Arg: -d > INS DEL Arg: italian > INS > Extended character mode: Value Menu ~tex > Character set: Value Menu iso-8859-1 > > Finally hit the "Save for future sessions" button.