branch: elpa/hyperdrive
commit 70c84c0d59a948f3c77c8e8a671f7b06a43f9a52
Author: Joseph Turner <[email protected]>
Commit: Joseph Turner <[email protected]>
Comment: Add TODO
---
hyperdrive-lib.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index ecd9a6df65..9408496e1e 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -1509,6 +1509,9 @@ Or if gateway isn't ready within timeout, show an error."
(lambda ()
;; FIXME: Double-check this behavior. Is the timer running multiple
times?
(cond ((and (h//gateway-live-p) (h//gateway-ready-p))
+ ;; FIXME: If the gateway is already running outside of Emacs,
+ ;; will `h//gateway-live-p' return non-nil if `check' runs
+ ;; before the subprocess dies with an error?
(run-hooks 'h/gateway-ready-hook))
((h//gateway-ready-p)
;; Gateway is responsive, so must be running from outside
Emacs.