]> git.eshelyaron.com Git - emacs.git/commit
Fix speedbar help-echo in erc-nickbar-mode
authorF. Jason Park <jp@neverwas.me>
Thu, 23 Nov 2023 21:30:06 +0000 (13:30 -0800)
committerF. Jason Park <jp@neverwas.me>
Fri, 24 Nov 2023 21:38:52 +0000 (13:38 -0800)
commit4064985b807e00432775543798180e7b81eb5ea9
tree6be7a92e001110082799a30305cc7009e35a0ec1
parent5bc84a0c9e4be93eada835ee41951296017c6faa
Fix speedbar help-echo in erc-nickbar-mode

* lisp/erc/erc-speedbar.el (erc-speedbar-buttons): "Spoof"
`dframe-help-echo-function' in channel buffers to get around the fact
that we're not using the real speedbar frame.
(erc-speedbar--fmt-sentinel): New variable.
(erc-speedbar-expand-channel): Use cached channel-mode string for mode
item.  Use button chars to mark mode and topic items and move verbose
labels into mouse-hover text.  Also set face for mode and topic.
(erc-speedbar-item-info): Look for `speedbar-token' as a fallback even
when the primary pattern doesn't match.  If the value's contents are
structured like a `format' function call, use them.
(erc-speedbar--emulate-sidebar): Add comment about speedbar setting
everything globally in older Emacsen.  (Bug#63595)
lisp/erc/erc-speedbar.el