-
Notifications
You must be signed in to change notification settings - Fork 14
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
eldoc error: (wrong-type-argument lsp--workspace nil) in indirect buffer #59
Comments
For me this was resolved by updating Consider closing this issue. |
Well, after updating lsp-ui the error has changed to eldoc error: (wrong-type-argument arrayp nil) The error also happens when emacs -q to (require 'lsp-mode) and then (require 'cquery). The main buffer is handled as supposed, but C-x-4-c indirectly created one |
While the latest error can be removed indeed with (setq-local eldoc-documentation-function #'ignore) lsp-mode/cquery does not work in an indirect buffer.
|
While leaving the ticket active - lsp-ui upgrade has not helped as reported - I found a workaround for I needed indirect buffer as it's supposed to alias a primary one and in both lsp/cquery be running. lsp/cquery works! |
When I create an indirect buffer from a buffer where lsp/cquery is set up and works, the above error occurs once an identifier is pointed in there instead
of expected documentation line.
The text was updated successfully, but these errors were encountered: