<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Emacs as a powerful Python IDE</title>
	<atom:link href="http://www.enigmacurry.com/2008/05/09/emacs-as-a-powerful-python-ide/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.enigmacurry.com/2008/05/09/emacs-as-a-powerful-python-ide/</link>
	<description>The Curry Enigma</description>
	<pubDate>Mon, 06 Oct 2008 11:19:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Suren</title>
		<link>http://www.enigmacurry.com/2008/05/09/emacs-as-a-powerful-python-ide/#comment-65473</link>
		<dc:creator>Suren</dc:creator>
		<pubDate>Sat, 13 Sep 2008 14:10:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.enigmacurry.com/?p=146#comment-65473</guid>
		<description>same

error: Pymacs got and invalid initial reply

any suggestion</description>
		<content:encoded><![CDATA[<p>same</p>
<p>error: Pymacs got and invalid initial reply</p>
<p>any suggestion</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.enigmacurry.com/2008/05/09/emacs-as-a-powerful-python-ide/#comment-59550</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Fri, 11 Jul 2008 14:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.enigmacurry.com/?p=146#comment-59550</guid>
		<description>Hey Ryan,

Not sure why I had 21. I just installed the snapshot, and everything works! 

Thanks</description>
		<content:encoded><![CDATA[<p>Hey Ryan,</p>
<p>Not sure why I had 21. I just installed the snapshot, and everything works! </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://www.enigmacurry.com/2008/05/09/emacs-as-a-powerful-python-ide/#comment-59503</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Thu, 10 Jul 2008 22:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.enigmacurry.com/?p=146#comment-59503</guid>
		<description>Hi Justin,

I may be mistaken, but I believe that ERC was not distributed with Emacs 21, so thats probably your problem. 

Like you tried, you should just be able to uncomment the erc bits. Be aware that in my dot-emacs there is 1) a require line near the top, 2) a ryan-erc line a bit futher down, and 3) several erc-* lines at the very bottom in the customize section.

I'm currently using Emacs 23, which is the latest "emacs-snapshot" package on Ubuntu. It is still a development package, but it is rock solid stable in my tests. Emacs 22 is the current version you get when you install "emacs" on ubuntu 8.04. Both 23 and 22 include ERC.

Emacs 21 is pretty old by now, is there a specific reason you're still using it?</description>
		<content:encoded><![CDATA[<p>Hi Justin,</p>
<p>I may be mistaken, but I believe that ERC was not distributed with Emacs 21, so thats probably your problem. </p>
<p>Like you tried, you should just be able to uncomment the erc bits. Be aware that in my dot-emacs there is 1) a require line near the top, 2) a ryan-erc line a bit futher down, and 3) several erc-* lines at the very bottom in the customize section.</p>
<p>I&#039;m currently using Emacs 23, which is the latest &#034;emacs-snapshot&#034; package on Ubuntu. It is still a development package, but it is rock solid stable in my tests. Emacs 22 is the current version you get when you install &#034;emacs&#034; on ubuntu 8.04. Both 23 and 22 include ERC.</p>
<p>Emacs 21 is pretty old by now, is there a specific reason you&#039;re still using it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.enigmacurry.com/2008/05/09/emacs-as-a-powerful-python-ide/#comment-59489</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 10 Jul 2008 18:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.enigmacurry.com/?p=146#comment-59489</guid>
		<description>Great post, thanks! I tried using your setup, with Emacs 21.4.1 on Ubuntu 8.04 but I keep getting this error when starting up emacs:

"Required feature erc was not provided"

I tried commenting this out in the .emacs but then it complained that 'url' was not provided.

