all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Bruce Korb" <bruce.korb@gmail.com>
To: rms@gnu.org
Cc: bug-gnu-emacs@gnu.org, dann@ics.uci.edu
Subject: Re: local variable for updating the time stamp on save
Date: Thu, 17 Jan 2008 07:32:10 -0800	[thread overview]
Message-ID: <668c430c0801170732y4d82ce17gc813fcf2e3ba9593@mail.gmail.com> (raw)
In-Reply-To: <E1JF3gN-0001Az-Bs@fencepost.gnu.org>

On Jan 16, 2008 12:31 AM, Richard Stallman <rms@gnu.org> wrote:
>     At the moment, no.  Thank you.  I just updated to GNU Emacs 22.1.1
>     and plodded my way through variable after variable triggering the
>     "we've never set this variable before.  Are sure you want to do
>     this?" over and over
>
> Can you find the list of the ones you accepted, and send it to us?
> Maybe we should mark some of them for acceptance by default.

Hi Richard,

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))))

But I'd simply say that anything containing "indent" or "offset" is
pretty likely
to be "pretty safe".  I still think it is better still to "allow" me to say that
this is a nifty feature that I don't like.  :)  I want to live
dangerously because
I don't edit files that might do such nasty things.  Thinking along those lines,
it might make more sense to be able to say "in this file hierarchy, I trust
everything" and "in that file hierarchy, I don't trust a thing."  I
just have little
use for the latter.

Cheers - Bruce

P.S. Have I mentioned that I have really liked using emacs since 1984?  :)

P.P.S. variables using "indent" in their names:

c-indent-comment-alist
  Variable: *Specifies how \[indent-for-comment] calculates the
comment start column.
c-indent-comments-syntactically-p
  Variable: *Specifies how \[indent-for-comment] should handle
comment-only lines.
c-label-minimum-indentation
  Variable: *Minimum indentation for lines inside code blocks.
c-special-indent-hook
  Variable: *Hook for user defined special indentation adjustments.
c-syntactic-indentation
  Variable: *Whether the indentation should be controlled by the
syntactic context.
c-syntactic-indentation-in-macros
  Variable: *Enable syntactic analysis inside macros.
c-tab-always-indent
  Variable: *Controls the operation of the TAB key.
custom-buffer-indent
  Variable: Number of spaces to indent nested groups.
fill-individual-varying-indent
  Variable: *Controls criterion for a new paragraph in
`fill-individual-paragraphs'.
indent-tabs-mode
  Variable: *Indentation can insert tabs if this is non-nil.
mail-indentation-spaces
  Variable: Number of spaces to insert at the beginning of each cited line.
message-indent-citation-function
  Variable: *Function for modifying a citation just inserted in the mail buffer.
sh-first-lines-indent
  Variable: *The indentation of the first non-blank non-comment line.
sh-indent-after-case
  Variable: *How much to indent a statement relative to the `case' statement.
sh-indent-after-do
  Variable: *How much to indent a line after a `do' statement.
sh-indent-after-done
  Variable: *How much to indent a statement after a `done' keyword.
sh-indent-after-else
  Variable: *How much to indent a statement after an `else' statement.
sh-indent-after-function
  Variable: *How much to indent after a function line.
sh-indent-after-if
  Variable: *How much to indent a statement after an `if' statement.
sh-indent-after-loop-construct
  Variable: *How much to indent a statement after a loop construct.
sh-indent-after-open
  Variable: *How much to indent after a line with an opening
parenthesis or brace.
sh-indent-after-switch
  Variable: *How much to indent a `case' statement relative to the
`switch' statement.
sh-indent-comment
  Variable: *How a comment line is to be indented.
sh-indent-for-case-alt
  Variable: *How much to indent statements after the case label.
sh-indent-for-case-label
  Variable: *How much to indent a case label statement.
sh-indent-for-continuation
  Variable: *How much to indent for a continuation statement.
sh-indent-for-do
  Variable: *How much to indent a `do' statement.
sh-indent-for-done
  Variable: *How much to indent a `done' relative to its matching
stmt.  Usually 0.
sh-indent-for-else
  Variable: *How much to indent an `else' relative to its `if'.  Usually 0.
sh-indent-for-fi
  Variable: *How much to indent a `fi' relative to its `if'.  Usually 0.
sh-indent-for-then
  Variable: *How much to indent a `then' relative to its `if'.
sh-indentation
  Variable: The width for further indentation in Shell-Script mode.
standard-indent
  Variable: *Default number of columns for margin-changing functions to indent.
tab-always-indent
  Variable: *Controls the operation of the TAB key.




  reply	other threads:[~2008-01-17 15:32 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 [this message]
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
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=668c430c0801170732y4d82ce17gc813fcf2e3ba9593@mail.gmail.com \
    --to=bruce.korb@gmail.com \
    --cc=bug-gnu-emacs@gnu.org \
    --cc=dann@ics.uci.edu \
    --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.