[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Defaults for set-variable
From: |
David Kastrup |
Subject: |
Re: Defaults for set-variable |
Date: |
Fri, 04 Nov 2005 13:35:15 +0100 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
Juri Linkov <address@hidden> writes:
> So there are only two layers: variables (defined by `defvar') and
> user options (defined by `defcustom'). An additional layer of
> variables marked with a funny * in the documentation string seems
> unnecessary.
I disagree. For example, variables that are intended to be let-bound
are defined with defvar, but should certainly not set with
set-variable. Then there are variables that are intended for internal
purposes in a package. Those should also not be set with
set-variable.
Customized variables make only sense where we are talking about a
state that is intended to be preserved across sessions. For example,
buffer-local variables would not make sense to put into customize.
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
- Re: Defaults for set-variable, (continued)
- Re: Defaults for set-variable, David Kastrup, 2005/11/01
- Re: Defaults for set-variable, Richard M. Stallman, 2005/11/02
- RE: Defaults for set-variable, Drew Adams, 2005/11/02
- Re: Defaults for set-variable, Sascha Wilde, 2005/11/02
- Re: Defaults for set-variable, Juri Linkov, 2005/11/03
- Re: Defaults for set-variable, Sascha Wilde, 2005/11/03
- RE: Defaults for set-variable, Drew Adams, 2005/11/03
- Re: Defaults for set-variable, Miles Bader, 2005/11/03
- Re: Defaults for set-variable, Juri Linkov, 2005/11/04
- Re: Defaults for set-variable,
David Kastrup <=
- Re: Defaults for set-variable, Juri Linkov, 2005/11/05
- Re: Defaults for set-variable, Kevin Rodgers, 2005/11/08
- RE: Defaults for set-variable, Drew Adams, 2005/11/08
- Re: Defaults for set-variable, Juri Linkov, 2005/11/09
- Re: Defaults for set-variable, Kim F. Storm, 2005/11/09
- Re: Defaults for set-variable, Juri Linkov, 2005/11/09
- Re: Defaults for set-variable, Richard M. Stallman, 2005/11/09
- Re: Defaults for set-variable, Richard M. Stallman, 2005/11/03
- Re: Defaults for set-variable, Kim F. Storm, 2005/11/01