]> git.eshelyaron.com Git - emacs.git/commit
Fix dictionary tooltip mode
authorTorsten Hilbrich <torsten.hilbrich@gmx.net>
Sat, 10 Oct 2020 05:04:27 +0000 (07:04 +0200)
committerTorsten Hilbrich <torsten.hilbrich@gmx.net>
Sat, 10 Oct 2020 05:04:27 +0000 (07:04 +0200)
commit837505075c942183cac004cb8fa0c0e57c82535d
tree16540e6849e046cb5c93c4a73057194980283bdb
parent329b6a0210f28d8abf8a8ce7afa6a7a6d3f84977
Fix dictionary tooltip mode

* lisp/net/dicionary.el (dictionary-tooltip-mode): Add mouse movement
binding and use tooltip-functions instead of tooltip-hook

There were some changes in Emacs since testing it the last time. I had
to add keybinding for mouse movement and enable track-mouse to get the
mode working again.
lisp/net/dictionary.el