[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: local variable for updating the time stamp on save
From: |
Dan Nicolaescu |
Subject: |
Re: local variable for updating the time stamp on save |
Date: |
Sat, 19 Jan 2008 10:32:44 -0800 |
Bruce Korb <bkorb@gnu.org> 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.
- Re: local variable for updating the time stamp on save (was: Re: HOW CAN I STOP THIS NOVICE MODE STUFF?), (continued)
- Re: local variable for updating the time stamp on save (was: Re: HOW CAN I STOP THIS NOVICE MODE STUFF?), Richard Stallman, 2008/01/04
- Re: local variable for updating the time stamp on save (was: Re: HOW CAN I STOP THIS NOVICE MODE STUFF?), Dan Nicolaescu, 2008/01/04
- Re: local variable for updating the time stamp on save (was: Re: HOW CAN I STOP THIS NOVICE MODE STUFF?), Dan Nicolaescu, 2008/01/10
- Re: local variable for updating the time stamp on save, Bruce Korb, 2008/01/15
- Re: local variable for updating the time stamp on save, Richard Stallman, 2008/01/16
- Re: local variable for updating the time stamp on save, Bruce Korb, 2008/01/17
- Re: local variable for updating the time stamp on save, Dan Nicolaescu, 2008/01/17
- Re: local variable for updating the time stamp on save, Reiner Steib, 2008/01/17
- Re: local variable for updating the time stamp on save, Richard Stallman, 2008/01/18
- Re: local variable for updating the time stamp on save, Bruce Korb, 2008/01/19
- Re: local variable for updating the time stamp on save,
Dan Nicolaescu <=
- Re: local variable for updating the time stamp on save, Bruce Korb, 2008/01/20
- Re: local variable for updating the time stamp on save, Dan Nicolaescu, 2008/01/21
- Re: local variable for updating the time stamp on save, Bruce Korb, 2008/01/21
- Re: local variable for updating the time stamp on save, Richard Stallman, 2008/01/21
- Re: local variable for updating the time stamp on save, Johan Bockgård, 2008/01/21
- Re: local variable for updating the time stamp on save, Richard Stallman, 2008/01/21
- Re: local variable for updating the time stamp on save, Bruce Korb, 2008/01/21
- Re: local variable for updating the time stamp on save, Richard Stallman, 2008/01/22
- Re: local variable for updating the time stamp on save, Richard Stallman, 2008/01/21