]> git.eshelyaron.com Git - emacs.git/commit
Support tooltips for fringe indicators
authorVladimir Kazanov <vekazanov@gmail.com>
Sun, 24 Dec 2023 11:13:10 +0000 (11:13 +0000)
committerEshel Yaron <me@eshelyaron.com>
Sun, 14 Apr 2024 17:10:22 +0000 (19:10 +0200)
commit58fbc221cbced5194bd6d4da26fede4417af22be
tree49e306b5ba7aa82d0cbda72aae6ce2c845567fd0
parent309fc63124ce4b20ffc3106fbeee0f52724f218a
Support tooltips for fringe indicators

* src/xdisp.c (note_fringe_highlight): New function.
(note_mouse_highlight): Call it when the mouse is on the fringes.
* src/frame.c (syms_of_frame) <left-fringe-help>
<right-fringe-help>: DEFSYM them.

* etc/NEWS:
* doc/lispref/text.texi (Special Properties):
* doc/lispref/display.texi (Other Display Specs): Document the new
properties.
* etc/TODO: Remove the todo item about this.

(cherry picked from commit 5734047b812639c06c90eb3baf82ff502db59fb5)
doc/lispref/display.texi
doc/lispref/text.texi
etc/NEWS
etc/TODO
src/frame.c
src/xdisp.c