<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.12-alpha" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Emacs in MacOS X 10.5 Leopard</title>
	<link>http://www.lshift.net/blog/2007/11/27/emacs-in-macos-x-105-leopard</link>
	<description>What happens at LShift</description>
	<pubDate>Fri, 21 Nov 2008 20:37:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.12-alpha</generator>

	<item>
		<title>by: mikeb</title>
		<link>http://www.lshift.net/blog/2007/11/27/emacs-in-macos-x-105-leopard#comment-96719</link>
		<pubDate>Fri, 16 May 2008 11:12:59 +0000</pubDate>
		<guid>http://www.lshift.net/blog/2007/11/27/emacs-in-macos-x-105-leopard#comment-96719</guid>
					<description>&lt;p&gt;General caveat: things may have moved on since last November.  In particular, it sounds like MacPorts (used to be "DarwinPorts") at least has caught up.&lt;/p&gt;

&lt;p&gt;@Eric:
Take a look in config.log to see what the precise problem is (likely to be a library it can't find).  Reinstalling the XCode distribution may help.&lt;/p&gt;

&lt;p&gt;Unless you specifically want to use X, you could Carbonise the emacs that is distributed with Leopard, or use the disk image.&lt;/p&gt;

&lt;p&gt;@Peter:
/usr/bin/emacs, if it's indeed the one distributed with Leopard, will run in a term.  You can also force this with "emacs -nw", as Tony mentioned.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>General caveat: things may have moved on since last November.  In particular, it sounds like MacPorts (used to be &#8220;DarwinPorts&#8221;) at least has caught up.</p>
<p>@Eric:<br />
Take a look in config.log to see what the precise problem is (likely to be a library it can&#8217;t find).  Reinstalling the XCode distribution may help.</p>
<p>Unless you specifically want to use X, you could Carbonise the emacs that is distributed with Leopard, or use the disk image.</p>
<p>@Peter:<br />
/usr/bin/emacs, if it&#8217;s indeed the one distributed with Leopard, will run in a term.  You can also force this with &#8220;emacs -nw&#8221;, as Tony mentioned.</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: tonyg</title>
		<link>http://www.lshift.net/blog/2007/11/27/emacs-in-macos-x-105-leopard#comment-96385</link>
		<pubDate>Wed, 14 May 2008 18:22:19 +0000</pubDate>
		<guid>http://www.lshift.net/blog/2007/11/27/emacs-in-macos-x-105-leopard#comment-96385</guid>
					<description>&lt;p&gt;@MG: Does "emacs -nw" work? It should run in your terminal, without opening a new X window. Alternatively, unset DISPLAY (or set it to the empty string) before running emacs, perhaps.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@MG: Does &#8220;emacs -nw&#8221; work? It should run in your terminal, without opening a new X window. Alternatively, unset DISPLAY (or set it to the empty string) before running emacs, perhaps.</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: MG</title>
		<link>http://www.lshift.net/blog/2007/11/27/emacs-in-macos-x-105-leopard#comment-96379</link>
		<pubDate>Wed, 14 May 2008 17:10:59 +0000</pubDate>
		<guid>http://www.lshift.net/blog/2007/11/27/emacs-in-macos-x-105-leopard#comment-96379</guid>
					<description>&lt;p&gt;For now I'm just going to install the MacPorts version.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>For now I&#8217;m just going to install the MacPorts version.</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: MG</title>
		<link>http://www.lshift.net/blog/2007/11/27/emacs-in-macos-x-105-leopard#comment-96378</link>
		<pubDate>Wed, 14 May 2008 17:07:08 +0000</pubDate>
		<guid>http://www.lshift.net/blog/2007/11/27/emacs-in-macos-x-105-leopard#comment-96378</guid>
					<description>&lt;p&gt;I followed your steps to apply the patch, and it worked perfectly, except now my version of EMACS is the GUI version (running in X11).&lt;/p&gt;

&lt;p&gt;Do you know if it's possible to use the same install to run the non-graphical flavor (the default on 10.4 at least)?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I followed your steps to apply the patch, and it worked perfectly, except now my version of EMACS is the GUI version (running in X11).</p>
<p>Do you know if it&#8217;s possible to use the same install to run the non-graphical flavor (the default on 10.4 at least)?</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Eric</title>
		<link>http://www.lshift.net/blog/2007/11/27/emacs-in-macos-x-105-leopard#comment-94702</link>
		<pubDate>Wed, 07 May 2008 06:13:51 +0000</pubDate>
		<guid>http://www.lshift.net/blog/2007/11/27/emacs-in-macos-x-105-leopard#comment-94702</guid>
					<description>&lt;p&gt;Hi when I try the ocnfigure command I get:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;
/Users/ericg/emacs-22.1&#62;./configure --without-carbon --with-x --prefix=/usr/local
checking build system type... i386-apple-darwin9.2.2
checking host system type... i386-apple-darwin9.2.2
checking for gcc... gcc
checking for C compiler default output file name... 
configure: error: C compiler cannot create executables
See `config.log' for more details.
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Any help is appreciated !&lt;/p&gt;

&lt;p&gt;Eric&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi when I try the ocnfigure command I get:</p>
<p><code><br />
/Users/ericg/emacs-22.1&gt;./configure --without-carbon --with-x --prefix=/usr/local<br />
checking build system type... i386-apple-darwin9.2.2<br />
checking host system type... i386-apple-darwin9.2.2<br />
checking for gcc... gcc<br />
checking for C compiler default output file name...<br />
configure: error: C compiler cannot create executables<br />
See `config.log' for more details.<br />
</code></p>
<p>Any help is appreciated !</p>
<p>Eric</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Heiko</title>
		<link>http://www.lshift.net/blog/2007/11/27/emacs-in-macos-x-105-leopard#comment-87353</link>
		<pubDate>Fri, 14 Mar 2008 20:18:30 +0000</pubDate>
		<guid>http://www.lshift.net/blog/2007/11/27/emacs-in-macos-x-105-leopard#comment-87353</guid>
					<description>&lt;p&gt;Thanks man, I tried option "Compile your own Emacs" and was there in 5 min. This was very helpful for me!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks man, I tried option &#8220;Compile your own Emacs&#8221; and was there in 5 min. This was very helpful for me!</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Peter Szolovits</title>
		<link>http://www.lshift.net/blog/2007/11/27/emacs-in-macos-x-105-leopard#comment-84914</link>
		<pubDate>Sat, 16 Feb 2008 01:32:25 +0000</pubDate>
		<guid>http://www.lshift.net/blog/2007/11/27/emacs-in-macos-x-105-leopard#comment-84914</guid>
					<description>&lt;p&gt;I'm confused by this thread. On my 10.5.2 system, the only emacs installation I see in the places mentioned here is /usr/bin/emacs, which tells me it's version 21.2.1. I do use Aquamacs (and like it, despite having been an emacs user since the first version), but would like a simple emacs that can run in a terminal window for quick edits.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m confused by this thread. On my 10.5.2 system, the only emacs installation I see in the places mentioned here is /usr/bin/emacs, which tells me it&#8217;s version 21.2.1. I do use Aquamacs (and like it, despite having been an emacs user since the first version), but would like a simple emacs that can run in a terminal window for quick edits.</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: mikeb</title>
		<link>http://www.lshift.net/blog/2007/11/27/emacs-in-macos-x-105-leopard#comment-82969</link>
		<pubDate>Thu, 31 Jan 2008 15:47:31 +0000</pubDate>
		<guid>http://www.lshift.net/blog/2007/11/27/emacs-in-macos-x-105-leopard#comment-82969</guid>
					<description>&lt;p&gt;Catherine,&lt;/p&gt;

&lt;p&gt;/usr/bin/emacs will almost certainly be the one that came with Leopard.  But it looks like another one is first in your path.&lt;/p&gt;

&lt;p&gt;You can find out what just 'emacs' gets you by typing "which emacs" -- probably the result will be /usr/local/emacs (built locally or maybe from Darwin Ports) or /sw/bin/emacs (from Fink).  "echo $PATH" will tell you where and in which order the shell is looking.&lt;/p&gt;

&lt;p&gt;You'll need to be superuser to remove things under /sw/bin:
"sudo rm /sw/bin/emacs".&lt;/p&gt;

&lt;p&gt;HTH,
mikeb&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Catherine,</p>
<p>/usr/bin/emacs will almost certainly be the one that came with Leopard.  But it looks like another one is first in your path.</p>
<p>You can find out what just &#8216;emacs&#8217; gets you by typing &#8220;which emacs&#8221; &#8212; probably the result will be /usr/local/emacs (built locally or maybe from Darwin Ports) or /sw/bin/emacs (from Fink).  &#8220;echo $PATH&#8221; will tell you where and in which order the shell is looking.</p>
<p>You&#8217;ll need to be superuser to remove things under /sw/bin:<br />
&#8220;sudo rm /sw/bin/emacs&#8221;.</p>
<p>HTH,<br />
mikeb</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Catherine</title>
		<link>http://www.lshift.net/blog/2007/11/27/emacs-in-macos-x-105-leopard#comment-82729</link>
		<pubDate>Tue, 29 Jan 2008 19:41:56 +0000</pubDate>
		<guid>http://www.lshift.net/blog/2007/11/27/emacs-in-macos-x-105-leopard#comment-82729</guid>
					<description>&lt;p&gt;NB if I do
emacs --version&lt;/p&gt;

&lt;p&gt;I get 
GNU Emacs 21.2.1
Copyright (C) 2001 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.&lt;/p&gt;

&lt;p&gt;So, a different version..&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>NB if I do<br />
emacs &#8211;version</p>
<p>I get<br />
GNU Emacs 21.2.1<br />
Copyright (C) 2001 Free Software Foundation, Inc.<br />
GNU Emacs comes with ABSOLUTELY NO WARRANTY.<br />
You may redistribute copies of Emacs<br />
under the terms of the GNU General Public License.<br />
For more information about these matters, see the file named COPYING.</p>
<p>So, a different version..</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Catherine</title>
		<link>http://www.lshift.net/blog/2007/11/27/emacs-in-macos-x-105-leopard#comment-82728</link>
		<pubDate>Tue, 29 Jan 2008 19:40:09 +0000</pubDate>
		<guid>http://www.lshift.net/blog/2007/11/27/emacs-in-macos-x-105-leopard#comment-82728</guid>
					<description>&lt;p&gt;I had the problem described above, i.e. I've just upgraded to Mac OS X 10.5 and when I try to use emacs I get the following error:&lt;/p&gt;

&lt;p&gt;Fatal malloc_jumpstart() error&lt;/p&gt;

&lt;p&gt;I tried to delete /sw/bin/emacs, as suggested above under "Use the emacs that comes with Leopard", but it said "Permission denied".&lt;/p&gt;

&lt;p&gt;I then did:
/usr/bin/emacs –version
and got:
GNU Emacs 22.1.1
Copyright (C) 2007 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.&lt;/p&gt;

&lt;p&gt;So it would seem that it is the correct version (22.1.1, right?), but it's still not working.  Any ideas?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I had the problem described above, i.e. I&#8217;ve just upgraded to Mac OS X 10.5 and when I try to use emacs I get the following error:</p>
<p>Fatal malloc_jumpstart() error</p>
<p>I tried to delete /sw/bin/emacs, as suggested above under &#8220;Use the emacs that comes with Leopard&#8221;, but it said &#8220;Permission denied&#8221;.</p>
<p>I then did:<br />
/usr/bin/emacs –version<br />
and got:<br />
GNU Emacs 22.1.1<br />
Copyright (C) 2007 Free Software Foundation, Inc.<br />
GNU Emacs comes with ABSOLUTELY NO WARRANTY.<br />
You may redistribute copies of Emacs<br />
under the terms of the GNU General Public License.<br />
For more information about these matters, see the file named COPYING.</p>
<p>So it would seem that it is the correct version (22.1.1, right?), but it&#8217;s still not working.  Any ideas?</p>
]]></content:encoded>
				</item>
</channel>
</rss>
