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: /srv/bzr/emacs/trunk r100059: (bug-reference-url-format): Mark as `safe-local-variable' if the value Date: Wed, 28 Apr 2010 13:21:30 -0400 Message-ID: <87ljc73339.fsf@stupidchicken.com> References: <87sk6go6v8.fsf@stupidchicken.com> <49686.130.55.132.217.1272468776.squirrel@webmail.lanl.gov> <87aasn60du.fsf@stupidchicken.com> <49873.130.55.132.217.1272471950.squirrel@webmail.lanl.gov> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1272475313 25635 80.91.229.12 (28 Apr 2010 17:21:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 28 Apr 2010 17:21:53 +0000 (UTC) Cc: Sam Steingold , emacs-devel@gnu.org To: herring@lanl.gov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 28 19:21:50 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O7AxD-00079e-Oa for ged-emacs-devel@m.gmane.org; Wed, 28 Apr 2010 19:21:44 +0200 Original-Received: from localhost ([127.0.0.1]:52166 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7AxC-0000IL-Ia for ged-emacs-devel@m.gmane.org; Wed, 28 Apr 2010 13:21:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O7Ax7-0000I6-AW for emacs-devel@gnu.org; Wed, 28 Apr 2010 13:21:37 -0400 Original-Received: from [140.186.70.92] (port=43045 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7Ax5-0000Hv-Qt for emacs-devel@gnu.org; Wed, 28 Apr 2010 13:21:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O7Ax3-0001WI-H6 for emacs-devel@gnu.org; Wed, 28 Apr 2010 13:21:35 -0400 Original-Received: from pantheon-po38.its.yale.edu ([130.132.50.97]:58408) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O7Ax1-0001Vg-FD; Wed, 28 Apr 2010 13:21:31 -0400 Original-Received: from furry (dhcp128036014104.central.yale.edu [128.36.14.104]) (authenticated bits=0) by pantheon-po38.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o3SHLUpJ019675 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 28 Apr 2010 13:21:30 -0400 Original-Received: by furry (Postfix, from userid 1000) id 9768DC055; Wed, 28 Apr 2010 13:21:30 -0400 (EDT) In-Reply-To: <49873.130.55.132.217.1272471950.squirrel@webmail.lanl.gov> (Davis Herring's message of "Wed, 28 Apr 2010 09:25:50 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.96 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 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:124305 Archived-At: "Davis Herring" writes: > While reading further I also see that we already have > `safe-local-variable-values' for the case where particular values need to > be marked as safe, which certainly satisfies the stated desire to allow > one additional value for a variable without the `lambda' trickery. > Perhaps the `safe-file-function' property would nonetheless be useful to > avoid having to add many different things to s-l-v-v. It's not practical for an external package to change safe-local-variable-values, because that is a customizable user option.