all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jethro Kuan <jethrokuan95@gmail.com>
To: emacs-devel@gnu.org
Subject: Upstreaming filenotify-recursive
Date: Sat, 21 Aug 2021 15:18:07 +0800	[thread overview]
Message-ID: <871r6n8dw0.fsf@gmail.com> (raw)

Hello!

I'd recently written a package that wraps filenotify somewhat
transparently, providing a similar API to the built-in filenotify but it
watches the directory recursively, spawning and destroying watchers as
appropriately. It was suggested to me that this could be upstreamed to
Emacs. The code is here:

https://github.com/jethrokuan/filenotify-recursive

I don't mind doing the work in getting this upstreamed, but I have a few
concerns. Because of how filenotify works, filenotify-recursive uses own
its global variables to keep track of the descriptors. It's best to
think of a way to merge this functionality into filenotify.el itself,
but I can't think of a good way right now. I'm open to any thoughts and
suggestions here.

Jethro



             reply	other threads:[~2021-08-21  7:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-21  7:18 Jethro Kuan [this message]
2021-08-22 14:22 ` Upstreaming filenotify-recursive Michael Albinus
2021-08-26 15:34 ` 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=871r6n8dw0.fsf@gmail.com \
    --to=jethrokuan95@gmail.com \
    --cc=emacs-devel@gnu.org \
    /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.