emacs-builds icon indicating copy to clipboard operation
emacs-builds copied to clipboard

Self-contained Emacs.app builds for macOS, with native-compilation support.

Results 9 emacs-builds issues
Sort by recently updated
recently updated
newest added

Nightly builds from the `master` branch of Emacs aren't always stable. Hence I maintain this list of nightly builds which I have personally used for at least 1-2 days with...

info

As we chatted about in reddit 28.1 release threads, it coudl be super handy

This is a decent bit off, as it first requires a build script for Linux. The build-emacs-for-macos script used at the moment is macOS specific for obvious reasons. But I...

enhancement

Right now I need to manually trigger the build GitHub Actions workflow with the relevant git tag ref to create a stable or pretest build. This should be automated by...

**Update (2023-11-23):** Native Apple Silicon builds are now available. However, due to the high cost of M1-based GitHub-hosted Actions Runners at the moment, they are limited to stable releases, one...

Some of the things I'd like to add to each release: - [ ] Summary of what was built, potentially the `plan.yml` file contains everything needed. - [ ] Arguments...

enhancement

(treesit): Cannot activate tree-sitter, because language grammar for go is unavailable (not-found): (libtree-sitter-go.so libtree-sitter-go.so.0 libtree-sitter-go.so.0.0 libtree-sitter-go.dylib libtree-sitter-go.dylib.0 libtree-sitter-go.dylib.0.0) No such file or directory

With recent nightly builds installed view Homebrew, if i start emacs with `emacs -Q`, and then run (in the `*scratch*` buffer) ``` (use-package tex :ensure auctex) ``` auctex gets downloaded...

Hi, after installing the new 29.3 version, I got this problem if I want to sync in doom. I haven't had these errors on 29.2. ```elisp $ sh ~/.emacs.d/bin/doom sync...