help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: interactive interface to supply variables


From: Michael Heerdegen
Subject: Re: interactive interface to supply variables
Date: Sun, 15 Dec 2013 05:58:57 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Barry Margolin <barmar@alum.mit.edu> writes:

> I'm still using Emacs 22.x. In this version, the "v" specification reads 
> any variable for which user-variable-p is true:
>
> (1) the first character of its documentation is `*', or
> (2) it is customizable (its property list contains a non-nil value
>     of `standard-value' or `custom-autoload'), or
> (3) it is an alias for another user variable.
>
> Have they removed clause (1) in your version? If not, give your variable 
> a doc string beginning with "*".

AFAIK, the `*' prefix rule for user variable doc strings has been given
up.

And now (recent release of Emacs), `user-variable-p' is an obsoleted
alias for `custom-variable-p':

,----------------------------------------------------------------------
| Return non-nil if VARIABLE is a customizable variable.
| A customizable variable is either (i) a variable whose property
| list contains a non-nil `standard-value' or `custom-autoload'
| property, or (ii) an alias for another customizable variable.
`----------------------------------------------------------------------


Regards,

Michael.




reply via email to

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