>> So customizing 'help-at-pt-display-when-idle' to the value >> '(htmlize-link) completely solves this problem. > > Is that true for non-gui emacs or just for gui emacs? I'm using > emacs-nox (no GUI) and your solution doesn't seem to work for me.
I tried with emacs-nox, and it works fine. This feature is activated only when customized, not just set by setq. Also by default it has a quite long delay that requires waiting too long to see the link. Generally it should work quite reasonably by using such customization: (customize-set-variable 'help-at-pt-display-when-idle '(htmlize-link)) (customize-set-variable 'help-at-pt-timer-delay 0.1)