From: Boruch Baum <boruch_baum@gmx.com>
To: Juri Linkov <juri@linkov.net>
Cc: 42484@debbugs.gnu.org
Subject: bug#42484: 26.1: org-mode should display value of links in mini-buffer
Date: Wed, 13 Jan 2021 00:40:07 -0500 [thread overview]
Message-ID: <20210113054007.7pdl3ykvlku6namu@E15-2016.optimum.net> (raw)
In-Reply-To: <87r1mqv2a6.fsf@mail.linkov.net>
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
next prev parent reply other threads:[~2021-01-13 5:40 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-23 3:56 bug#42484: 26.1: org-mode should display value of links in mini-buffer Boruch Baum
2020-09-06 8:21 ` Bastien
2020-09-09 18:42 ` Boruch Baum
2020-09-10 5:40 ` Bastien
2020-10-12 13:11 ` Boruch Baum
2020-10-12 14:34 ` bug#42484: Please re-open this issue Boruch Baum
2020-10-12 15:57 ` Bastien
2020-12-06 10:46 ` bug#42484: Updated patch Boruch Baum
2020-12-06 10:46 ` Boruch Baum
2020-12-09 14:17 ` bug#42484: 26.1: org-mode should display value of links in minibuffer Boruch Baum
2021-01-11 18:54 ` bug#42484: 26.1: org-mode should display value of links in mini-buffer Juri Linkov
2021-01-12 9:45 ` Boruch Baum
2021-01-12 18:40 ` Juri Linkov
2021-01-13 5:40 ` Boruch Baum [this message]
2021-01-13 18:03 ` Juri Linkov
2021-01-13 21:18 ` Samuel Wales
2021-01-13 21:21 ` Samuel Wales
2021-01-13 21:22 ` Samuel Wales
2021-01-13 21:21 ` Samuel Wales
2021-01-14 9:10 ` Juri Linkov
2021-01-14 21:02 ` Samuel Wales
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210113054007.7pdl3ykvlku6namu@E15-2016.optimum.net \
--to=boruch_baum@gmx.com \
--cc=42484@debbugs.gnu.org \
--cc=juri@linkov.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.