branch: externals/plz
commit 5a601131102b78352e33fa0aad122437d255890d
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>
Comment: Add links to bug reports
---
plz.el | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/plz.el b/plz.el
index edff6ac9e6..6bc1c82eef 100644
--- a/plz.el
+++ b/plz.el
@@ -511,11 +511,10 @@ NOQUERY is passed to `make-process', which see."
(while (accept-process-output process))
(while (accept-process-output (get-buffer-process
stderr-buffer)))
(when (eq :plz-result (process-get process :plz-result))
- ;; HACK: Sentinel seems to not have been called:
- ;; call it again. (Although this is a hack, it
- ;; seems to be a necessary one due to Emacs's
- ;; process handling.)
- ;; FIXME: Add link to relevant bug reports.
+ ;; HACK: Sentinel seems to not have been called: call it
again. (Although
+ ;; this is a hack, it seems to be a necessary one due to
Emacs's process
+ ;; handling.) See
<https://github.com/alphapapa/plz.el/issues/3> and
+ ;; <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=50166>.
(plz--sentinel process "finished\n")
(when (eq :plz-result (process-get process :plz-result))
(error "plz: NO RESULT FROM PROCESS:%S BUFFER-STRING:%S"