You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I uses flycheck as a result, it reminds me to add ;;; file.el ends here at the end of every file.
And esup think that "here" is a variable and throw the following error:
(void-variable here)
I'm using emacs 27.1
The text was updated successfully, but these errors were encountered:
Inc0n
changed the title
esup mistaking ;; file ends here, as variable, void variable "here"
esup mistaking ;;; file ends here, as variable, void variable "here"
Mar 25, 2021
Weirdly enough, it only complains on certain files, such as my init-javascript, init-css, init-lua-mode, init-transient, and a few others. And some other files, it's fine with the footer...
I think I have bumped into the same problem as you. I found that ESUP was choking on the comment at the top of my recentf file. When I changed the save location to .recentf.el, it handled the comment correctly. Are the files you are having trouble with ending in .el?
I uses flycheck as a result, it reminds me to add
;;; file.el ends here
at the end of every file.And esup think that "here" is a variable and throw the following error:
I'm using emacs 27.1
The text was updated successfully, but these errors were encountered: