emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: turn off safe-local-variable-values checking


From: Andreas Schwab
Subject: Re: turn off safe-local-variable-values checking
Date: Mon, 03 Apr 2006 16:44:23 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

> Or if the variables are safe, they should simply be marked as such by the
> package's author.

I have the following settings in my .emacs:

(put 'left-margin 'safe-local-variable t)
(put 'byte-compile-dynamic 'safe-local-variable t)
(put 'byte-compile-warnings 'safe-local-variable t)

I think they should generally be safe for all values and marked as such.

Andreas.

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]