all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dan Nicolaescu <dann@ics.uci.edu>
To: "Bruce Korb" <bkorb@gnu.org>
Cc: Alan Mackenzie <acm@muc.de>, bug-gnu-emacs@gnu.org, rms@gnu.org
Subject: Re: local variable for updating the time stamp on save
Date: Sun, 20 Jan 2008 23:18:49 -0800	[thread overview]
Message-ID: <200801210718.m0L7Inah003556@sallyv1.ics.uci.edu> (raw)
In-Reply-To: <668c430c0801201335t6b297788mafe1a7e14816cbf0@mail.gmail.com> (Bruce Korb's message of "Sun, 20 Jan 2008 13:35:36 -0800")

"Bruce Korb" <bkorb@gnu.org> writes:

  > On Jan 19, 2008 10:32 AM, Dan Nicolaescu <dann@ics.uci.edu> 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?).




  reply	other threads:[~2008-01-21  7:18 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-23 21:48 HOW CAN I STOP THIS NOVICE MODE STUFF? Bruce Korb
2007-12-24 13:23 ` Lennart Borgman (gmail)
2007-12-24 13:54 ` Andreas Schwab
2007-12-25 17:45   ` Bruce Korb
2007-12-25 17:58     ` Lennart Borgman (gmail)
2007-12-25 22:32     ` Michael Schierl
2007-12-26  5:28     ` Richard Stallman
2008-01-02 19:32       ` Bruce Korb
2008-01-02 19:51         ` Dan Nicolaescu
2008-01-02 21:45           ` Bruce Korb
2008-01-02 21:57             ` Dan Nicolaescu
2008-01-03  0:12               ` Bruce Korb
2008-01-03  0:44                 ` Dan Nicolaescu
2008-01-03  6:55                   ` local variable for updating the time stamp on save (was: Re: HOW CAN I STOP THIS NOVICE MODE STUFF?) Dan Nicolaescu
2008-01-04  5:28                     ` Richard Stallman
2008-01-04 18:15                       ` Dan Nicolaescu
2008-01-10 14:02                       ` Dan Nicolaescu
2008-01-15 18:47                         ` local variable for updating the time stamp on save Bruce Korb
2008-01-16  8:31                           ` Richard Stallman
2008-01-17 15:32                             ` Bruce Korb
2008-01-17 20:08                               ` Dan Nicolaescu
2008-01-17 23:15                                 ` Reiner Steib
2008-01-18 18:21                               ` Richard Stallman
2008-01-19 17:35                               ` Bruce Korb
2008-01-19 18:32                                 ` Dan Nicolaescu
2008-01-20 21:35                                   ` Bruce Korb
2008-01-21  7:18                                     ` Dan Nicolaescu [this message]
2008-01-21 14:15                                       ` Bruce Korb
2008-01-21 20:30                                       ` Richard Stallman
2008-01-21 20:54                                         ` Bruce Korb
2008-01-22 22:30                                           ` Richard Stallman
2008-01-21 20:30                                       ` Richard Stallman
2008-01-22  1:00                                         ` Johan Bockgård
2008-01-21  9:08                                   ` Richard Stallman
2007-12-24 14:00 ` HOW CAN I STOP THIS NOVICE MODE STUFF? Bastien
2007-12-25  0:56   ` Michael Schierl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200801210718.m0L7Inah003556@sallyv1.ics.uci.edu \
    --to=dann@ics.uci.edu \
    --cc=acm@muc.de \
    --cc=bkorb@gnu.org \
    --cc=bug-gnu-emacs@gnu.org \
    --cc=rms@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.