Closed tedroden closed 3 weeks ago
@tedroden the fix is in the master, can you please double check? 🙏
This fixes it!
After installing it, C-h v system-configuration-features
now shows POLL
"ACL GIF GLIB GMP GNUTLS JPEG LCMS2 LIBXML2 MODULES NATIVE_COMP NOTIFY KQUEUE NS PDUMPER PNG POLL RSVG SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER WEBP XIM ZLIB"
Thank you @aaronjensen and @d12frosted
@tedroden sad news :) The patch is actually causing issues with async processes, so we decided to remove it all together. No one is really owning that patch anyways.
see https://github.com/d12frosted/homebrew-emacs-plus/pull/746
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.