emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/plz 5a60113110 21/40: Comment: Add links to bug reports


From: ELPA Syncer
Subject: [elpa] externals/plz 5a60113110 21/40: Comment: Add links to bug reports
Date: Mon, 26 Jun 2023 06:59:33 -0400 (EDT)

branch: externals/plz
commit 5a601131102b78352e33fa0aad122437d255890d
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]