[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Debugging with PSD (trace)
From: |
Neil Jerram |
Subject: |
Re: Debugging with PSD (trace) |
Date: |
01 Jul 2001 15:49:33 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 |
>>>>> "Bill" == Bill Schottstaedt <address@hidden> writes:
Bill> I think I found the problem: I needed to wrap the
Bill> start-stack business in "with-traps".
Yes, you are right; sorry that I didn't think of this earlier.
It may also work to enable traps permanently by doing
`(trap-enable 'traps)'.
Neil