Display IRI instead of URI for the info page
authorAlex Schroeder <alex@gnu.org>
Sat, 21 Aug 2021 19:16:27 +0000 (21:16 +0200)
committerAlex Schroeder <alex@gnu.org>
Sat, 21 Aug 2021 19:18:56 +0000 (21:18 +0200)
elpher-info-page ('i') is called to show the URL to a human, so use
the IRI. Useful for such pages as gemini://namu.blue/

elpher.el

index d3bed03..c57df7d 100644 (file)
--- a/elpher.el
+++ b/elpher.el
@@ -2282,7 +2282,7 @@ When run interactively HOST-OR-URL is read from the minibuffer."
 (defun elpher-info-page (page)
   "Display URL of PAGE in minibuffer."
   (let ((address (elpher-page-address page)))
-    (message "%s" (elpher-address-to-url address))))
+    (message "%s" (elpher-address-to-iri address))))
 
 (defun elpher-info-link ()
   "Display information on page corresponding to link at point."