all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
Subject: Re: turn off safe-local-variable-values checking
Date: Tue, 04 Apr 2006 21:37:16 +0200	[thread overview]
Message-ID: <v93bgt16ab.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: E1FQYur-0004rZ-PE@fencepost.gnu.org

On Tue, Apr 04 2006, Richard Stallman wrote:

>     (put 'left-margin 'safe-local-variable t)
>     (put 'byte-compile-dynamic 'safe-local-variable t)
>     (put 'byte-compile-warnings 'safe-local-variable t)
>
> Would you please set them up as safe?

--- files.el	4 Apr 2006 18:58:48 -0000	1.821
+++ files.el	4 Apr 2006 19:28:08 -0000
@@ -2333,12 +2333,14 @@
   (eval
    `(mapc (lambda (pair)
 	    (put (car pair) 'safe-local-variable (cdr pair)))
-	  '((byte-compile-dynamic . t)
+	  '((abbrev-mode        .  t)
+	    (byte-compile-dynamic . t)
 	    (byte-compile-dynamic-docstrings . t)
 	    (byte-compile-warnings . t)
 	    (c-basic-offset     .  integerp)
 	    (c-file-style       .  stringp)
 	    (c-indent-level     .  integerp)
+	    (colon-double-space .  t)
 	    (comment-column     .  integerp)
 	    (compile-command    . ,string-or-null)
 	    (fill-column        .  integerp)
@@ -2355,6 +2357,11 @@
 	    (page-delimiter     . ,string-or-null)
 	    (paragraph-start    . ,string-or-null)
 	    (paragraph-separate . ,string-or-null)
+	    ;; textmode/reftex-vars.el
+	    (reftex-fref-is-default  . t)
+	    (reftex-guess-label-type . t)
+	    (reftex-level-indent     . integerp)
+	    (reftex-vref-is-default  . t)
 	    (sentence-end       . ,string-or-null)
 	    (sentence-end-double-space . t)
 	    (tab-width          .  integerp)

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

  parent reply	other threads:[~2006-04-04 19:37 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-30 11:27 turn off safe-local-variable-values checking Shug Boabby
2006-03-31 17:28 ` Richard Stallman
2006-03-31 20:58 ` Stefan Monnier
2006-04-03  0:12   ` Shug Boabby
2006-04-03  0:49     ` Dan Nicolaescu
2006-04-03  0:56       ` David Kastrup
2006-04-03  1:16         ` Dan Nicolaescu
2006-04-03  1:34           ` David Kastrup
2006-04-04 17:38             ` AUCTex (was: turn off safe-local-variable-values checking) Dan Nicolaescu
2006-04-04 21:12               ` AUCTex David Kastrup
2006-04-05 19:41                 ` AUCTex Dan Nicolaescu
2006-04-05 19:53                   ` AUCTex David Kastrup
2006-04-03  2:25     ` turn off safe-local-variable-values checking Stefan Monnier
2006-04-03  2:58       ` Johan Bockgård
2006-04-03 13:51         ` Richard Stallman
2006-04-10 18:25         ` Richard Stallman
2006-04-12 18:13           ` Stuart D. Herring
2006-04-13  3:20             ` Richard Stallman
2006-04-13 15:04               ` Stuart D. Herring
2006-04-16  2:09                 ` M-x normal-mode and local variables Richard Stallman
2006-04-16 12:22                   ` Stefan Monnier
2006-04-17 17:56                     ` Richard Stallman
2006-04-12 19:57           ` turn off safe-local-variable-values checking Stuart D. Herring
2007-03-01  0:58             ` Stuart D. Herring
2007-03-01 17:12               ` Chong Yidong
2007-03-01 20:12                 ` Stuart D. Herring
2006-04-03 14:44       ` Andreas Schwab
2006-04-03 23:57         ` Richard Stallman
2006-04-04 18:59           ` Andreas Schwab
2006-04-04 19:37           ` Reiner Steib [this message]
2006-04-04 20:46             ` Stefan Monnier
2006-04-05  8:19               ` Reiner Steib
2006-04-05 13:01                 ` Stefan Monnier
2006-04-05 15:51                   ` Chong Yidong
2006-04-06  1:11                   ` Richard Stallman
2006-04-06 15:40                     ` Additional safe-local-variables (was: turn off safe-local-variable-values checking) Reiner Steib
2006-04-06 17:51                       ` Richard Stallman
2006-04-06 19:23                         ` Additional safe-local-variables Reiner Steib
2006-04-07  2:19                           ` Richard Stallman
2006-04-07 18:55                             ` Reiner Steib
2006-04-08 16:17                               ` Richard Stallman
2006-04-05  1:51             ` turn off safe-local-variable-values checking Richard Stallman
2006-04-05  3:45               ` Miles Bader
2006-04-05 14:54                 ` Richard Stallman
2006-04-03  0:13   ` Shug Boabby

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=v93bgt16ab.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    /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.