Added mouseover text.
authorTim Vaughan <tgvaughan@gmail.com>
Fri, 12 Apr 2019 16:10:17 +0000 (18:10 +0200)
committerTim Vaughan <tgvaughan@gmail.com>
Fri, 12 Apr 2019 16:10:17 +0000 (18:10 +0200)
elopher.el

index 86e1950..cd1f7eb 100644 (file)
@@ -42,7 +42,8 @@
     (insert (propertize display-string
                         'face '(foreground-color . "cyan")
                         'mouse-face 'highlight
-                        'help-echo "mouse-1: follow link"
+                        'help-echo (format "mouse-1: follow link to \"%s\" on %s port %s"
+                                           selector hostname port)
                         'keymap map))
     (insert "\n")))