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: Tue, 27 Apr 2004 10:43:59 -0600 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <16526.36303.126552.902576@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 1083080557 14972 80.91.224.253 (27 Apr 2004 15:42:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Apr 2004 15:42:37 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 27 17:42:24 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 1BIUj2-0007zf-00 for ; Tue, 27 Apr 2004 17:42:24 +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 1BIUii-0003eg-7x for geh-help-gnu-emacs@m.gmane.org; Tue, 27 Apr 2004 11:42:04 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BIUiH-0003dp-7B for help-gnu-emacs@gnu.org; Tue, 27 Apr 2004 11:41:37 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BIUhl-0003WQ-2L for help-gnu-emacs@gnu.org; Tue, 27 Apr 2004 11:41:36 -0400 Original-Received: from [194.67.23.122] (helo=mx2.mail.ru) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BIUhk-0003Vy-L3 for help-gnu-emacs@gnu.org; Tue, 27 Apr 2004 11:41:04 -0400 Original-Received: from [132.248.51.45] (port=1045 helo=mmyn404.iimas.unam.mx) by mx2.mail.ru with esmtp id 1BIUhj-0002TJ-00 for help-gnu-emacs@gnu.org; Tue, 27 Apr 2004 19:41:03 +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:18042 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18042 Hi David, On 26 Apr 2004 17:24:21 +0200, David Kastrup writes: > "Luis O. Silva" writes: >> 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. > 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. Thank you again. luis