From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Unsafe file variables... Date: Tue, 06 Apr 2004 20:09:31 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87y8pbh5lk.fsf-monnier+emacs@alfajor.local> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1081296941 10834 80.91.224.253 (7 Apr 2004 00:15:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Apr 2004 00:15:41 +0000 (UTC) Cc: dak@gnu.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Apr 07 02:15:36 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 1BB0jA-0005ND-00 for ; Wed, 07 Apr 2004 02:15:36 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BB0jA-0003AN-00 for ; Wed, 07 Apr 2004 02:15:36 +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 1BB0it-0000qd-4h for emacs-devel@quimby.gnus.org; Tue, 06 Apr 2004 20:15:19 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BB0eL-0007Y4-OW for emacs-devel@gnu.org; Tue, 06 Apr 2004 20:10:37 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BB0dP-0006nQ-AT for emacs-devel@gnu.org; Tue, 06 Apr 2004 20:10:10 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BB0dI-0006mn-77 for emacs-devel@gnu.org; Tue, 06 Apr 2004 20:09:32 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1BB0dH-0007n8-Ml; Tue, 06 Apr 2004 20:09:31 -0400 Original-To: storm@cua.dk (Kim F. Storm) 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:21303 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21303 It occurred to me that we could improve the use of safe-local-eval-forms by allowing the user to answer the question "eval local form: xxx" in such a way that the form is automatically added to safe-local-eval-forms. E.g. (y)es (n)o (p)erm. I think people would often say yes without really thinking.