On 02/07/2024 11:49, Jack Curran wrote:
I was planning on porting Emacs to Sculpt OS as a first project. I understand that Vim is already in Sculpt OS, however I use Emacs. I don't think anyone has ported it yet?
I'm not aware of any Emacs port.
Would this be a realistic goal to port Emacs to Sculpt OS as a first time Goa user?
From a brief look, this looks quite feasible. Note that we don't have GTK support, so you need to stick to the terminal version of emacs. Also, Emacs can have quite a long list of dependencies. So, you should probably start with something like `./configure --without-all --without-x` as a baseline and then add features one by one.
Johannes