Commit graph

9 commits

Author SHA1 Message Date
Stefan Kangas
beeece4712 ; Don't set symbol-packages in tty-tip.el 2025-03-19 20:45:06 +01:00
Stefan Kangas
646b3f8c5c ; Fix file headers in tty-tip.el
* lisp/tty-tip.el: Fix file headers.
2025-03-07 09:29:31 +01:00
Paul Eggert
4da38c6321 Update copyright year to 2025
Run "TZ=UTC0 admin/update-copyright".
2025-01-01 07:39:17 +00:00
Gerd Möllmann
b67feec95e * lisp/tty-tip.el (tty-tip--create-frame): Use tooltip-hide-delay 2024-12-08 09:01:06 +01:00
Gerd Möllmann
d22882e418 Prevent too early hiding of tty tips
* lisp/tty-tip.el (tty-tip--show-timer): Renamed from
tty-tip--timeout-id.
(tty-tip--hide-timer): New variable.
(tty-tip--delete-frame): Cancel hide timer if set.
(tty-tip--create-frame): Use run-with-timer instead of run-at-time
for consistency.
2024-12-08 07:02:12 +01:00
Gerd Möllmann
6cd7ce7cf2 Fix hiding tips from pre-command-hook
* lisp/tty-tip.el (tty-tip-mode): Put #'tty-tip--hide on the
pre-command-hook.
2024-11-07 08:47:10 +01:00
Gerd Möllmann
907c735402 Remove tip in pre-command-hook
* lisp/tty-tip.el (tty-tip-mode): install pre-command-hook that deleted
the tip frame.
2024-11-06 11:44:26 +01:00
Gerd Möllmann
e0bfd3ce23 Let tty tips disappear automatically
* lisp/tty-tip.el (tty-tip--create-frame): Delete tip frame after
x-show-tooltip-timeout seconds.
2024-11-06 10:24:41 +01:00
Gerd Möllmann
d27fc61755 Add tty-tip.el, not tooltips, but very close 2024-11-06 05:48:46 +01:00