all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: "Christopher Carpenter" <mordocai@mordocai.net>
Cc: 20280@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	[thread overview]
Message-ID: <87h9spy4e3.fsf@gmx.de> (raw)
In-Reply-To: <b9c47d9e2d51c154d120c1753c472094.squirrel@mail.mordocai.net> (Christopher Carpenter's message of "Wed, 8 Apr 2015 16:47:44 -0500")

"Christopher Carpenter" <mordocai@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.





  reply	other threads:[~2015-04-09 10:36 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-08 17:20 bug#20280: 25.0.50; Auto revert mode appears to be non-functional Christopher Carpenter
2015-04-08 19:06 ` Eli Zaretskii
2015-04-08 19:54   ` Christopher Carpenter
2015-04-08 21:27     ` Michael Albinus
2015-04-08 21:47       ` Christopher Carpenter
2015-04-09 10:36         ` Michael Albinus [this message]
2015-04-10  3:22           ` Christopher Carpenter
2015-04-10 14:45             ` Michael Albinus
2015-04-19 14:28               ` Michael Albinus
2015-08-15 11:17                 ` Michael Albinus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87h9spy4e3.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=20280@debbugs.gnu.org \
    --cc=mordocai@mordocai.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.