bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#23341: x-show-tip does not respect the value of tooltip-hide-delay,


From: Po Lu
Subject: bug#23341: x-show-tip does not respect the value of tooltip-hide-delay, and the default tooltip timeout isn't configurable
Date: Mon, 02 May 2022 08:35:05 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Drew Adams <drew.adams@oracle.com> writes:

> FWIW, I don't see why `x-show-tip' is being
> considered "internal".  And I'm one who uses it in
> external libraries.
>
> If `tooltip-show' can use `x-show-tip' then so
> can "external" code that does something similar.

`x-show-tip' is an internal function because it exposes dangerous
features to Lisp.

If the `frame' parameter is an invisible frame, the tooltip will be
displayed unpredictably by different window managers.

There are also some things you can put in `params' that will make Emacs
crash, but I don't remember which.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]