-
-
Notifications
You must be signed in to change notification settings - Fork 187
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
[General]: with-poll not working #738
Comments
@tedroden the fix is in the master, can you please double check? 🙏 |
This fixes it! After installing it,
Thank you @aaronjensen and @d12frosted |
Oof. No problem. I think that bug just bit me too. |
Issue description
I can't seem to get
--with-poll
to work. I've installed it with the flag, but it doesn't seem to carry over when compiling. It certainly could be user error. I'm not using a specific branch, maybe I should be?Also, I love emacs-plus, been using it for years. Thanks to all who contribute.
I've done some digging and it doesn't appear in the places I'd expect:
When I look at the config.log it doesn't appear there
When I check via
C-h v system-configuration-options
It shows:
And
system-configuration-features
doesn't show it. I think POLL should be in here:"ACL GIF GLIB GMP GNUTLS JPEG LCMS2 LIBXML2 MODULES NATIVE_COMP NOTIFY KQUEUE NS PDUMPER PNG RSVG SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER WEBP XIM ZLIB"
This isn't a huge deal unless I open a couple different projects using LSP.
The text was updated successfully, but these errors were encountered: