bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#20074: edebug tracing can't be stopped with 'S'


From: Stefan Monnier
Subject: bug#20074: edebug tracing can't be stopped with 'S'
Date: Sun, 15 Mar 2015 23:12:52 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> -              (sit-for edebug-sit-for-seconds)) ; Force update and pause.
> +              (if (not (sit-for edebug-sit-for-seconds))
> +                 (setq edebug-stop t))) ; Force update and pause.

Looks much better, thanks.  I wonder if the other sit-for call should do
the same.


        Stefan





reply via email to

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