Skip to content

lsp-ui-doc sets track-mouse to 't' but this triggers spurious "<tab-bar> <mouse-movement>" events #681

@mtk

Description

@mtk

setting track-mouse to 't' triggers the generation of spurious " " events when the mouse moves anywhere with the tab-bar. since the event is unbound, it triggers an annoying bell error.

this can be trivially worked around, for example, if you load LSP via use-package:

:hook 	 (lsp-after-initialize . (lambda () (keymap-local-set "<tab-bar> <mouse-movement>" #'ignore))))

but it might make sense to do this automatically for the user? or at least document this behavior so the user can resolve the problem easily?

thoughts/comments?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions