Opened 11 years ago

Last modified 11 years ago

#456 new defect

initialization failure with defpacustom :eval

Reported by: coquser Owned by: David Aspinall
Priority: major Milestone: PG-Emacs-4.3
Component: 2:pg-emacs Keywords:
Cc:

Description

Hi,

when using defpacustom with :eval, the eval form is not evaluated when initializing the variable. proof-set-value is properly called during initialization (ie. when the defcustom is evaluated), but the :set function is not defined yet at this point, so the eval form is skipped.

Bye,

Hendrik

Change History (1)

comment:1 Changed 11 years ago by coquser

This problem is not urgent, because I use some work around. I reported this more or less for documentation purposes.

Hendrik

Note: See TracTickets for help on using tickets.