Hrvoje Niksic <hniksic(a)iskon.hr> writes:
wmperry(a)aventail.com (William M. Perry) writes:
> Well, other than that the current version of Emacs/W3 won't run
> because somebody is treating a keyword as a variable. Haven't been
> able to figure out where though. Bleah.
Uhm. (setq debug-on-error t)?
You'd think, eh? :) Big gobbledy-gook of bytecode, and the error doesn't
happen if the .el file is loaded.
Note that in XEmacs it's legal to say (setq :foo :foo).
(setq :foo :bar) signals an error, though.
-Bill P.