GNU bug report logs - #20280
25.0.50; Auto revert mode appears to be non-functional

Previous Next

Package: emacs;

Reported by: Christopher Carpenter <mordocai <at> mordocai.net>

Date: Wed, 8 Apr 2015 18:41:01 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


View this message in rfc822 format

From: Michael Albinus <michael.albinus <at> gmx.de>
To: "Christopher Carpenter" <mordocai <at> mordocai.net>
Cc: 20280 <at> debbugs.gnu.org
Subject: bug#20280: 25.0.50; Auto revert mode appears to be non-functional
Date: Thu, 09 Apr 2015 12:36:52 +0200
"Christopher Carpenter" <mordocai <at> mordocai.net> writes:

Hi Christopher,

> Unless this is actually a gfilenotify <-> emacs problem(rather than a
> gfilenotify on mac problem) I'd consider this solved/not a bug. Sorry for
> wasting time!

Like Eli, I cannot test on a Mac. If you don't mind, I would like to
misuse you for further investigations.

Even if it is a glib-on-the-mac problem, I would prefer that file
notifications are not enabled then when building Emacs. This must be
determined robustly.

glib on OSX (BSD, in fact) uses either kqueue, or it polls for file
notifications. Maybe you could check, whether libkqueue is linked to Emacs.

Furthermore, it might be worth to set traces before running the
tests. Some thing like this:

(require 'filenotify)
(require 'trace)
(dolist (elt (all-completions "file-notify-" obarray 'functionp))
  (trace-function-background (intern elt)))

You might observe the buffer *trace-output*, whether file notifications
events arrive.

> Thanks,
> Christopher Carpenter

Best regards, Michael.




This bug report was last modified 9 years and 320 days ago.

Previous Next


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