tkf / emacs-request

Request.el -- Easy HTTP request for Emacs Lisp
http://tkf.github.com/emacs-request/
GNU General Public License v3.0
629 stars 93 forks source link

Kill inotify if `:sync t` hangs #140

Closed dickmao closed 5 years ago

dickmao commented 5 years ago

Under auto-revert, should the inotify disallow wait_reading_process_output (process.c in emacs source) from calling status_notify() then kill it.

cf #132