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: Sun, 20 Jan 2008 23:18:49 -0800 Message-ID: <200801210718.m0L7Inah003556@sallyv1.ics.uci.edu> References: <476ED79F.1000306@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> <200801191832.m0JIWiGv008783@sallyv1.ics.uci.edu> <668c430c0801201335t6b297788mafe1a7e14816cbf0@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 1200900203 29266 80.91.229.12 (21 Jan 2008 07:23:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Jan 2008 07:23:23 +0000 (UTC) Cc: Alan Mackenzie , 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 Mon Jan 21 08:23: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 1JGr0M-0003Z7-2w for geb-bug-gnu-emacs@m.gmane.org; Mon, 21 Jan 2008 08:23:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JGqzw-0007sT-D9 for geb-bug-gnu-emacs@m.gmane.org; Mon, 21 Jan 2008 02:23:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JGqy2-00061k-PQ for bug-gnu-emacs@gnu.org; Mon, 21 Jan 2008 02:21:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JGqy2-0005zq-1C for bug-gnu-emacs@gnu.org; Mon, 21 Jan 2008 02:21:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JGqy1-0005zK-Gv for bug-gnu-emacs@gnu.org; Mon, 21 Jan 2008 02:21:13 -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 1JGqxu-0000qR-6c; Mon, 21 Jan 2008 02:21:06 -0500 X-ICS-MailScanner-Watermark: 1201504732.6934@aabi3efzDAip8RU7chr6vA 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 m0L7Inah003556; Sun, 20 Jan 2008 23:18:49 -0800 (PST) In-Reply-To: <668c430c0801201335t6b297788mafe1a7e14816cbf0@mail.gmail.com> (Bruce Korb's message of "Sun, 20 Jan 2008 13:35:36 -0800") Original-Lines: 96 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:17393 Archived-At: "Bruce Korb" writes: > On Jan 19, 2008 10:32 AM, Dan Nicolaescu wrote: > > > 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. > > Hi Dan, > > s/might/surely/ :) Likely the reason I found it sub-optimal. It was asking > questions redundantly.. > > Anyway, for my project: > > c-file-style > indent-tabs-mode These should work. > minor-mode > mode Not sure why you got those > ispell-local-pdict > sh-basic-offset > sh-indentation I already said these are fixed. > c-font-lock-extra-types "JNIEnv" "JNINativeMethod" "JavaVM" This still needs fixing. Alan can you please mark c-font-lock-extra-types type to be safe? (not sure what the right predicate is) > compile-command Should work. > folded-file Does not exist in emacs. > indent-tabs-mode > mode > sh-indentation > tcl-indent-level > time-stamp-end > time-stamp-format > time-stamp-start Should work. > and for autotools: > > coding Don't know about this one. > cperl-brace-offset > cperl-continued-brace-offset > cperl-continued-statement-offset > cperl-extra-newline-before-brace > cperl-indent-level > cperl-label-offset > cperl-merge-trailing-else > fill-column > indent-tabs-mode > ispell-local-dictionary > ispell-local-pdict > mode > perl-brace-imaginary-offset > perl-brace-offset > perl-continued-brace-offset > perl-continued-statement-offset > perl-indent-level > perl-label-offset > sh-indentation > time-stamp-end > time-stamp-format > time-stamp-start > whitespace-check-buffer-indent Should work. > And remember that is _will_ be a few years before I see your Emacs fixes. > Distros don't pick up and propagate new versions straight away and I don't > upgrade my workstation distributions very often. Takes a _lot_ of work!! Well, there's not much we can do about that. We can't offer to fix issues in the past. The GNU Time Machine project it a bit behind schedule (or ahead?).