We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
saw-script--
flycheck-saw-script.el
After installing flycheck via MELPA and manually installing flycheck-saw-script.el, Emacs 26.2 reports an error during initialization:
flycheck
Symbol's value as variable is void: saw-script--output-regexp
Prefixing this variable name with flycheck- yields an error when opening a .saw file:
flycheck-
.saw
Error from syntax checker saw-script: Symbol’s value as variable is void: saw-script--info-start-regexp
Prefixing this with flycheck- evidently makes flycheck work with saw-script major mode.
saw-script
The text was updated successfully, but these errors were encountered:
I tried installing this as well today and had issues. It would be nice if this worked.
Sorry, something went wrong.
@chameco Thank you so much! This is great to have! Been using it all day today and it's made programming in saw-script soooooo much easier.
Successfully merging a pull request may close this issue.
After installing
flycheck
via MELPA and manually installingflycheck-saw-script.el
, Emacs 26.2 reports an error during initialization:Symbol's value as variable is void: saw-script--output-regexp
Prefixing this variable name with
flycheck-
yields an error when opening a.saw
file:Error from syntax checker saw-script: Symbol’s value as variable is void: saw-script--info-start-regexp
Prefixing this with
flycheck-
evidently makesflycheck
work withsaw-script
major mode.The text was updated successfully, but these errors were encountered: