dabrahams / homebrew-emacsmacport

Emacs mac port formulae for the Homebrew package manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emacs Mac Port

What is this?

Official repository: https://bitbucket.org/mituharu/emacs-mac/overview

This is "Mac port" addition to GNU Emacs 28. This provides a native GUI support for OS X 10.10 - macOS 12. Note that Emacs 23 and later already contain the official GUI support via the NS (Cocoa) port. So if it is good enough for you, then you don't need to try this.

IMPORTANT NOTE

If you find a bug, then please try to reproduce it with some official builds such as X11 or NS (Cocoa). If it turns out to be specific to the Mac port, then please report it to mituharu+bug-gnu-emacs-mac@math.s.chiba-u.ac.jp. Otherwise (i.e., it is also reproducible with official ones), report it using M-x report-emacs-bug USING THE OFFICIAL BUILD as such.

Features

This build has many features, a great number of which are particularly helpful for Mac users. You can see the full list here.

Installation options

Homebrew

If you'd like to install with Homebrew, please:

$ brew tap railwaycat/emacsmacport

and then

$ brew install emacs-mac

If you are using cask:

brew install --cask emacs-mac or brew install --cask emacs-mac-spacemacs-icon

To disable this tap, please:

$ brew untap railwaycat/emacsmacport

Pre-built Download

Pre-built bundles can be downloaded from the release page:

https://github.com/railwaycat/homebrew-emacsmacport/releases

Bundles are the same as those from Homebrew Cask.

Support macOS versions:

  • Intel Mac
    • Monterey (macOS12)
    • Big Sur (macOS11)
  • Apple Silicon Mac
    • Monterey (macOS12)

For macOS versions not be listed above, please install from Homebrew formula (install without --cask).

Intel Mac bundles are built by GitHub Actions, the version support limitation is from the macOS versions they support currently.

Apple Silicon bundles are built on a M1 Mac with Tart. The version support limitation is because Apple only supports macOS virtualization since Monterey (macOS12).

Useful links

About

Emacs mac port formulae for the Homebrew package manager

License:BSD 2-Clause "Simplified" License


Languages

Language:Ruby 83.2%Language:Shell 12.8%Language:Makefile 4.1%