GNU bug report logs - #18958
25.0.50; auto-revert-mode reacts slowly even if using an event-driven backend

Previous Next

Package: emacs;

Reported by: Dima Kogan <dima <at> secretsauce.net>

Date: Wed, 5 Nov 2014 19:02:02 UTC

Severity: normal

Found in version 25.0.50

Done: Michael Albinus <michael.albinus <at> gmx.de>

Bug is archived. No further changes may be made.

Full log


Message #17 received at 18958 <at> debbugs.gnu.org (full text, mbox):

From: Michael Albinus <michael.albinus <at> gmx.de>
To: Dima Kogan <dima <at> secretsauce.net>
Cc: 18958 <at> debbugs.gnu.org
Subject: Re: 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
Dima Kogan <dima <at> 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.




This bug report was last modified 10 years and 170 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.