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

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

bug#17413: 24.3; trapped in an (imaginary) recursive edit


From: Stefan Monnier
Subject: bug#17413: 24.3; trapped in an (imaginary) recursive edit
Date: Tue, 06 May 2014 12:17:24 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

> One small problem: this happens *after* the line:
>   command_loop_level++;
> but before the line:
>   record_unwind_protect (recursive_edit_unwind, buffer);
> which registers the code that does the corresponding:
>   command_loop_level--;

Oops, thanks for spotting this.  Patch installed into the
emacs-24 branch.


        Stefan





reply via email to

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