Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[editing-visual] Fix problems with term-cursor in daemon mode #16582

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

fnussbaum
Copy link
Contributor

Remove lsp-ui-doc-frame-hook from term-cursor-triggers to fix #15667. The hook is run with two arguments, but the handler function term-cursor--immediate does not expect any. (It can be added back in case denrat/term-cursor.el#5 is merged and if it is still deemed necessary.)

Also do not enable global-term-cursor-mode in daemon mode unless a terminal frame is created.

Remove `lsp-ui-doc-frame-hook` from `term-cursor-triggers` to fix syl20bnr#15667. The
hook is run with two arguments, but the handler function
`term-cursor--immediate` does not expect any. (It can be added back in case
denrat/term-cursor.el#5 is merged and if it is still
deemed necessary.)

Also do not enable `global-term-cursor-mode` in daemon mode unless a terminal
frame is created.
@smile13241324 smile13241324 merged commit 55cdc69 into syl20bnr:develop Sep 17, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LSP documentation minibuffer: recurrent error message term-cursor--immediate
2 participants