emacs-devel
[Top][All Lists]
Advanced

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

Re: address@hidden: custom-set-variables overwritten bysafe-local-vari


From: Stuart D. Herring
Subject: Re: address@hidden: custom-set-variables overwritten bysafe-local-variables]
Date: Tue, 2 May 2006 13:58:38 -0700 (PDT)
User-agent: SquirrelMail/1.4.3a-11.EL3

>> Simple workaround is to put (todo-show) after the
>> `custom-set-variables'.
>> Better yet, replace with (add-hook 'after-init-hook 'todo-show); .emacs
>> isn't really supposed to be doing anything user-visible (like opening
>> buffers), but it can arrange for it to happen later.
>
> Why not make todo-show do
>
>   (let ((enable-local-variables nil))
>     ( ... load the files ...))

But what if don't want to ignore the local variables?  It's not like
Custom will go back and install the safe ones in all open buffers once
`safe-local-variables' is set...

Are we attempting to solve different problems?

Davis

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.




reply via email to

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