Releases: eval-exec/neomacs
Releases · eval-exec/neomacs
NEO Emacs v0.0.2
Neomacs is currently focused on developing its Rust backend.
This v0.0.2 release is the latest buildable version using the --with-neovm-core-backend=emacs-c backend.
I suggest build it by:
cargo build --release -p neomacs-display
./autogen.sh
# Add `--with-file-notification=no --without-ns` if you build it on macos
./configure --with-neomacs --with-neovm-core-backend=emacs-c --with-native-compilation=no
make -j$(nproc)then ./src/emacs -Q to test.
Full Changelog: v0.0.1...v0.0.2
neomacs v0.0.1
neomacs v0.0.1
Neomacs v0.0.1 — a recent buildable release.