-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Error from syntax checker languagetool: peculiar error: "deleted #12
Comments
Hmm... I cannot reproduce this error. Make sure you have valid path for |
Also have a look in the buffer |
Is this fixed by commit b6d0b15? |
Hey all. So I ended up here because I was seeing the same thing on a new installation, MacOS specifically. It was just because I hadn't yet installed the JRE. |
With what version of |
I'm running |
Hmm. What does |
@swarnendubiswas are you able to run the language tool server? Did you try run this command: |
I have just encountered this problem recently. Do note though I used flymake not flycheck, but since there is a thread here already, and the code seems fairly similar in at least the places I have made some modifications. I suspect it's because for some reason the server has been started, but the process is not live anymore. For OSX, it would spawn new application named java but is in fact the HTTPServer, I closed it without knowing that which is most likely part of the cause of this error. So now What I did for my quick fix was to comment out the following lines:
So that |
Hi,
Suppose I have a text buffer or a file with the following content.
The flycheck checkers are set as follows.
I do not use
proselint
and have disabled it, so the rest of theFlycheck checkers
buffer should not be relevant.Flycheck-languagetool
throws the following error when I invokeflycheck-buffer
.Here is my
flycheck-languagetool
configuration.The text was updated successfully, but these errors were encountered: