From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: turn off safe-local-variable-values checking Date: Sun, 02 Apr 2006 22:25:40 -0400 Message-ID: <87y7ynjt1y.fsf-monnier+emacs@gnu.org> References: <9508491d0603300327i6da294bcp553f2f48df85d65f@mail.gmail.com> <8764lue3jv.fsf-monnier+emacs@gnu.org> <9508491d0604021712r78136dco5e33b05a3d39109b@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1144031163 25985 80.91.229.2 (3 Apr 2006 02:26:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Apr 2006 02:26:03 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 03 04:26:01 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 1FQElO-0002bl-14 for ged-emacs-devel@m.gmane.org; Mon, 03 Apr 2006 04:25:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FQElN-0006U6-7O for ged-emacs-devel@m.gmane.org; Sun, 02 Apr 2006 22:25:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FQElC-0006Ts-Q4 for emacs-devel@gnu.org; Sun, 02 Apr 2006 22:25:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FQElC-0006Tg-06 for emacs-devel@gnu.org; Sun, 02 Apr 2006 22:25:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FQElB-0006TW-Rg for emacs-devel@gnu.org; Sun, 02 Apr 2006 22:25:41 -0400 Original-Received: from [209.226.175.54] (helo=tomts10-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FQEo9-00074g-Ni for emacs-devel@gnu.org; Sun, 02 Apr 2006 22:28:45 -0400 Original-Received: from alfajor ([70.55.143.70]) by tomts10-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20060403022540.YCSX20622.tomts10-srv.bellnexxia.net@alfajor>; Sun, 2 Apr 2006 22:25:40 -0400 Original-Received: by alfajor (Postfix, from userid 1000) id 16B46D7887; Sun, 2 Apr 2006 22:25:40 -0400 (EDT) Original-To: "Shug Boabby" In-Reply-To: <9508491d0604021712r78136dco5e33b05a3d39109b@mail.gmail.com> (Shug Boabby's message of "Mon, 3 Apr 2006 01:12:33 +0100") 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:52345 Archived-At: >> Can you provide a scenario where it's really bothersome? > oh... try opening up each section file of your thesis (each file > containing 3 or 4 AUCTeX variables), across several computers, and > getting that bloody box pop up and ask 4X questions!! (where X are the > number of files i have in desktop save) How many different variable/value pairs are we talking about? The assumption is that you're going to add those to your safe-local-variable-values list in your .emacs so that the question won't be asked. Or if the variables are safe, they should simply be marked as such by the package's author. Stefan