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

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

bug#16804: 24.3.50; [PATCH] fix with-silent-modifications


From: Stefan Monnier
Subject: bug#16804: 24.3.50; [PATCH] fix with-silent-modifications
Date: Thu, 20 Feb 2014 12:14:46 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>> Can you reproduce the problem in 24.4 (and show the backtrace)?
> No.  I tried but cannot get any backtrace in 24.4 so input-pending-p is
> behaving.

Does that mean that the original problem (interaction with js2-mode) you
reported is only present in 24.3 and not in 24.4 (your original email
says "24.3.50", which makes me believe the problem also applies to
24.4)?

> How about replace (sit-for 0) with (not (input-pending-p)) in
> rng-validate-while-idle-continue-p?

No, this call to sit-for is performed specifically to refresh the
display, so input-pending-p is not an alternative.


        Stefan





reply via email to

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