all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@mit.edu>
Cc: Ralf Angeli <angeli@caeruleus.net>, emacs-devel@gnu.org
Subject: Re: [angeli@caeruleus.net: custom-set-variables overwritten bysafe-local-variables]
Date: Tue, 02 May 2006 19:21:41 -0400	[thread overview]
Message-ID: <87ejzcui62.fsf@mit.edu> (raw)
In-Reply-To: <35050.128.165.123.132.1146603518.squirrel@webmail.lanl.gov> (Stuart D. Herring's message of "Tue, 2 May 2006 13:58:38 -0700 (PDT)")

"Stuart D. Herring" <herring@lanl.gov> writes:

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

On second thought, my suggestion is no good.  I guess putting
(todo-show) after `custom-set-variables' is the best bet.  Let's stop
worrying about this.

      reply	other threads:[~2006-05-02 23:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-28 15:45 [angeli@caeruleus.net: custom-set-variables overwritten by safe-local-variables] Richard Stallman
2006-04-29  5:10 ` [angeli@caeruleus.net: custom-set-variables overwritten bysafe-local-variables] Stuart D. Herring
2006-05-02 20:10   ` Ralf Angeli
2006-05-02 20:43   ` Chong Yidong
2006-05-02 20:58     ` Stuart D. Herring
2006-05-02 23:21       ` Chong Yidong [this message]

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=87ejzcui62.fsf@mit.edu \
    --to=cyd@mit.edu \
    --cc=angeli@caeruleus.net \
    --cc=emacs-devel@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.