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: Wed, 28 Apr 2004 12:14:27 -0600 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <16527.62595.210597.305380@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 1083174126 7951 80.91.224.253 (28 Apr 2004 17:42:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Apr 2004 17:42:06 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 28 19:41:53 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 1BIt4D-0004kD-00 for ; Wed, 28 Apr 2004 19:41:53 +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 1BIt1V-0007tF-Lw for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Apr 2004 13:39:05 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BIsqV-0004dN-35 for help-gnu-emacs@gnu.org; Wed, 28 Apr 2004 13:27:43 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BIsaW-0000Cb-J0 for help-gnu-emacs@gnu.org; Wed, 28 Apr 2004 13:11:44 -0400 Original-Received: from [194.67.45.221] (helo=mx1.mail.ru) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BIsaV-0000BC-Ck for help-gnu-emacs@gnu.org; Wed, 28 Apr 2004 13:11:11 -0400 Original-Received: from [132.248.51.45] (port=1031 helo=mmyn404.iimas.unam.mx) by mx1.mail.ru with esmtp id 1BIsaR-00051Q-00 for help-gnu-emacs@gnu.org; Wed, 28 Apr 2004 21:11:08 +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:18084 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18084 Hi David, On 27 Apr 2004 18:02:34 +0200, David Kastrup writes: > "Luis O. Silva" writes: >> On 26 Apr 2004 17:24:21 +0200, David Kastrup writes: >> enable-local-variables's value is t >> >> *Control use of local variables in files you visit. >> The > value can be t, nil or something else. A value of >> t > means file local variables specifications are >> obeyed; > nil means they are ignored; anything else >> means query. > This variable also controls use of major >> modes specified > in a -*- line. >> >> Thank you very much, I overlooked this information in >> the manual. This is not exactly what I want but it is >> useful. Opening most of my files I'd like to keep the >> local variables values defined in the files, but I want >> to be aware of them. That's why I was thinking of a >> window popup with this information when opening a file. > You didn't try it, right? You're right, I didn't. I was taking the documentation of the variable literally and it says: "anything else means query", so I thought that, in that case, a message asking whether to enable the variables was displayed without showing the variables themselves. Now, I realized that such a message would be incomplete, so the documentation is probably fine. > It _is_ exactly what you were asking for. That is exactly. Thank you and I'm sorry, I misinterpreted the documentation of the variable. Best regards, luis