Any suggestions?</description>
		<content:encoded><![CDATA[<p>Great post, thanks! I tried using your setup, with Emacs 21.4.1 on Ubuntu 8.04 but I keep getting this error when starting up emacs:</p>
<p>&#034;Required feature erc was not provided&#034;</p>
<p>I tried commenting this out in the .emacs but then it complained that &#039;url&#039; was not provided.</p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregg</title>
		<link>http://www.enigmacurry.com/2008/05/09/emacs-as-a-powerful-python-ide/#comment-58174</link>
		<dc:creator>Gregg</dc:creator>
		<pubDate>Fri, 13 Jun 2008 22:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.enigmacurry.com/?p=146#comment-58174</guid>
		<description>I've been using Emacs for a long time, not all 32 years, but a significant fraction, on many different computers.  I've been using Python for 4-5 years, always with Emacs as my IDE.  The one thing that drives me nuts is how the interpreter interacts with  execute buffer/region/def/class.  The buffer ends up in Python without its package, as if it had been typed into the interpreter.  So the code behaves differently than if you were running from the command line.  This is most troublesome if you've split your code up into multiple files.  Any one have a fix for this?</description>
		<content:encoded><![CDATA[<p>I&#039;ve been using Emacs for a long time, not all 32 years, but a significant fraction, on many different computers.  I&#039;ve been using Python for 4-5 years, always with Emacs as my IDE.  The one thing that drives me nuts is how the interpreter interacts with  execute buffer/region/def/class.  The buffer ends up in Python without its package, as if it had been typed into the interpreter.  So the code behaves differently than if you were running from the command line.  This is most troublesome if you&#039;ve split your code up into multiple files.  Any one have a fix for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paradox1x</title>
		<link>http://www.enigmacurry.com/2008/05/09/emacs-as-a-powerful-python-ide/#comment-57410</link>
		<dc:creator>paradox1x</dc:creator>
		<pubDate>Fri, 30 May 2008 20:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.enigmacurry.com/?p=146#comment-57410</guid>
		<description>&lt;strong&gt;Aquamacs - I am home...&lt;/strong&gt;

If you like Emacs, and are looking for version that plays well in OS-X land, it looks like Aquamacs is......</description>
		<content:encoded><![CDATA[<p><strong>Aquamacs - I am home&#8230;</strong></p>
<p>If you like Emacs, and are looking for version that plays well in OS-X land, it looks like Aquamacs is&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://www.enigmacurry.com/2008/05/09/emacs-as-a-powerful-python-ide/#comment-57349</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Thu, 29 May 2008 18:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.enigmacurry.com/?p=146#comment-57349</guid>
		<description>linuxunil,

The "dot-emacs" file in my tarball above is the starting point for where things are loaded. I've sectioned each mode of emacs into various files called ryan-XX where XX is the name of the mode that the file configures. In the dot-emacs file you can simply comment out the loading of each ryan-XX file. If you comment out all of them you are left with a pretty much standard/default emacs install. You can then uncomment each of them, one at a time, as well as tweak the internals of each one individually.

But, you may be just better off not using my environment at all and just reading it and taking out good ideas here and there. I believe that is what sontek is actually doing.

Thanks for dropping by!</description>
		<content:encoded><![CDATA[<p>linuxunil,</p>
<p>The &#034;dot-emacs&#034; file in my tarball above is the starting point for where things are loaded. I&#039;ve sectioned each mode of emacs into various files called ryan-XX where XX is the name of the mode that the file configures. In the dot-emacs file you can simply comment out the loading of each ryan-XX file. If you comment out all of them you are left with a pretty much standard/default emacs install. You can then uncomment each of them, one at a time, as well as tweak the internals of each one individually.</p>
<p>But, you may be just better off not using my environment at all and just reading it and taking out good ideas here and there. I believe that is what sontek is actually doing.</p>
<p>Thanks for dropping by!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linuxunil</title>
		<link>http://www.enigmacurry.com/2008/05/09/emacs-as-a-powerful-python-ide/#comment-57348</link>
		<dc:creator>linuxunil</dc:creator>
		<pubDate>Thu, 29 May 2008 18:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.enigmacurry.com/?p=146#comment-57348</guid>
		<description>You mentioned sontek using your environment as a template.  I would like to do the same and was wondering what resources there are out there to make this easier.  I've been using emacs in school for a while but never really looked into customizing it until now.</description>
		<content:encoded><![CDATA[<p>You mentioned sontek using your environment as a template.  I would like to do the same and was wondering what resources there are out there to make this easier.  I&#039;ve been using emacs in school for a while but never really looked into customizing it until now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Carroll &#187; Blog Archive &#187; Old School Editors for Python Development</title>
		<link>http://www.enigmacurry.com/2008/05/09/emacs-as-a-powerful-python-ide/#comment-56468</link>
		<dc:creator>Nick Carroll &#187; Blog Archive &#187; Old School Editors for Python Development</dc:creator>
		<pubDate>Mon, 12 May 2008 11:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.enigmacurry.com/?p=146#comment-56468</guid>
		<description>[...] are a couple of good resources for configuring Vim and Emacs for Python development. I know more key-bindings with Emacs than Vim, so my preference is for [...]</description>
		<content:encoded><![CDATA[<p>[...] are a couple of good resources for configuring Vim and Emacs for Python development. I know more key-bindings with Emacs than Vim, so my preference is for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.enigmacurry.com/2008/05/09/emacs-as-a-powerful-python-ide/#comment-56420</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sun, 11 May 2008 23:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.enigmacurry.com/?p=146#comment-56420</guid>
		<description>I have also found http://www.emacswiki.org/cgi-bin/emacs/blank-mode.el very useful when trying to sort out mixed tab / space nonsense (in addition to the built in tabify/untabify)</description>
		<content:encoded><![CDATA[<p>I have also found <a href="http://www.emacswiki.org/cgi-bin/emacs/blank-mode.el" rel="nofollow">http://www.emacswiki.org/cgi-bin/emacs/blank-mode.el</a> very useful when trying to sort out mixed tab / space nonsense (in addition to the built in tabify/untabify)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
