>>>>> "Nicolas" == Nicolas Neuss <[EMAIL PROTECTED]> writes:
Nicolas> Raymond Toy <[EMAIL PROTECTED]> writes:
>>
>> Assuming you get to the debugger, you can try setting
>> debug:*debug-readtable* to the standard readtable. The debugger will
>> use this instead of whatever the current readtable is.
>>
>> Ray
Nicolas> I must apologize to matlisp: it does not even work when I run a fresh
Nicolas> cmucl. After sending (loop) to the lisp buffer (with C-c n), no
Nicolas> arguments are shown for (princ ... or other commands anymore.
Same here. But if I do a C-z a, I get the arguments for write
displayed, even though the infinite loop is still running.
Ray