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

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

bug#18958: 25.0.50; auto-revert-mode reacts slowly even if using an even


From: Michael Albinus
Subject: bug#18958: 25.0.50; auto-revert-mode reacts slowly even if using an event-driven backend
Date: Fri, 20 Feb 2015 11:25:51 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Dima Kogan <dima@secretsauce.net> writes:

> The notification throttling seems to have a problem. Recipe:
>
> 1. rm /tmp/tst; touch /tmp/tst
> 2. emacs -Q -nw /tmp/tst
> 3. M-x auto-revert-mode
> 4. In a separate shell: date >> /tmp/tst

Well, yesterday I have used a slightly different test:

3. M-x auto-revert-tail-mode
4. In a separate shell:

while /bin/true; do
  date >> /tmp/tst
  sleep 2
done

You see in 5 sec intervals the autorevert due to the loop, and in the
time between just one autorevert triggered directly by the notification
event.

> Thanks again
> dima

Best regards, Michael.





reply via email to

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