From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Support for "special" file local variables Date: Thu, 04 Aug 2005 16:46:05 -0400 Message-ID: References: <864uot8s4.fsf@tiscali.de> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1123189334 2357 80.91.229.2 (4 Aug 2005 21:02:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Aug 2005 21:02:14 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 04 23:02:11 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E0mot-0004T3-6I for ged-emacs-devel@m.gmane.org; Thu, 04 Aug 2005 23:00:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E0mri-0001uz-0P for ged-emacs-devel@m.gmane.org; Thu, 04 Aug 2005 17:02:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E0mqW-0001Ou-G8 for emacs-devel@gnu.org; Thu, 04 Aug 2005 17:01:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E0mqS-0001MR-8x for emacs-devel@gnu.org; Thu, 04 Aug 2005 17:01:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E0mqS-0001KX-15 for emacs-devel@gnu.org; Thu, 04 Aug 2005 17:01:40 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E0mpl-0000pG-5o for emacs-devel@gnu.org; Thu, 04 Aug 2005 17:00:57 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1E0mbN-0005I0-4V; Thu, 04 Aug 2005 16:46:05 -0400 Original-To: Emilio Lopes In-reply-to: <864uot8s4.fsf@tiscali.de> (message from Emilio Lopes on Tue, 02 Aug 2005 21:53:47 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:41507 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41507 It seems like a good idea. However, special-local-variables-alist should not be customizable; it is not for users to set. Also, it has to be marked as a risky local variable. But this shouldn't be installed now; it should wait for after the release.