Nico Petton tweets the good news:
And… #Emacs 26.1 is out! https://t.co/v3BrlQhmMA
— Nicolas Petton (@NicolasPetton) May 28, 2018
I’ve already downloaded, compiled, and installed it and am writing this with the new version.
If you’re on macOS, here’s my recipe for the compilation and installation:
configure --with-ns CFLAGS="-g3 -O2 -I /usr/local/include/libxml2" make make install make install-info sudo mv nextstep/Emacs.app/ /Applications/Emacs.app
The last time I installed Emacs, the last step in the recipe was
sudo cp -R nextstep/Emacs.app/ /Applications/
but this time macOS complained so I used the mv
instead.
If you’ve got macOS set to not run “unknown applications” and get an error message when you try to run it, follow these directions.