On 2021-01-12 20:40, Juri Linkov wrote: > >> 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)
I verify that you are correct. Thank you for the explanation of the steps to get it working and noticed. Still, I would like to continue to promote my solution, because it's much simpler and is instantaneous upon key-press. It might also be more efficient: The help-at-pt solution runs code in all buffers, let's say every 0.1 seconds, all the time; my solution only runs in the selected mode(s) buffers but after every key-press, which for an 'average' touch-typist taking a speed test would be 0.3 seconds. 1 word/minute = 5 char/min = 0.0833 char/sec = 12.0 sec/char 40 3.3333 0.3 120 10 0.1 -- hkp://keys.gnupg.net CA45 09B5 5351 7C11 A9D1 7286 0036 9E45 1595 8BC0