homebrew-emacs-plus icon indicating copy to clipboard operation
homebrew-emacs-plus copied to clipboard

[Feature request]: --with-x-toolkit=lucid?

Open danielboston38 opened this issue 8 months ago • 1 comments

Feature request description

it seems that at one point you could build with this option but now it doesn't seem to work anymore. was this taken out? why?

danielboston38 avatar Apr 06 '25 22:04 danielboston38

If you are talking about options passed to brew install emacs-plus, then it was never possible as brew doesn't support non-flag options for formulas (at least to my understanding). Even more, there was never an option to pick toolkit. See #759.

If needed, you can locally modify formula using brew edit emacs-plus (mind the version) and just add necessary options before system "./configure", *args, just make sure you are doing it in the correct block (i.e. in non-cocoa section).

I am not using Linux for many years, so not sure if there is any consensus regarding x-toolkit, and I also lack knowledge to make educated decision regarding options design to support Linux users.

d12frosted avatar Apr 07 '25 05:04 d12frosted