* bug#6089: 23.1.96; doc for defcustom :set
@ 2010-05-03 15:40 Drew Adams
2011-07-02 23:53 ` Lars Magne Ingebrigtsen
0 siblings, 1 reply; 2+ messages in thread
From: Drew Adams @ 2010-05-03 15:40 UTC (permalink / raw)
To: 6089
Node (elisp)Customization > Variable Definitions describes :set as
follows:
Specify SETFUNCTION as the way to change the value of this option.
The function SETFUNCTION should take two arguments, a symbol (the
option name) and the new value, and should do whatever is
necessary to update the value properly for this option (which may
not mean simply setting the option as a Lisp variable). The
default for SETFUNCTION is `set-default'.
And the doc string says this:
VALUE should be a function to set the value of the symbol.
It takes two arguments, the symbol to set and the value to
give it. The default choice of function is `set-default'.
It isn't clear from these that :set takes effect only when you change
the option value using Customize. I was thinking from reading this that
it took effect whenever the option value was changed in any way. Or at a
minimum whenever it was changed using either Customize or
`set-variable'.
Please consider making explicit that this applies only to value changes
made in the Customize UI.
In GNU Emacs 23.1.96.1 (i386-mingw-nt5.1.2600)
of 2010-04-20 on G41R2F1
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --no-opt --cflags -Ic:/xpm/include'
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#6089: 23.1.96; doc for defcustom :set
2010-05-03 15:40 bug#6089: 23.1.96; doc for defcustom :set Drew Adams
@ 2011-07-02 23:53 ` Lars Magne Ingebrigtsen
0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-07-02 23:53 UTC (permalink / raw)
To: Drew Adams; +Cc: 6089
"Drew Adams" <drew.adams@oracle.com> writes:
> Please consider making explicit that this applies only to value changes
> made in the Customize UI.
I've now clarified this in the manual and in the doc string.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-07-02 23:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-03 15:40 bug#6089: 23.1.96; doc for defcustom :set Drew Adams
2011-07-02 23:53 ` Lars Magne Ingebrigtsen
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).