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

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

bug#15567: Point jumps around madly in XML file when undoing while auto-


From: Lars Ingebrigtsen
Subject: bug#15567: Point jumps around madly in XML file when undoing while auto-revert-mode updates buffer
Date: Fri, 20 Aug 2021 17:28:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Barry OReilly <gundaetiapo@gmail.com> writes:

>    2: That there are more than one rng-validate-while-idle timers.
>
> In order to more directly verify bug 2, I ran with this:

[...]

> +(defvar rng-validate-timers '())

[...]

> +      (cl-pushnew rng-validate-timer rng-validate-timers))))

Barry OReilly <gundaetiapo@gmail.com> writes:

> Rev 114704 addresses bug 1 described earlier. Leaving this open to
> address bug 2.

(I'm going through old bug reports that unfortunately weren't resolved
at the time.)

I've tried to reproduce bug 2, but I'm not able to (in Emacs 28)...  but
I'm not quite sure I understand the test case.

rng-validate-timer is buffer-local, rng-validate-timers isn't, so if you
have more than two xml buffers, you'll end up with two timers on that
list (as you should, I think?)  Or do I misunderstand what the problem
is (if it still exists -- this is a seven year old bug report).

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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