[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive c4b88b009d 112/163: Change: (h//gateway-stop-de
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive c4b88b009d 112/163: Change: (h//gateway-stop-default) Use h/user-error instead of h/error |
Date: |
Fri, 31 May 2024 04:00:23 -0400 (EDT) |
branch: elpa/hyperdrive
commit c4b88b009d705c7e789e8a30f01caa58fc2799b7
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>
Change: (h//gateway-stop-default) Use h/user-error instead of h/error
---
hyperdrive-lib.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index 4b68615e99..d3050d5bdd 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -1459,7 +1459,7 @@ Default function; see variable
`h/gateway-start-function'."
"Stop the gateway subprocess."
(unless (h/gateway-live-p-default)
;; NOTE: We do not try to stop the process if we didn't start it ourselves.
- (h/error "Gateway not running as subprocess"))
+ (h/user-error "Gateway not running as subprocess"))
(interrupt-process h/gateway-process)
(with-timeout (4 (h/error "Gateway still running"))
(cl-loop while (h/gateway-live-p)
- [nongnu] elpa/hyperdrive 6c5b7aa4ae 058/163: Fix: (h//gateway-start-default), (continued)
- [nongnu] elpa/hyperdrive 6c5b7aa4ae 058/163: Fix: (h//gateway-start-default), ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive b52601fdb5 073/163: Change: (hyperdrive-menu) "not found" gateway status indicator, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 7902066d95 080/163: Comment: Add TODOs, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 179ae7436a 082/163: Tidy, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 2540c1cab9 076/163: Fix: (h//gateway-start-default) Suggest h/install; don't run it, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive dcd0ae9d22 087/163: Fix: (h/install) Disable download timeout, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive cf46ae1dbf 088/163: Change: (hyperdrive-menu) "Install" binding doesn't close menu, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 9ea5b194b7 098/163: Comment: Add TODO, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive de9e79c1ac 095/163: Comment: Add TODO, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 8e8259d1dc 090/163: Fix: (h//gateway-stop-default) Use live-p-default, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive c4b88b009d 112/163: Change: (h//gateway-stop-default) Use h/user-error instead of h/error,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive 67e3289cde 005/163: Notes: (DEV.org) Gateway version automatic installation/upgrading, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 70c84c0d59 037/163: Comment: Add TODO, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 0589fc245b 056/163: Refactor: (h//gateway-start-default) Signal an error in fewer cases, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 21d111e8f9 054/163: Fix: h/gateway-version references, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive e8f72edbdd 059/163: Change: (hyperdrive-start) Error and suggest to install if not found, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 8c8b8dba7c 064/163: Change: (h//gateway-wait-for-ready) Improve error message, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive df1ff62c16 053/163: Fix: (h/gateway-start-function) Docstring, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive e3261cd98a 081/163: Fix: (h/install) Also refresh menu if install fails, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive e196edcacd 074/163: Change: (hyperdrive-menu) Make gateway commands sometimes inapt, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive f6371d1502 083/163: Notes: Update, ELPA Syncer, 2024/05/31