From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.bugs Subject: Re: local variable for updating the time stamp on save Date: Thu, 17 Jan 2008 12:08:20 -0800 Message-ID: <200801172008.m0HK8M9j028618@sallyv1.ics.uci.edu> References: <476ED79F.1000306@gmail.com> <477C060C.4010903@gmail.com> <200801022157.m02LvVAc013684@oogie-boogie.ics.uci.edu> <477C2857.5060502@gmail.com> <200801030044.m030ikI2020292@oogie-boogie.ics.uci.edu> <200801030655.m036tJco000552@oogie-boogie.ics.uci.edu> <200801101402.m0AE2aM2006101@oogie-boogie.ics.uci.edu> <478CFFAB.2010104@gmail.com> <668c430c0801170732y4d82ce17gc813fcf2e3ba9593@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1200600561 9279 80.91.229.12 (17 Jan 2008 20:09:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Jan 2008 20:09:21 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, rms@gnu.org To: "Bruce Korb" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jan 17 21:09:39 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JFb3O-0004ly-T7 for geb-bug-gnu-emacs@m.gmane.org; Thu, 17 Jan 2008 21:09:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFb30-0007X0-2z for geb-bug-gnu-emacs@m.gmane.org; Thu, 17 Jan 2008 15:09:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JFb2r-0007Uk-8K for bug-gnu-emacs@gnu.org; Thu, 17 Jan 2008 15:09:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JFb2p-0007UQ-Lj for bug-gnu-emacs@gnu.org; Thu, 17 Jan 2008 15:09:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFb2p-0007UN-FG for bug-gnu-emacs@gnu.org; Thu, 17 Jan 2008 15:08:59 -0500 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1JFb2l-0004kq-87; Thu, 17 Jan 2008 15:08:55 -0500 X-ICS-MailScanner-Watermark: 1201205303.16023@loFN1M7QerFuWYLmZLyEuw Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m0HK8M9j028618; Thu, 17 Jan 2008 12:08:22 -0800 (PST) In-Reply-To: <668c430c0801170732y4d82ce17gc813fcf2e3ba9593@mail.gmail.com> (Bruce Korb's message of "Thu, 17 Jan 2008 07:32:10 -0800") Original-Lines: 37 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17364 Archived-At: "Bruce Korb" writes: > On Jan 16, 2008 12:31 AM, Richard Stallman wrote: > > At the moment, no. Thank you. I just updated to GNU Emacs 22.1.1 > > and plodded my way through variable after variable triggering the > > "we've never set this variable before. Are sure you want to do > > this?" over and over > > > > Can you find the list of the ones you accepted, and send it to us? > > Maybe we should mark some of them for acceptance by default. > > Hi Richard, > > I have a "safe-local-variables-values" both at home and at work. For some > administrative reason, my work one got reset to empty and now only > contains: > > '(safe-local-variable-values (quote ((sh-indentation . 2) > (sh-basic-offset . 4) (sh-basic-offset . 2)))) sh-indentation is already marked safe. sh-basic-offset still needs to be marked as safe. I'll take care of it soon. > But I'd simply say that anything containing "indent" or "offset" is > pretty likely > to be "pretty safe". I still think it is better still to "allow" me to say that > this is a nifty feature that I don't like. :) I want to live > dangerously because What we are trying to do is actually for users not have to care about this, it should work without any action. For that we are trying to mark as many variables safe as possible. Maybe we can ask people on the emacs mailing lists to try to help with this. Find any variable not marked as safe that is used in any local variable section in the code that they have access to.