reset ( radexpand, domain )



On 5/13/09, Edwin Woollett <woollett at charter.net> wrote:

> Is there a deep reason why reset wants both
> radexpand and domain to be false?

There are 2 bugs here; one is that reset doesn't ensure that
its arguments are in the hash table *VARIABLE-INITIAL-VALUES*
and the other is that there are various global flags such as
radexpand and domain which should be in the hash table,
but aren't.

I have a patch for both problems which I'll commit soon.
Thanks for pointing out the problem.

Robert Dodier