>>>> "Andy" == Andy Piper
<andy(a)xemacs.org> writes:
Andy> Shouldn't customize actually generate:
Andy> ["first" '(eval "first") t]?
Assuming that the idea is to actually return the string "first", you
should lose the quote. I guess you're looking at about line 208 in
wid-edit.el like I am, and thinking it should be
(vector (car x) (list 'eval (car x)) t)))
or so? Actually, I think Robert Pluim's suggestion is appropriate
here since we know (stringp (car x)) in this context; use 'quote
instead of 'eval to make it a list, and convince get_gui_callback()
it's a real callback.
You give it a try on Windows native and Cygwin, Klaus gives it a try
in his environment, I'll give it a try on Linux. I don't think I want
to put it in to 21.4.6 but we'll see.
I have to say I can't see how the existing code can work on any
platform. This bears a closer look.
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Don't ask how you can "do" free software business;
ask what your business can "do for" free software.