-
Notifications
You must be signed in to change notification settings - Fork 200
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
Turn off message in new buffer #48
Comments
There are two problems here:
So now two more points:
|
* eglot.el (eglot-ensure): fix messages.
Complete config:
I realized that rustfmt is the project name. I've tried this in the rls git repo and now the message contains rls. But in the rls repo I also get an error: |
Thanks. So I tried your config and didn't spot the second more serious problem, which is good. Everything works as intended. When I open a file on a previously untouched Rust project, I first get the message
The, after each new opened file in that project I get the second message
I asked you this before: it is the second repeating message that you want to get rid of. Not the first, right? PS: the RLS problem doesn't seem to have anything to do with Eglot, which is just forwarding you the error message. |
I'm not sure about this. I think I only want to be informed if it doesn't work as expected. If I can see in the mode line that a server is running, I don't need an additional message. What do you think ?
I know. I just wanted to mention it for completeness. |
I fully agree. But you still haven't confirmed exactly what message you are repeatedly seeing for which new file you open. That's the question I've asked twice. I suppose its not the one you originally mention, but the other one I presented. Please confirm this. |
Sorry, it's the second line.
|
I copied the wrong message in the first post... |
Yeah, I figured. But I still had to make sure, because if you hadn't it would be an indication of a much more serious problem. This is why I insisted so much with an analysis and reproduction recipe. Anyway, I think I fixed the problem for you. |
Thanks. |
* eglot.el (eglot-ensure): fix messages.
* eglot.el (eglot-ensure): Don't message when a buffer is already managed.
* eglot.el (eglot-ensure): fix messages.
* eglot.el (eglot-ensure): Don't message when a buffer is already managed.
* eglot.el (eglot-ensure): fix messages. #48: joaotavora/eglot#48
* eglot.el (eglot-ensure): Don't message when a buffer is already managed. #48: joaotavora/eglot#48
* eglot.el (eglot-ensure): fix messages. GitHub-reference: per joaotavora/eglot#48
* eglot.el (eglot-ensure): Don't message when a buffer is already managed. GitHub-reference: close joaotavora/eglot#48
Every time I open a new file in a project with eglot running I get this message. Is there an option to disable it ?
The text was updated successfully, but these errors were encountered: