Skip to content
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

emacs master results in error #764

Closed
hexmode opened this issue Sep 27, 2023 · 2 comments · Fixed by #767
Closed

emacs master results in error #764

hexmode opened this issue Sep 27, 2023 · 2 comments · Fixed by #767

Comments

@hexmode
Copy link
Contributor

hexmode commented Sep 27, 2023

⛔ Error (use-package): php-mode/:catch: Eager macro-expansion failure: (void-variable flymake-allowed-file-name-masks)

@claytonrcarter
Copy link

I just ran into this myself, in Doom. At first, I was able to work around by adding (setq flymake-allowed-file-name-masks '()) to my config before I loaded any php files, but then it looks like it may already be fixed on master via #765. Indeed, evaling (require 'flymake-proc) before loading any PHP files also seems to work. I don't know if that's a "proper" fix, or just a coincidence, but it's now working for me. 😄

@zonuexe
Copy link
Member

zonuexe commented Nov 18, 2023

@hexmode @claytonrcarter
Thanks for reporting, the problem has been fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants