[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: turn off safe-local-variable-values checking
From: |
Chong Yidong |
Subject: |
Re: turn off safe-local-variable-values checking |
Date: |
Wed, 05 Apr 2006 11:51:16 -0400 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
Stefan Monnier <address@hidden> writes:
>> ;; For variables defined by minor modes, put the safety declarations
>> ;; here, not in the file defining the minor mode (when Emacs visits a
>> ;; file specifying that local variable, the minor mode file may not be
>> ;; loaded yet). For variables defined by major modes, the safety
>> ;; declarations can go into the major mode's file, since that will be
>> ;; loaded before file variables are processed.
>
> Interesting. I'd have to disagree: put it/them in the minor mode's file,
> but with an ;;;###autoload cookie.
Yes, good idea.
Re: turn off safe-local-variable-values checking, Andreas Schwab, 2006/04/03
- Re: turn off safe-local-variable-values checking, Richard Stallman, 2006/04/03
- Re: turn off safe-local-variable-values checking, Andreas Schwab, 2006/04/04
- Re: turn off safe-local-variable-values checking, Reiner Steib, 2006/04/04
- Re: turn off safe-local-variable-values checking, Stefan Monnier, 2006/04/04
- Re: turn off safe-local-variable-values checking, Reiner Steib, 2006/04/05
- Re: turn off safe-local-variable-values checking, Stefan Monnier, 2006/04/05
- Re: turn off safe-local-variable-values checking,
Chong Yidong <=
- Re: turn off safe-local-variable-values checking, Richard Stallman, 2006/04/05
- Additional safe-local-variables (was: turn off safe-local-variable-values checking), Reiner Steib, 2006/04/06
- Re: Additional safe-local-variables (was: turn off safe-local-variable-values checking), Richard Stallman, 2006/04/06
- Re: Additional safe-local-variables, Reiner Steib, 2006/04/06
- Re: Additional safe-local-variables, Richard Stallman, 2006/04/06
- Re: Additional safe-local-variables, Reiner Steib, 2006/04/07
- Re: Additional safe-local-variables, Richard Stallman, 2006/04/08
Re: turn off safe-local-variable-values checking, Richard Stallman, 2006/04/04
Re: turn off safe-local-variable-values checking, Miles Bader, 2006/04/04
Re: turn off safe-local-variable-values checking, Richard Stallman, 2006/04/05