<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikemacs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Antoinell</id>
	<title>WikEmacs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wikemacs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Antoinell"/>
	<link rel="alternate" type="text/html" href="https://wikemacs.org/wiki/Special:Contributions/Antoinell"/>
	<updated>2026-05-14T03:26:51Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wikemacs.org/index.php?title=Installing_Emacs_on_OS_X&amp;diff=50926</id>
		<title>Installing Emacs on OS X</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Installing_Emacs_on_OS_X&amp;diff=50926"/>
		<updated>2020-12-27T00:07:23Z</updated>

		<summary type="html">&lt;p&gt;Antoinell: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;OS X comes with a preinstalled version of Emacs, but alas it is the outdated Emacs 22. Fortunately, obtaining a newer release is really simple. There are several popular ways to do it. &lt;br /&gt;
&lt;br /&gt;
== Emacs 24 ==&lt;br /&gt;
&lt;br /&gt;
=== As a binary package ===&lt;br /&gt;
&lt;br /&gt;
Simply download a binary from [http://emacsformacosx.com Emacs for OSX].&lt;br /&gt;
&lt;br /&gt;
The above binary distribution bundled with up-to-date versions [http://www.gnu.org/software/auctex/ AUCTeX], [http://ess.r-project.org ESS] and a few other useful tools is available &lt;br /&gt;
from [http://vgoulet.act.ulaval.ca/en/emacs/mac/ Vincent Goulet's web site].&lt;br /&gt;
&lt;br /&gt;
=== MacPorts ===&lt;br /&gt;
&lt;br /&gt;
If you have [https://www.macports.org/ MacPorts] installed, you can just do:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo port install emacs&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to install Emacs 24. The MacPorts installer updates your PATH environment variable, so the MacPorts build of Emacs should be found by your shell before the (outdated) build that comes with Mac OS when you type 'emacs'. If you prefer the Emacs.app build, that's available by executing:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo port install emacs-app&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Homebrew : emacs ===&lt;br /&gt;
&lt;br /&gt;
Emacs 27 is also available via [https://brew.sh brew.sh]. &lt;br /&gt;
The specific page about the emacs formula is [https://formulae.brew.sh/formula/emacs emacs].&lt;br /&gt;
Note that this package is a non-graphical package, it used to have a --cocoa option but it is not available currently.&lt;br /&gt;
&lt;br /&gt;
Just type the following incantation in your shell and you’re done:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ brew update&lt;br /&gt;
$ brew install emacs&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Chances are good you have an older version of Emacs installed by default with OS X. It's suggested you to remove that older Emacs version to avoid conflicts with the new one. Do this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo rm /usr/bin/emacs&lt;br /&gt;
$ sudo rm -rf /usr/share/emacs&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
That’s all folks! You may now proceed to the configuration section.&lt;br /&gt;
&lt;br /&gt;
=== Homebrew : emacsmacport ===&lt;br /&gt;
&lt;br /&gt;
Another brew package which has graphical support.&lt;br /&gt;
The sources are at [https://github.com/railwaycat/homebrew-emacsmacport homebrew-emacsmacport].&lt;br /&gt;
&lt;br /&gt;
The installation instructions are &lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ brew tap railwaycat/emacsmacport&lt;br /&gt;
$ brew install emacs-mac&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Emacs tips for Mac OS X ===&lt;br /&gt;
&lt;br /&gt;
You may follow [https://emacsformacosx.com/tips Emacs for Mac OS X, Tips] on how to create scripts for running emacs and emacsclient.&lt;br /&gt;
&lt;br /&gt;
=== Rudix ===&lt;br /&gt;
&lt;br /&gt;
Emacs is easy to install directly from [http://rudix.org Rudix] as a .pkg or with the Rudix command line tool:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
% sudo rudix install emacs&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Emacs 27 ==&lt;br /&gt;
&lt;br /&gt;
Binaries for Emacs 27 are still available from [http://emacsformacosx.com/builds Emacs for OSX].&lt;br /&gt;
&lt;br /&gt;
== Aquamacs ==&lt;br /&gt;
&lt;br /&gt;
A near-OS-X-native port of GNU Emacs, integrating Emacs with all the features of Mac OS X. Available [http://aquamacs.org/ here]. As of December 2020, the latest version (3.5) is based on Emacs 25.3. Comes bundled with some handy packages like [[AUCTeX]].&lt;br /&gt;
&lt;br /&gt;
[[Category:OS X]][[Category:Beginner]][[Category:Install Or Upgrade]][[Category:Emacs-25]]&lt;/div&gt;</summary>
		<author><name>Antoinell</name></author>
	</entry>
	<entry>
		<id>https://wikemacs.org/index.php?title=Installing_Emacs_on_OS_X&amp;diff=50925</id>
		<title>Installing Emacs on OS X</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Installing_Emacs_on_OS_X&amp;diff=50925"/>
		<updated>2020-12-26T23:58:55Z</updated>

		<summary type="html">&lt;p&gt;Antoinell: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;OS X comes with a preinstalled version of Emacs, but alas it is the outdated Emacs 22. Fortunately, obtaining a newer release is really simple. There are several popular ways to do it. &lt;br /&gt;
&lt;br /&gt;
== Emacs 24 ==&lt;br /&gt;
&lt;br /&gt;
=== As a binary package ===&lt;br /&gt;
&lt;br /&gt;
Simply download a binary from [http://emacsformacosx.com Emacs for OSX].&lt;br /&gt;
&lt;br /&gt;
The above binary distribution bundled with up-to-date versions [http://www.gnu.org/software/auctex/ AUCTeX], [http://ess.r-project.org ESS] and a few other useful tools is available &lt;br /&gt;
from [http://vgoulet.act.ulaval.ca/en/emacs/mac/ Vincent Goulet's web site].&lt;br /&gt;
&lt;br /&gt;
=== MacPorts ===&lt;br /&gt;
&lt;br /&gt;
If you have [https://www.macports.org/ MacPorts] installed, you can just do:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo port install emacs&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to install Emacs 24. The MacPorts installer updates your PATH environment variable, so the MacPorts build of Emacs should be found by your shell before the (outdated) build that comes with Mac OS when you type 'emacs'. If you prefer the Emacs.app build, that's available by executing:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo port install emacs-app&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Homebrew : emacs ===&lt;br /&gt;
&lt;br /&gt;
Emacs 27 is also available via [https://brew.sh]. &lt;br /&gt;
The specific page about the emacs formula is [https://formulae.brew.sh/formula/emacs].&lt;br /&gt;
Note that this package is a non-graphical package, it used to have a --cocoa option but it is not available currently.&lt;br /&gt;
&lt;br /&gt;
Just type the following incantation in your shell and you’re done:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ brew update&lt;br /&gt;
$ brew install emacs&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Chances are good you have an older version of Emacs installed by default with OS X. It's suggested you to remove that older Emacs version to avoid conflicts with the new one. Do this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo rm /usr/bin/emacs&lt;br /&gt;
$ sudo rm -rf /usr/share/emacs&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
That’s all folks! You may now proceed to the configuration section.&lt;br /&gt;
&lt;br /&gt;
=== Homebrew : emacsmacport ===&lt;br /&gt;
&lt;br /&gt;
Another brew package which has graphical support.&lt;br /&gt;
The sources are at [https://github.com/railwaycat/homebrew-emacsmacport].&lt;br /&gt;
&lt;br /&gt;
The installation instructions are &lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ brew tap railwaycat/emacsmacport&lt;br /&gt;
$ brew install emacs-mac&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Emacs tips for Mac OS X ===&lt;br /&gt;
&lt;br /&gt;
You may follow [https://emacsformacosx.com/tips Emacs for Mac OS X, Tips] on how to create scripts for running emacs and emacsclient.&lt;br /&gt;
&lt;br /&gt;
=== Rudix ===&lt;br /&gt;
&lt;br /&gt;
Emacs is easy to install directly from [http://rudix.org Rudix] as a .pkg or with the Rudix command line tool:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
% sudo rudix install emacs&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Emacs 27 ==&lt;br /&gt;
&lt;br /&gt;
Binaries for Emacs 27 are still available from [http://emacsformacosx.com/builds Emacs for OSX].&lt;br /&gt;
&lt;br /&gt;
== Aquamacs ==&lt;br /&gt;
&lt;br /&gt;
A near-OS-X-native port of GNU Emacs, integrating Emacs with all the features of Mac OS X. Available [http://aquamacs.org/ here]. As of December 2020, the latest version (3.5) is based on Emacs 25.3. Comes bundled with some handy packages like [[AUCTeX]].&lt;br /&gt;
&lt;br /&gt;
[[Category:OS X]][[Category:Beginner]][[Category:Install Or Upgrade]][[Category:Emacs-25]]&lt;/div&gt;</summary>
		<author><name>Antoinell</name></author>
	</entry>
	<entry>
		<id>https://wikemacs.org/index.php?title=Installing_Emacs_on_OS_X&amp;diff=50924</id>
		<title>Installing Emacs on OS X</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Installing_Emacs_on_OS_X&amp;diff=50924"/>
		<updated>2020-12-26T23:48:17Z</updated>

		<summary type="html">&lt;p&gt;Antoinell: /* Aquamacs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;OS X comes with a preinstalled version of Emacs, but alas it is the outdated Emacs 22. Fortunately, obtaining a newer release is really simple. There are several popular ways to do it. &lt;br /&gt;
&lt;br /&gt;
== Emacs 24 ==&lt;br /&gt;
&lt;br /&gt;
=== As a binary package ===&lt;br /&gt;
&lt;br /&gt;
Simply download a binary from [http://emacsformacosx.com Emacs for OSX].&lt;br /&gt;
&lt;br /&gt;
The above binary distribution bundled with up-to-date versions [http://www.gnu.org/software/auctex/ AUCTeX], [http://ess.r-project.org ESS] and a few other useful tools is available &lt;br /&gt;
from [http://vgoulet.act.ulaval.ca/en/emacs/mac/ Vincent Goulet's web site].&lt;br /&gt;
&lt;br /&gt;
=== MacPorts ===&lt;br /&gt;
&lt;br /&gt;
If you have [https://www.macports.org/ MacPorts] installed, you can just do:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo port install emacs&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to install Emacs 24. The MacPorts installer updates your PATH environment variable, so the MacPorts build of Emacs should be found by your shell before the (outdated) build that comes with Mac OS when you type 'emacs'. If you prefer the Emacs.app build, that's available by executing:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo port install emacs-app&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Homebrew ===&lt;br /&gt;
&lt;br /&gt;
Emacs 27 is also available via [https://brew.sh]. &lt;br /&gt;
Just type the following incantation in your shell and you’re done:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ brew update&lt;br /&gt;
$ brew install emacs&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Chances are good you have an older version of Emacs installed by default with OS X. It's suggested you to remove that older Emacs version to avoid conflicts with the new one. Do this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo rm /usr/bin/emacs&lt;br /&gt;
$ sudo rm -rf /usr/share/emacs&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
That’s all folks! You may now proceed to the configuration section.&lt;br /&gt;
&lt;br /&gt;
=== Homebrew recommended by brew ===&lt;br /&gt;
&lt;br /&gt;
Brew now recommends emacs to be installed as&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
brew cask install emacs&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
But that doesn't create /usr/local/bin/emacs. &lt;br /&gt;
&lt;br /&gt;
You may follow [https://emacsformacosx.com/tips Emacs for Mac OS X, Tips] on how to create scripts for running emacs and emacsclient.&lt;br /&gt;
&lt;br /&gt;
=== Rudix ===&lt;br /&gt;
&lt;br /&gt;
Emacs is easy to install directly from [http://rudix.org Rudix] as a .pkg or with the Rudix command line tool:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
% sudo rudix install emacs&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Emacs 27 ==&lt;br /&gt;
&lt;br /&gt;
Binaries for Emacs 27 are still available from [http://emacsformacosx.com/builds Emacs for OSX].&lt;br /&gt;
&lt;br /&gt;
== Aquamacs ==&lt;br /&gt;
&lt;br /&gt;
A near-OS-X-native port of GNU Emacs, integrating Emacs with all the features of Mac OS X. Available [http://aquamacs.org/ here]. As of December 2020, the latest version (3.5) is based on Emacs 25.3. Comes bundled with some handy packages like [[AUCTeX]].&lt;br /&gt;
&lt;br /&gt;
[[Category:OS X]][[Category:Beginner]][[Category:Install Or Upgrade]][[Category:Emacs-25]]&lt;/div&gt;</summary>
		<author><name>Antoinell</name></author>
	</entry>
	<entry>
		<id>https://wikemacs.org/index.php?title=Installing_Emacs_on_OS_X&amp;diff=50923</id>
		<title>Installing Emacs on OS X</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Installing_Emacs_on_OS_X&amp;diff=50923"/>
		<updated>2020-12-26T23:45:59Z</updated>

		<summary type="html">&lt;p&gt;Antoinell: /* Emacs 27 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;OS X comes with a preinstalled version of Emacs, but alas it is the outdated Emacs 22. Fortunately, obtaining a newer release is really simple. There are several popular ways to do it. &lt;br /&gt;
&lt;br /&gt;
== Emacs 24 ==&lt;br /&gt;
&lt;br /&gt;
=== As a binary package ===&lt;br /&gt;
&lt;br /&gt;
Simply download a binary from [http://emacsformacosx.com Emacs for OSX].&lt;br /&gt;
&lt;br /&gt;
The above binary distribution bundled with up-to-date versions [http://www.gnu.org/software/auctex/ AUCTeX], [http://ess.r-project.org ESS] and a few other useful tools is available &lt;br /&gt;
from [http://vgoulet.act.ulaval.ca/en/emacs/mac/ Vincent Goulet's web site].&lt;br /&gt;
&lt;br /&gt;
=== MacPorts ===&lt;br /&gt;
&lt;br /&gt;
If you have [https://www.macports.org/ MacPorts] installed, you can just do:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo port install emacs&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to install Emacs 24. The MacPorts installer updates your PATH environment variable, so the MacPorts build of Emacs should be found by your shell before the (outdated) build that comes with Mac OS when you type 'emacs'. If you prefer the Emacs.app build, that's available by executing:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo port install emacs-app&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Homebrew ===&lt;br /&gt;
&lt;br /&gt;
Emacs 27 is also available via [https://brew.sh]. &lt;br /&gt;
Just type the following incantation in your shell and you’re done:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ brew update&lt;br /&gt;
$ brew install emacs&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Chances are good you have an older version of Emacs installed by default with OS X. It's suggested you to remove that older Emacs version to avoid conflicts with the new one. Do this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo rm /usr/bin/emacs&lt;br /&gt;
$ sudo rm -rf /usr/share/emacs&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
That’s all folks! You may now proceed to the configuration section.&lt;br /&gt;
&lt;br /&gt;
=== Homebrew recommended by brew ===&lt;br /&gt;
&lt;br /&gt;
Brew now recommends emacs to be installed as&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
brew cask install emacs&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
But that doesn't create /usr/local/bin/emacs. &lt;br /&gt;
&lt;br /&gt;
You may follow [https://emacsformacosx.com/tips Emacs for Mac OS X, Tips] on how to create scripts for running emacs and emacsclient.&lt;br /&gt;
&lt;br /&gt;
=== Rudix ===&lt;br /&gt;
&lt;br /&gt;
Emacs is easy to install directly from [http://rudix.org Rudix] as a .pkg or with the Rudix command line tool:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
% sudo rudix install emacs&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Emacs 27 ==&lt;br /&gt;
&lt;br /&gt;
Binaries for Emacs 27 are still available from [http://emacsformacosx.com/builds Emacs for OSX].&lt;br /&gt;
&lt;br /&gt;
== Aquamacs ==&lt;br /&gt;
&lt;br /&gt;
A near-OS-X-native port of GNU Emacs, integrating Emacs with all the features of Mac OS X. Available [http://aquamacs.org/ here]. As of January 2015, the latest version (3.2) is based on Emacs 24.4. Comes bundled with some handy packages like [[AUCTeX]].&lt;br /&gt;
&lt;br /&gt;
[[Category:OS X]][[Category:Beginner]][[Category:Install Or Upgrade]][[Category:Emacs-23]][[Category:Emacs-23.4]][[Category:Emacs-24]]&lt;/div&gt;</summary>
		<author><name>Antoinell</name></author>
	</entry>
	<entry>
		<id>https://wikemacs.org/index.php?title=Installing_Emacs_on_OS_X&amp;diff=50922</id>
		<title>Installing Emacs on OS X</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Installing_Emacs_on_OS_X&amp;diff=50922"/>
		<updated>2020-12-26T23:45:04Z</updated>

		<summary type="html">&lt;p&gt;Antoinell: Updating home-brew install process&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;OS X comes with a preinstalled version of Emacs, but alas it is the outdated Emacs 22. Fortunately, obtaining a newer release is really simple. There are several popular ways to do it. &lt;br /&gt;
&lt;br /&gt;
== Emacs 24 ==&lt;br /&gt;
&lt;br /&gt;
=== As a binary package ===&lt;br /&gt;
&lt;br /&gt;
Simply download a binary from [http://emacsformacosx.com Emacs for OSX].&lt;br /&gt;
&lt;br /&gt;
The above binary distribution bundled with up-to-date versions [http://www.gnu.org/software/auctex/ AUCTeX], [http://ess.r-project.org ESS] and a few other useful tools is available &lt;br /&gt;
from [http://vgoulet.act.ulaval.ca/en/emacs/mac/ Vincent Goulet's web site].&lt;br /&gt;
&lt;br /&gt;
=== MacPorts ===&lt;br /&gt;
&lt;br /&gt;
If you have [https://www.macports.org/ MacPorts] installed, you can just do:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo port install emacs&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to install Emacs 24. The MacPorts installer updates your PATH environment variable, so the MacPorts build of Emacs should be found by your shell before the (outdated) build that comes with Mac OS when you type 'emacs'. If you prefer the Emacs.app build, that's available by executing:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo port install emacs-app&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Homebrew ===&lt;br /&gt;
&lt;br /&gt;
Emacs 27 is also available via [https://brew.sh]. &lt;br /&gt;
Just type the following incantation in your shell and you’re done:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ brew update&lt;br /&gt;
$ brew install emacs&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Chances are good you have an older version of Emacs installed by default with OS X. It's suggested you to remove that older Emacs version to avoid conflicts with the new one. Do this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo rm /usr/bin/emacs&lt;br /&gt;
$ sudo rm -rf /usr/share/emacs&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
That’s all folks! You may now proceed to the configuration section.&lt;br /&gt;
&lt;br /&gt;
=== Homebrew recommended by brew ===&lt;br /&gt;
&lt;br /&gt;
Brew now recommends emacs to be installed as&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
brew cask install emacs&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
But that doesn't create /usr/local/bin/emacs. &lt;br /&gt;
&lt;br /&gt;
You may follow [https://emacsformacosx.com/tips Emacs for Mac OS X, Tips] on how to create scripts for running emacs and emacsclient.&lt;br /&gt;
&lt;br /&gt;
=== Rudix ===&lt;br /&gt;
&lt;br /&gt;
Emacs is easy to install directly from [http://rudix.org Rudix] as a .pkg or with the Rudix command line tool:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
% sudo rudix install emacs&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Emacs 23 ==&lt;br /&gt;
&lt;br /&gt;
Binaries for Emacs 23 are still available from [http://emacsformacosx.com/builds Emacs for OSX].&lt;br /&gt;
&lt;br /&gt;
== Aquamacs ==&lt;br /&gt;
&lt;br /&gt;
A near-OS-X-native port of GNU Emacs, integrating Emacs with all the features of Mac OS X. Available [http://aquamacs.org/ here]. As of January 2015, the latest version (3.2) is based on Emacs 24.4. Comes bundled with some handy packages like [[AUCTeX]].&lt;br /&gt;
&lt;br /&gt;
[[Category:OS X]][[Category:Beginner]][[Category:Install Or Upgrade]][[Category:Emacs-23]][[Category:Emacs-23.4]][[Category:Emacs-24]]&lt;/div&gt;</summary>
		<author><name>Antoinell</name></author>
	</entry>
</feed>