At 03:57 PM 7/19/2002 +0200, Per Abrahamsen wrote:
Yes, that will fail in all cases. It seems you believe the value
will
only be evaluated if NOW is set, or it already has a variable. That
is not the case, the value will always be evaluated before it takes
effect. The only question is when it takes effect, either immediate
or when the defcustom is evaluated, which is the discussion that
Stefan hinted about.
So its just a syntax issue and I should be using a different syntax?
(custom-set-variables '(jde-global-classpath (quote ("one"
"two"))))
?
So am I correct in my assesment of the docstring being slightly wrong?
Thanks
andy