<?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=78.86.117.96</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=78.86.117.96"/>
	<link rel="alternate" type="text/html" href="https://wikemacs.org/wiki/Special:Contributions/78.86.117.96"/>
	<updated>2026-04-24T13:51:46Z</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=3055</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=3055"/>
		<updated>2012-06-26T16:00:33Z</updated>

		<summary type="html">&lt;p&gt;78.86.117.96: /* Build it from source */ Create an alias for emacs, leaving the default emacs installed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;OSX comes with a preinstalled version of Emacs, but alas it the oudated Emacs 22. Obtaining a newer Emacs on OS X 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;
=== Build it from source ===&lt;br /&gt;
&lt;br /&gt;
The second easy way to obtain Emacs 24 is via [http://mxcl.github.com/homebrew/ homebrew]. 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 --cocoa&lt;br /&gt;
$ ln -s /usr/local/Cellar/emacs/24.1/Emacs.app /Applications&lt;br /&gt;
or&lt;br /&gt;
$ cp -r /usr/local/Cellar/emacs/Emacs.app /Applications/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
The second step is optional, but it’s recommended if you like to start Emacs from the launchpad or from Spotlight.&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;
Or just create an alias in your shell and when you invoke 'emacs' it will run the newly installed version:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ alias emacs=&amp;quot;/usr/local/Cellar/emacs/24.1/Emacs.app/Contents/MacOS/Emacs -nw&amp;quot;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To make it permanent, if using bash, add that line to ~/.bash_profile.&lt;br /&gt;
&lt;br /&gt;
That’s all folk! You may now proceed to the configuration section.&lt;br /&gt;
&lt;br /&gt;
== Emacs 23 ==&lt;br /&gt;
&lt;br /&gt;
=== As a binary package ===&lt;br /&gt;
&lt;br /&gt;
Simply download a binary from [http://emacsformacosx.com/builds Emacs for OSX].&lt;br /&gt;
&lt;br /&gt;
=== Use a package manager (Emacs 23 only at time of writing) ===&lt;br /&gt;
&lt;br /&gt;
* Fink&lt;br /&gt;
* MacPorts&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
port install emacs&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can add &amp;lt;tt&amp;gt;+&amp;lt;variant&amp;gt; [+&amp;lt;variant&amp;gt;...]&amp;lt;/tt&amp;gt; where &amp;lt;tt&amp;gt;variant&amp;lt;/tt&amp;gt; is one or more of:&lt;br /&gt;
* dbus: Builds emacs with D-Bus support&lt;br /&gt;
* gtk: Builds emacs as an X11 program with GTK+2 widgets&lt;br /&gt;
* motif: Builds emacs as an X11 program with Motif &lt;br /&gt;
* universal: Build for multiple architectures&lt;br /&gt;
* x11: Builds emacs as a X11 program with Lucid widgets&lt;br /&gt;
The gtk, motif and x11 variants require (depend on) MacPorts' X11 libraries. They're mutually exclusive.&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.&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>78.86.117.96</name></author>
	</entry>
	<entry>
		<id>https://wikemacs.org/index.php?title=Installing_Emacs_on_OS_X&amp;diff=3054</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=3054"/>
		<updated>2012-06-26T15:56:42Z</updated>

		<summary type="html">&lt;p&gt;78.86.117.96: /* Build it from source */ removing the 'HEAD' directory as emacs is at 24.1 officially now and brew installs that. If the user wanted HEAD, then they already should know what they are doing...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;OSX comes with a preinstalled version of Emacs, but alas it the oudated Emacs 22. Obtaining a newer Emacs on OS X 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;
=== Build it from source ===&lt;br /&gt;
&lt;br /&gt;
The second easy way to obtain Emacs 24 is via [http://mxcl.github.com/homebrew/ homebrew]. 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 --cocoa&lt;br /&gt;
$ ln -s /usr/local/Cellar/emacs/24.1/Emacs.app /Applications&lt;br /&gt;
or&lt;br /&gt;
$ cp -r /usr/local/Cellar/emacs/Emacs.app /Applications/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
The second step is optional, but it’s recommended if you like to start Emacs from the launchpad or from Spotlight.&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;
That’s all folk! You may now proceed to the configuration section.&lt;br /&gt;
&lt;br /&gt;
== Emacs 23 ==&lt;br /&gt;
&lt;br /&gt;
=== As a binary package ===&lt;br /&gt;
&lt;br /&gt;
Simply download a binary from [http://emacsformacosx.com/builds Emacs for OSX].&lt;br /&gt;
&lt;br /&gt;
=== Use a package manager (Emacs 23 only at time of writing) ===&lt;br /&gt;
&lt;br /&gt;
* Fink&lt;br /&gt;
* MacPorts&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
port install emacs&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can add &amp;lt;tt&amp;gt;+&amp;lt;variant&amp;gt; [+&amp;lt;variant&amp;gt;...]&amp;lt;/tt&amp;gt; where &amp;lt;tt&amp;gt;variant&amp;lt;/tt&amp;gt; is one or more of:&lt;br /&gt;
* dbus: Builds emacs with D-Bus support&lt;br /&gt;
* gtk: Builds emacs as an X11 program with GTK+2 widgets&lt;br /&gt;
* motif: Builds emacs as an X11 program with Motif &lt;br /&gt;
* universal: Build for multiple architectures&lt;br /&gt;
* x11: Builds emacs as a X11 program with Lucid widgets&lt;br /&gt;
The gtk, motif and x11 variants require (depend on) MacPorts' X11 libraries. They're mutually exclusive.&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.&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>78.86.117.96</name></author>
	</entry>
	<entry>
		<id>https://wikemacs.org/index.php?title=User_talk:Kindahero&amp;diff=2787</id>
		<title>User talk:Kindahero</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=User_talk:Kindahero&amp;diff=2787"/>
		<updated>2012-04-29T17:39:16Z</updated>

		<summary type="html">&lt;p&gt;78.86.117.96: Missing fringes note&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Any comments/critics/suggestions regarding my actions on this site are heartly welcome. [[User:Kindahero|Kindahero]] 22:08, 29 March 2012 (EEST)&lt;br /&gt;
&lt;br /&gt;
Hi, the picture regarding Emacs' buffers/windows... there is one thing missing: fringes. They are not missing in the picture, but you forgot to mention them. There is even one with a 'wrapped' arrow. Thanks, dotemacs&lt;/div&gt;</summary>
		<author><name>78.86.117.96</name></author>
	</entry>
</feed>