GNU bug report logs -
#21695
25.0.50; Change most occurrences of `setq' in Emacs manual to `customize-set-variable'
Previous Next
Reported by: Drew Adams <drew.adams <at> oracle.com>
Date: Fri, 16 Oct 2015 21:51:01 UTC
Severity: wishlist
Found in version 25.0.50
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> I am now not sure what you had in mind.
> However, we seem to have reached conflicting conclusions.
> You say that
>
> > Then it seems to say that setting one of these variable with setq (in
> > an init file?) is almost surely a bug.
>
> but everything else in this discussion seems to support the opposite
> conclusion: setting one of these variables with setq in an init file,
> in the usual simple case (you haven't loaded the definition yet), is
> perfectly ok.
Note that Gregory's patch addresses only a small subset of customizable
variables - those whose values should be assigned with a :set form.
Typical examples are timer based options like 'blink-cursor-delay' where
setting the variable requires to start or restart a timer or options
where you want to update things on all live frames or windows as with
'frame-background-mode'. With most of these options a simple 'setq'
would have none or at least not the desired visible effect.
martin
This bug report was last modified 3 years and 300 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.