[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive 03650d7bad 021/163: Tidy: Error messages
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive 03650d7bad 021/163: Tidy: Error messages |
Date: |
Fri, 31 May 2024 04:00:08 -0400 (EDT) |
branch: elpa/hyperdrive
commit 03650d7bad40106866752d52bc2547a01c40cb89
Author: Adam Porter <adam@alphapapa.net>
Commit: Joseph Turner <joseph@ushin.org>
Tidy: Error messages
---
hyperdrive-lib.el | 2 +-
hyperdrive.el | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index b5043136fe..dd76ce7656 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -1541,7 +1541,7 @@ Used when HYPERDRIVE-GATEWAY-PROCESS-TYPE is the symbol
(file-missing
(info "(hyperdrive) hyper-gateway-ushin")
(user-error
- "hyper-gateway-ushin not found; Please see installation
instructions")))
+ "Program hyper-gateway-ushin not found; Please see installation
instructions")))
(sleep-for 0.5)
(unless (process-live-p h/gateway-process)
(if (h/status)
diff --git a/hyperdrive.el b/hyperdrive.el
index 64f2e82b59..fa8ec9a43d 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -1296,7 +1296,7 @@ FORCEP, force downloading and installing of the expected
gateway
version."
(interactive (list current-prefix-arg))
(when h/install-in-progress-p
- (user-error "hyper-gateway installation already in progress"))
+ (h/error "Installation of gateway already in progress"))
(declare-function h//hyper-gateway-ushin-path "hyperdrive-lib")
(unless forcep
(when (h//hyper-gateway-ushin-path)
@@ -1347,7 +1347,7 @@ version."
;; FIXME: Remove `h/gateway-process-type' option.
(setf h/install-in-progress-p nil)
(if (h//gateway-running-p)
- (when (yes-or-no-p "hyper-gateway-ushin installed. Restart
gateway?")
+ (when (yes-or-no-p "Installed hyper-gateway-ushin. Restart
gateway?")
(h/restart))
(h/message "hyper-gateway-ushin installed. Try
\\[hyperdrive-start]."))))
(try))))
- [nongnu] elpa/hyperdrive bbdefc9816 158/163: Refactor: (h/install), (continued)
- [nongnu] elpa/hyperdrive bbdefc9816 158/163: Refactor: (h/install), ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 1026092bc6 156/163: Change: (h/gateway-command-args) Add "--port" at runtime, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 3dc890cc9d 161/163: Tidy: Checkdoc, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 3f4a789f52 014/163: Docs: (CONTRIBUTING.org) Add version numbers locations section, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 024d74b64f 015/163: Meta: (.dir-locals.el) Set org-id-link-to-org-use-id nil, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 0f214f58ee 017/163: Docs: (CONTRIBUTING.org) Add links to release hashsums, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 960232a9b1 010/163: Add: (h/ensure-gateway), ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 1c15a779bd 011/163: Notes: Update, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive a2d564f821 018/163: Add: (h/restart), ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 473013eae2 007/163: Add: Vars (h/gateway-version-expected, h/gateway-version-correct-p), ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 03650d7bad 021/163: Tidy: Error messages,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive 0e0942f731 023/163: Fix: (h/install), ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive d751f52dc2 024/163: Change: (h//gateway-start) Simplify, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive c33cf48e01 025/163: Refactor: Gateway status things, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive becda7b0fe 012/163: Change: (h/gateway-url-alist) Update URLs for Codeberg, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 61986edc91 020/163: Change: (h/gateway-version-expected) Update to 3.8.0, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 1e439d827a 006/163: Change: (hyperdrive-hyper-gateway-ushin-version) Return version, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive ac1ce3d62d 028/163: Change: (h/hyper-gateway-ushin-version) Don't set h/gateway-version-correct-p, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive e65473e351 029/163: Comment: Add TODO, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 33d93c97ec 032/163: Fix: (h//gateway-wait-for-ready) Time logic and conditional, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive e04a82fde4 034/163: Comment: Add TODO, ELPA Syncer, 2024/05/31