[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Needed: a non-superceding LOCALE



    In order to trace FOO, one must say
    
        (EVAL '(TRACE FOO) *FOO-ENV*) .
    
All you need to do is

    (TRACE (*VALUE *FOO-ENV* 'FOO))

You might also be interested in some environment hacks that
Chris R. made up--see him for details.