From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Risky local variable mechanism Date: Wed, 08 Feb 2006 00:28:19 -0500 Message-ID: <87d5hyqv0s.fsf@stupidchicken.com> References: <87mzhbly89.fsf-monnier+emacs@gnu.org> <87r76fkth6.fsf@stupidchicken.com> <200602080149.k181nhQ21836@raven.dms.auburn.edu> <873biufvou.fsf@stupidchicken.com> <200602080218.k182IBO22570@raven.dms.auburn.edu> <87y80miia6.fsf@stupidchicken.com> <200602080500.k1850BA24342@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1139376524 23954 80.91.229.2 (8 Feb 2006 05:28:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Feb 2006 05:28:44 +0000 (UTC) Cc: emacs-devel@gnu.org, rms@gnu.org, monnier@iro.umontreal.ca, storm@cua.dk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 08 06:28:42 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F6hsf-0002BL-4s for ged-emacs-devel@m.gmane.org; Wed, 08 Feb 2006 06:28:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F6hse-0007ZS-H7 for ged-emacs-devel@m.gmane.org; Wed, 08 Feb 2006 00:28:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F6hsR-0007Yt-Uj for emacs-devel@gnu.org; Wed, 08 Feb 2006 00:28:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F6hsR-0007Yh-GV for emacs-devel@gnu.org; Wed, 08 Feb 2006 00:28:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F6hsR-0007Ye-EU for emacs-devel@gnu.org; Wed, 08 Feb 2006 00:28:27 -0500 Original-Received: from [18.95.6.197] (helo=localhost.localdomain) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F6hvd-00075u-8c; Wed, 08 Feb 2006 00:31:45 -0500 Original-Received: by localhost.localdomain (Postfix, from userid 1000) id A2E9A1E42F2; Wed, 8 Feb 2006 00:28:19 -0500 (EST) Original-To: Luc Teirlinck In-Reply-To: <200602080500.k1850BA24342@raven.dms.auburn.edu> (Luc Teirlinck's message of "Tue, 7 Feb 2006 23:00:11 -0600 (CST)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:50191 Archived-At: Luc Teirlinck writes: > After the release, we introduce some new variable so dangerous that > it _has_ to be in `ignored-local-variables'. In this unlikely event, the code in files.el can always treat that variable specially.