[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: two related edebug problems
From: |
Richard Stallman |
Subject: |
Re: two related edebug problems |
Date: |
Wed, 09 Aug 2006 21:13:46 -0400 |
One possibility is to make use of the sit-for statements further down
in edebug-display. Since sit-for now returns iff there is real input,
we could capture the return value and use that to determine whether to
stop execution.
How about making input-pending-p reliable
by making it use the new read-event timeout argument.
If it gets an event, it can unread the event.
- two related edebug problems, Ken Manheimer, 2006/08/07
- Re: two related edebug problems, Richard Stallman, 2006/08/08
- Re: two related edebug problems, Ken Manheimer, 2006/08/08
- Re: two related edebug problems, Chong Yidong, 2006/08/10
- Re: two related edebug problems, Stefan Monnier, 2006/08/11
- Re: two related edebug problems, Kim F. Storm, 2006/08/11
- Re: two related edebug problems, Richard Stallman, 2006/08/12
- Re: two related edebug problems, Chong Yidong, 2006/08/12
- Re: two related edebug problems, Richard Stallman, 2006/08/12