emacs-devel
[Top][All Lists]
Advanced

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

Re: two related edebug problems


From: Chong Yidong
Subject: Re: two related edebug problems
Date: Thu, 10 Aug 2006 12:08:50 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

I found out the cause of the bug.  edebug-display calls sit-for to
pause before displaying eval results, then calls
edebug-recursive-edit.  However, edebug-recursive-edit rebinds
unread-command-events, causing sit-for interruptions (which are put
into unread-command-events) to go unnoticed.  This creates problems
when you type in edebug commands in quick succession.  I fixed this by
moving the rebinding of unread-command-events to edebug-display.

Edebug should probably work now.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]