-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
flymake-grammarly makes the emacs daemon hang during the startup #8
Comments
Thanks for reporting this issue to us! Is there an error log for this? It's hard to guess what's going on without any error popping out. Maybe try load it after you have started the daemon? |
There are no errors in logs, unfortunately.... Possibly emacs, running as a daemon from a terminal, is trying to open something in text mode (without an actual frame), so it runs the |
Maybe try I usually wrap it with |
I've just noticed that it hangs even with the following init file...
|
It's weird, this package does nothing in the root level. It only registers the grammarly callbacks and it should be safe!... |
I use GNU Emacs 28.2
A minimal init file
init-debug.el
to reproduce the bug:Running
/bin/emacs -q -l ~/.config/emacs/init-debug.el --bg-daemon
the startup freezes, daemon doesn't start.The text was updated successfully, but these errors were encountered: