-
-
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
flycheck-grammarly
doesn't work with AUCTeX.
#10
Comments
Thanks for reporting the issue to us! The support major modes is defined here. You can either customize the variable flycheck-grammarly/flycheck-grammarly.el Lines 48 to 52 in abab9e6
Make sure you have |
I'm using
I'm using |
Oh, okay. This may duplicate to #7? Sorry that this plugin isn't fully support latex file yet. Can you try with other text file? You can try to set |
flycheck-grammarly
doesn't work on Ubuntu 20.04.flycheck-grammarly
doesn't work with AUCTeX.
Did you start |
I enabled (use-package flycheck
;:hook (after-init . global-flycheck-mode)
;https://www.flycheck.org/en/latest/user/installation.html#use-package
:init (global-flycheck-mode)
:config
(flycheck-add-mode 'tex-chktex 'latex-mode)
(flycheck-add-mode 'tex-lacheck 'latex-mode)
:bind (:map flycheck-mode-map
("M-n" . flycheck-next-error)
("M-p" . flycheck-previous-error))) |
Try toggle
Give it some time since it sents network request to Grammarly API. Sorry I don't use |
It has already been enabled by default, so
I use it widely for all of my routine packages autoloading.
It seems that the connection to Grammarly API has been established successfully, but I just can't see the checking results: |
The performance is mentioned in our todo list section flycheck-grammarly#todo-list. Try adding up the time Edit: Make sure you don't load flycheck-grammarly/flycheck-grammarly.el Lines 228 to 231 in c4b3c5b
|
I would recommend you try lsp-grammarly, it's quite nice and fast in terms of speed. |
Thank you, it seems the following configuration does the trick: (use-package flycheck-grammarly
:config
(setq flycheck-grammarly--show-debug-message t
flycheck-grammarly-check-time 2))
Thank you. I’ll give it a shot. |
On Ubuntu 20.04, I'm using the latest git master version of Emacs, and installed the
flycheck-grammarly
as follows:(use-package flycheck-grammarly)
But I can't see the effect represented here, as shown by the following screenshot:
Any hints for this problem?
Regards,
HY
The text was updated successfully, but these errors were encountered: