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

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

[nongnu] elpa/hyperdrive 93433a3bd9 015/123: WIP


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive 93433a3bd9 015/123: WIP
Date: Fri, 6 Oct 2023 01:00:58 -0400 (EDT)

branch: elpa/hyperdrive
commit 93433a3bd9c6ee9ed33d3e83e9db0ec6261a0b5c
Author: Adam Porter <adam@alphapapa.net>
Commit: Joseph Turner <joseph@ushin.org>

    WIP
---
 hyperdrive.el | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/hyperdrive.el b/hyperdrive.el
index 1910b7cca8..83d71f73bc 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -775,7 +775,8 @@ The return value of this function is the retrieval buffer."
     :description
     (lambda ()
       (let ((hyperdrive (hyperdrive-entry-hyperdrive 
hyperdrive-current-entry)))
-        (hyperdrive--format-hyperdrive hyperdrive :formats '(public-key seed 
domain nickname petname))
+        (concat (hyperdrive--format-hyperdrive hyperdrive :formats '(short-key 
seed domain nickname petname))
+                (format "  latest:%s" (hyperdrive-latest-version hyperdrive)))
         ;; (format "Public key:%s%s%s"
         ;;         (hyperdrive--format-host hyperdrive :format '(public-key))
         ;;         (if-let ((seed (hyperdrive--format-host hyperdrive :format 
'(seed))))
@@ -826,8 +827,9 @@ The return value of this function is the retrieval buffer."
                             (hyperdrive (hyperdrive-entry-hyperdrive 
hyperdrive-current-entry)))
                        (concat (propertize "Version: "
                                            'face 'transient-heading)
-                               (propertize (prin1-to-string
-                                            (hyperdrive-latest-version 
hyperdrive))
+                               (propertize (format "%s"
+                                                   (or 
(hyperdrive-entry-version hyperdrive-current-entry)
+                                                       "latest"))
                                            'face 'transient-value))
                      "Version"))
     ("v h" "History" hyperdrive-history)



reply via email to

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