GNU bug report logs -
#28724
25.3; height of echo area when displaying tooltip
Previous Next
Reported by: Alex Branham <alex.branham <at> gmail.com>
Date: Fri, 6 Oct 2017 18:04:02 UTC
Severity: normal
Found in version 25.3
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Date: Sat, 07 Oct 2017 10:09:02 +0200
> From: martin rudalics <rudalics <at> gmx.at>
>
> > If I have disabled tooltip-mode, is there a way to tell Emacs that it
> > should expand the height of the echo area (where tooltips are
> > displayed) if the tooltip is longer than the screen is wide? Currently
> > the words just run off and I can't see them.
>
> This should have been fixed for Emacs 26.
It should? Where was that done, and in response to what bug report or
discussion?
I see this in tooltip-show-help-non-mode:
(let ((message-truncate-lines t) <<<<<<<<<<<<<<<<<<<
(message-log-max nil))
(message "%s" help)))
If I remove that binding, the echo area gets resized as expected to
show the full tooltip. Should we remove that binding on the emacs-26
branch?
This bug report was last modified 7 years and 320 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.