From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: Unsafe file variables... Date: Mon, 05 Apr 2004 11:08:59 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <8011-Mon05Apr2004110859+0300-eliz@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1081157373 17582 80.91.224.253 (5 Apr 2004 09:29:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Apr 2004 09:29:33 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Apr 05 11:29:10 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BAQPm-0002AD-00 for ; Mon, 05 Apr 2004 11:29:10 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BAQPm-0001pB-00 for ; Mon, 05 Apr 2004 11:29:10 +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 1BAQLA-0006gO-Po for emacs-devel@quimby.gnus.org; Mon, 05 Apr 2004 05:24:24 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BAQHO-0002qK-Du for emacs-devel@gnu.org; Mon, 05 Apr 2004 05:20:30 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BAQG8-000218-7B for emacs-devel@gnu.org; Mon, 05 Apr 2004 05:19:43 -0400 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BAQA5-0006iE-GI; Mon, 05 Apr 2004 05:12:57 -0400 Original-Received: from zaretski ([80.230.147.136]) by legolas.inter.net.il (MOS 3.4.5-GR) with ESMTP id BNW80847; Mon, 5 Apr 2004 11:12:46 +0200 (IST) Original-To: storm@cua.dk (Kim F. Storm) X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (storm@cua.dk) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21274 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21274 > From: storm@cua.dk (Kim F. Storm) > Date: 05 Apr 2004 04:25:47 +0200 > > > > There is already a simple solution to this in CVS emacs: > > > > Just add it to safe-local-eval-forms (e.g. via customize). > > I just checked that this _is_ documented in NEWS, but it is also > marked so that is NOT added to the emacs manual (---). "---" means that this _should_not_ be in the manual, not that it wasn't yet added. It's possible that this was done on purpose, I don't know.