PillFall / languagetool.el

LanguageTool suggestions integrated within Emacs
GNU General Public License v3.0
98 stars 8 forks source link

Enable picky mode #18

Closed mwip closed 1 year ago

mwip commented 1 year ago

First, thanks for the awesome work on this, driving OSS language checking in Emacs forward. I deeply appreciate your work and use languagetool.el every day. This is not specifically a bug, maybe it is better classified as "question", "enhancement" or "config".

In the LT browser plugins one can enable "picky" mode which will help you catch some style issues. Settings In action
image image

Is there any way to enable this in languagetool.el, or is this very specific to the browser plugin?

PillFall commented 1 year ago

Sorry for the late response, I do not want to give a wrong answer.

You can activate the picky level in console mode only(will change in the future) using:

(setq languagetool-console-arguments '("--level" "PICKY")) 
mwip commented 1 year ago

Thanks for your answer. I am using server mode, though (with a local server). Is it possible to use picky mode with that as well. Unfortunately, I did not find any documentation at upstream LT docs.

PillFall commented 1 year ago

Thanks for your answer. I am using server mode, though (with a local server). Is it possible to use picky mode with that as well. Unfortunately, I did not find any documentation at upstream LT docs.

Yeah, you could do that via the level query parameter in the server request, right now there is no support for this feature. But will add in a couple days 😁

PillFall commented 1 year ago

@mwip All set, you can now use this feature in v1.3.0

Sorry for being slow, just started the university test that week :neutral_face:

mwip commented 1 year ago

Thank you so much for this fix! This is really improving LT for Emacs once more. I really appreciate your effort and wish you all the best for uni! Keep up the good work :+1: