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

Enable picky mode #18

Closed
mwip opened this issue Feb 24, 2023 · 5 comments
Closed

Enable picky mode #18

mwip opened this issue Feb 24, 2023 · 5 comments
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@mwip
Copy link

mwip commented Feb 24, 2023

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 PillFall self-assigned this Feb 24, 2023
@PillFall PillFall added the question Further information is requested label Feb 24, 2023
@PillFall
Copy link
Owner

PillFall commented Feb 28, 2023

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")) 

@PillFall PillFall added the enhancement New feature or request label Feb 28, 2023
@mwip
Copy link
Author

mwip commented Mar 1, 2023

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
Copy link
Owner

PillFall commented Mar 2, 2023

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
Copy link
Owner

PillFall commented Mar 25, 2023

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

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

@mwip
Copy link
Author

mwip commented Mar 25, 2023

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 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants