Skip to content

Releases: eval-exec/neomacs

NEO Emacs v0.0.2

15 Mar 04:23

Choose a tag to compare

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

27 Feb 02:42

Choose a tag to compare

neomacs v0.0.1

Neomacs v0.0.1 — a recent buildable release.