From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bruce Korb Newsgroups: gmane.emacs.bugs Subject: Re: local variable for updating the time stamp on save Date: Sat, 19 Jan 2008 09:35:33 -0800 Organization: Free Software Foundation Message-ID: <479234E5.7040207@gnu.org> 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> Reply-To: bkorb@gnu.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1200771875 24565 80.91.229.12 (19 Jan 2008 19:44:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Jan 2008 19:44:35 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, dann@ics.uci.edu, rms@gnu.org To: Bruce Korb Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jan 19 20:44:52 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 1JGJcV-0004EI-1H for geb-bug-gnu-emacs@m.gmane.org; Sat, 19 Jan 2008 20:44:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JGJc5-00058b-ST for geb-bug-gnu-emacs@m.gmane.org; Sat, 19 Jan 2008 14:44:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JGHc2-0000ui-Iu for bug-gnu-emacs@gnu.org; Sat, 19 Jan 2008 12:36:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JGHc1-0000u1-5d for bug-gnu-emacs@gnu.org; Sat, 19 Jan 2008 12:36:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JGHc1-0000tu-0i for bug-gnu-emacs@gnu.org; Sat, 19 Jan 2008 12:36:09 -0500 Original-Received: from flpi195.sbcis.sbc.com ([207.115.20.197] helo=flpi195.prodigy.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JGHbw-00027X-L3; Sat, 19 Jan 2008 12:36:05 -0500 X-ORBL: [75.2.140.30] Original-Received: from [192.168.1.102] (adsl-75-2-140-30.dsl.pltn13.sbcglobal.net [75.2.140.30]) by flpi195.prodigy.net (8.13.8 out.dk.spool/8.13.8) with ESMTP id m0JHZuId021535; Sat, 19 Jan 2008 09:35:56 -0800 User-Agent: Thunderbird 2.0.0.6 (X11/20070801) In-Reply-To: <668c430c0801170732y4d82ce17gc813fcf2e3ba9593@mail.gmail.com> X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-Mailman-Approved-At: Sat, 19 Jan 2008 14:44:16 -0500 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:17377 Archived-At: 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) (c-syntactic-indentation) (c-syntactic-indentation-in-macros) (sh-basic-offset . 2) (sh-indentation . 2) (sh-basic-offset . 4) (sh-indentation . 4) (sh-basic-offset . 4) (sh-indentation . 4) (sh-basic-offset . 4) (Mode . shell-script) (ispell-local-pdict . "ispell-dict") (Mode . C) (sh-indentation . 4)))) I really don't like it. :(