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: Sat, 19 Jan 2008 10:32:44 -0800 Message-ID: <200801191832.m0JIWiGv008783@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> <479234E5.7040207@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1200767601 12118 80.91.229.12 (19 Jan 2008 18:33:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Jan 2008 18:33:21 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, Bruce Korb , rms@gnu.org To: bkorb@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jan 19 19:33:40 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 1JGIVf-0008QB-Lm for geb-bug-gnu-emacs@m.gmane.org; Sat, 19 Jan 2008 19:33:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JGIVG-0002zo-IG for geb-bug-gnu-emacs@m.gmane.org; Sat, 19 Jan 2008 13:33:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JGIVB-0002zF-0v for bug-gnu-emacs@gnu.org; Sat, 19 Jan 2008 13:33:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JGIV9-0002yp-G5 for bug-gnu-emacs@gnu.org; Sat, 19 Jan 2008 13:33:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JGIV9-0002ym-6v for bug-gnu-emacs@gnu.org; Sat, 19 Jan 2008 13:33:07 -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 1JGIV1-0003mW-HG; Sat, 19 Jan 2008 13:32:59 -0500 X-ICS-MailScanner-Watermark: 1201372365.38425@vY4WLatqpkpbbGyq3uGq/Q 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 m0JIWiGv008783; Sat, 19 Jan 2008 10:32:44 -0800 (PST) In-Reply-To: <479234E5.7040207@gnu.org> (Bruce Korb's message of "Sat, 19 Jan 2008 09:35:33 -0800") Original-Lines: 50 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:17376 Archived-At: Bruce Korb writes: > Bruce Korb wrote: > > 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)))) > > My home version: > > '(safe-local-variable-values (quote > ((whitespace-check-buffer-indent) I fixed this one on Jan 3rd in the emacs-22.2 branch. You won't see it after the next release. > (Mode . C) > (Mode . shell-script) I think these might be mistakes, it should have "mode", not "Mode". Can you please check the files where this occurred? > (c-syntactic-indentation) > (c-syntactic-indentation-in-macros) Fixed today. > (ispell-local-pdict . "ispell-dict") Fixed Jan 3rd. > (sh-basic-offset . 2) > (sh-basic-offset . 4) > (sh-basic-offset . 4) > (sh-basic-offset . 4) Fixed today. > (sh-indentation . 2) > (sh-indentation . 4) > (sh-indentation . 4) > (sh-indentation . 4) Fixed Jan 3rd. It's interesting that you get so many duplicates in the list. That might point to a possible problem in the code that deals with safe-local-variable-values.