David Kastrup <[EMAIL PROTECTED]> writes: > David Kastrup <[EMAIL PROTECTED]> writes: > >> (defcustom foo-2 (eval-when-compile (if featurep 'xemacs) 'color 1.1)) >> ... >> ) > > Bother, that is just skirting the issue. I just checked and all the > custom-initialize whatever functions do an explicit eval on the > value. > > There must be millions of places in code I wrote where this is done > wrong.
Well, it's not as bad as that: the :set property does not need to evaluate again, the :initialize property _does_ need to evaluate. So probably not so many places after all. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum _______________________________________________ auctex-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex-devel
