Aidan
Thanks for the continuing work on XEmacs!
One comment/question: #'true-list-p is not a trivial predicate, and
best case it's O(n). I guess the argument is that programs don't do
this very often and not in a loop, but still, what with bytecode
overhead, this is going to be at least one order of magnitude slower.
Is the memory saving worth it?
Steve