From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Luis O. Silva" Newsgroups: gmane.emacs.help Subject: Re: ispell spanish problem Date: Mon, 26 Apr 2004 09:47:08 -0600 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <16525.12028.99194.644669@mmyn404.iimas.unam.mx> References: <52a143dc.0404222320.36de10fe@posting.google.com> Reply-To: "Luis O. Silva" NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1082992653 14358 80.91.224.253 (26 Apr 2004 15:17:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Apr 2004 15:17:33 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 26 17:17:26 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BI7rJ-0002ec-00 for ; Mon, 26 Apr 2004 17:17:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BI7oC-0002YF-71 for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Apr 2004 11:14:12 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BI7aK-0007Lv-In for help-gnu-emacs@gnu.org; Mon, 26 Apr 2004 10:59:52 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BI7Na-0004qK-WD for help-gnu-emacs@gnu.org; Mon, 26 Apr 2004 10:47:14 -0400 Original-Received: from [194.67.45.221] (helo=mx1.mail.ru) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BI7Kw-0003eb-T2 for help-gnu-emacs@gnu.org; Mon, 26 Apr 2004 10:43:59 -0400 Original-Received: from [132.248.51.45] (port=1031 helo=mmyn404.iimas.unam.mx) by mx1.mail.ru with esmtp id 1BI7Kp-000NyH-00 for help-gnu-emacs@gnu.org; Mon, 26 Apr 2004 18:43:52 +0400 Original-To: help-gnu-emacs@gnu.org Original-Newsgroups: gnu.emacs.help In-Reply-To: X-Mailer: VM 7.03 under Emacs 21.2.1 X-Spam: Not detected X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:18011 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18011 Hi Reiner, On Fri, 23 Apr 2004 12:36:47 +0200, Reiner Steib writes: R> On Fri, Apr 23 2004, Oliver Scholz wrote: >> I bet this is yet another latin-9 problem. R> Ah, I remember now that we discussed this previously. That was not another latin-9 problem, that was my stupidity. The element in `ispell-dictionary-alist' that I posted first, together with yours, and the one recomended by Oliver (using "[[:alpha:]]" and "[^[:alpha:]]") all work fine. The problem was (I must acknowledge) that I was working with large old files, near the beginning of them, without realizing that at the end of the file there were local variables defined :-( and among them "Local IspellDict:" I'm very sorry for the false alarm and very grateful for your comments. May be it's time for writing an elisp function that pop-up a window with the local variables of the file you are opening. Best regards, luis