Questions tagged [tooltip]
The tooltip tag has no summary.
26 questions
0 votes
1 answer
102 views
Control location of tooltip produced by tooltip-show
When I evaluate (tooltip-show "test"), it is my expectation that the tooltip will appear right next to the current location of point. However, the tooltip instead appears in a seemingly ...
2 votes
2 answers
193 views
When I do `magit-process-buffer` (`$`) it shows an ellipsis (`…`). What is behind the `ellipsis`?
I wanted to investigate the difference between magit-branch-and-checkout (b c) and magit-branch-spinoff (b s), so I invoked the Magit output buffer with $. I see the following output: 0 git … ...
1 vote
2 answers
496 views
Flycheck Error Messages are cutoff by edge of window
I'm using Prelude Emacs. I could've sworn there was a simple option to allow the error tooltip to use multiple lines instead of 1, but I can't find it and my error messages get cut off by the window's ...
1 vote
1 answer
553 views
Is there a way to have ivy display a tooltip for the function at point?
Ie, suppose I press M-x org-agenda and ivy says there's 131 matches, of which I recognize maybe 10. It'd be useful to say, after a .2 second delay, display a tooltip for the function at point. Is ...
4 votes
1 answer
2k views
how to display target of an org-mode link in the echo area or as tooltip?
In org mode when I hover over a link, I get a tooltip that shows the target of the link. But I'd like to see the target when I just move point onto a link, either as a tooltip or in the echo area. For ...
2 votes
0 answers
149 views
Display multiple tooltips at once
Is there any way to display multiple tooltips, or something similar to them? Overlays wont work because i need to display them using xy coordinates.
2 votes
2 answers
723 views
Show Link Tooltip mouse over with keystroke
When I use mouse-over on an Link (thanks to Tobias) it shows an Image and text. When I used display-local-help the image disappeared (perhaps due to lack of space in the message area). I want to ...
4 votes
0 answers
361 views
How can I enlarge the font of tooltips?
I want to enlarge the text in tooltips displayed via https://www.emacswiki.org/emacs/PosTip . What can I do?