all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Upstreaming filenotify-recursive
@ 2021-08-21  7:18 Jethro Kuan
  2021-08-22 14:22 ` Michael Albinus
  2021-08-26 15:34 ` Michael Albinus
  0 siblings, 2 replies; 3+ messages in thread
From: Jethro Kuan @ 2021-08-21  7:18 UTC (permalink / raw)
  To: emacs-devel

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-26 15:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-21  7:18 Upstreaming filenotify-recursive Jethro Kuan
2021-08-22 14:22 ` Michael Albinus
2021-08-26 15:34 ` Michael Albinus

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.