-
Notifications
You must be signed in to change notification settings - Fork 26
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
„Args out of range“ error #104
Comments
I hade the same issue on Emacs 27:
But no problem on Emacs 26, then I added an (define-advice c-clear-string-fences (:around (fn) inhibit-args-out-of-range-error)
(ignore-errors
(funcall fn))) Everything works fine.
|
I had this same error on my config, confirming the fix/workaround:
Build info:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
I get the following error in one of my projects:
When enabling
debug-on-error
I get this stacktrace:Am I doing something wrong or is this a bug?
Best regards,
CK
The text was updated successfully, but these errors were encountered: