milouse / flycheck-grammalecte

Fork of flycheck-grammalecte to support Grammalecte v0.6.4+ (Mirror)
https://git.umaneti.net/flycheck-grammalecte/about/
GNU General Public License v3.0
12 stars 3 forks source link

wrong-type-argument stringp nil #29

Open mcp1766 opened 1 month ago

mcp1766 commented 1 month ago

I am using Emacs 29.1 (build2, x86_64-pc-linux-gnu, GTK+ Version 2.24.33, cairo version 1.18.0

When evaluating the block

(with-eval-after-load 'flycheck
  (flycheck-grammalecte-setup))

I receive the error mentionned in the title of this issue.

(wrong-type-argument stringp nil) string-to-number(nil) flycheck-grammalecte--path-flycheck-mode-map() flycheck-grammalecte-setup() I have setup python3 on Ubuntu 24.04 LTS on an Itel Core i3-9100

Is it working on Emacs 29.x ?

milouse commented 3 weeks ago

Hi, and thank you very much for your report. I confirm it should be working on Emacs 29.x as I’m also using it.

I’ll try to reproduce your issue to see what could go wrong.