<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">Thanks to Mike and Pascal, but we're talking past each other :-) The last thing I want to do is install yet another Emacs.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">David's initial post was meant for people who may sometimes need to run Emacs in a Terminal window. Those people can use the "emacs" command that comes with OS X. Trouble is, they'll get Emacs version 22, which is old. If you're reading this list, you have Aquamacs, so you already have a better Emacs installed. David described a new way to start Aquamacs, so that it's compatible with running inside a Terminal window.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">My post was about problems I had getting it to work.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">I have MacPorts, so I could easily install a newer version of Emacs. I don't want to consume the disk space, but much more importantly I don't want more copies of the .el libraries, more paths to manage, having to make my startup files work in all versions, etc. I'd much rather just make the "emacs" command run Aquamacs, as David suggested.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">-- Pete<div><br></div></div></div></div>
<br><div class="gmail_quote">On Tue, Jun 21, 2016 at 1:45 PM, Pascal J. Bourguignon <span dir="ltr"><<a href="mailto:pjb@informatimago.com" target="_blank">pjb@informatimago.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Pete Siemsen <<a href="mailto:siemsen@ucar.edu">siemsen@ucar.edu</a>> writes:<br>
<br>
> Mac OS 10.11.5. My path includes/usr/bin. I can easily run<br>
> /usr/bin/emacs and get Emacs version 22 in a Terminal window. The<br>
> beginning of this thread described the issue: having a way to get a<br>
> more recent version of Emacs than 22, in a Terminal window.<br>
<br>
</span>1- Install MacPorts, from <a href="https://www.macports.org/" rel="noreferrer" target="_blank">https://www.macports.org/</a><br>
   <a href="https://www.macports.org/install.php" rel="noreferrer" target="_blank">https://www.macports.org/install.php</a><br>
<br>
2- sudo port install emacs<br>
<br>
This installs emacs 24.5.1 in /opt/local/bin/emacs<br>
<br>
<br>
Or download, compile and install it yourself with a single line in the Terminal.app:<br>
<br>
VERSION=24.5 ; wget <a href="ftp://ftp.gnu.org/gnu/emacs/emacs-${VERSION}.tar.gz" rel="noreferrer" target="_blank">ftp://ftp.gnu.org/gnu/emacs/emacs-${VERSION}.tar.gz</a> && tar zxf emacs-${VERSION}.tar.gz && cd emacs-${VERSION} && ./configure && make && sudo make install<br>
<br>
This installs the latest emacs 24.5 in /usr/local/bin/emacs<br>
<br>
The advantage of downloading and compiling your own emacs is that you<br>
can adjust the configuration, passing the parameters you want or need<br>
for your specific case.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
__Pascal Bourguignon__                 <a href="http://www.informatimago.com/" rel="noreferrer" target="_blank">http://www.informatimago.com/</a><br>
“The factory of the future will have only two employees, a man and a<br>
dog. The man will be there to feed the dog. The dog will be there to<br>
keep the man from touching the equipment.” -- Carl Bass CEO Autodesk<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
<br>
_____________________________________________________________<br>
MacOSX-Emacs mailing list<br>
<a href="mailto:MacOSX-Emacs@email.esm.psu.edu">MacOSX-Emacs@email.esm.psu.edu</a><br>
<a href="https://email.esm.psu.edu/mailman/listinfo/macosx-emacs" rel="noreferrer" target="_blank">https://email.esm.psu.edu/mailman/listinfo/macosx-emacs</a><br>
List Archives: <a href="http://dir.gmane.org/gmane.emacs.macintosh.osx" rel="noreferrer" target="_blank">http://dir.gmane.org/gmane.emacs.macintosh.osx</a><br>
</div></div></blockquote></div><br></div>