<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Emacs Comint</title>
	<atom:link href="http://curiousprogrammer.wordpress.com/2009/03/27/emacs-comint/feed/" rel="self" type="application/rss+xml" />
	<link>http://curiousprogrammer.wordpress.com/2009/03/27/emacs-comint/</link>
	<description>Leveraging Perl and Emacs</description>
	<lastBuildDate>Sat, 15 Jun 2013 02:12:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Jared</title>
		<link>http://curiousprogrammer.wordpress.com/2009/03/27/emacs-comint/#comment-7401</link>
		<dc:creator><![CDATA[Jared]]></dc:creator>
		<pubDate>Fri, 27 Mar 2009 23:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=413#comment-7401</guid>
		<description><![CDATA[Hi Ivan,

I think with your single instance of vim per project, you are the exception that proves the rule.

And I didn&#039;t say that vim can&#039;t interact with asynchronous processes.  My claim is that the asynchronous process support in emacs is superb whereas in vim it is not.  Hopefully my next comint post will make it clear just how good/easy it is in emacs.

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi Ivan,</p>
<p>I think with your single instance of vim per project, you are the exception that proves the rule.</p>
<p>And I didn&#8217;t say that vim can&#8217;t interact with asynchronous processes.  My claim is that the asynchronous process support in emacs is superb whereas in vim it is not.  Hopefully my next comint post will make it clear just how good/easy it is in emacs.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Čukić</title>
		<link>http://curiousprogrammer.wordpress.com/2009/03/27/emacs-comint/#comment-7400</link>
		<dc:creator><![CDATA[Ivan Čukić]]></dc:creator>
		<pubDate>Fri, 27 Mar 2009 11:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=413#comment-7400</guid>
		<description><![CDATA[I never open multiple instances of Vim, unless I work on two projects at the same time, in which case I open one instance per project...

As for the async processes, since Vim has the ability to be extended using Python, you could write threaded, thus async parts. For example, I had connected the iNotify python library which is an async process with my ctags-based plug-in for refreshing the database.]]></description>
		<content:encoded><![CDATA[<p>I never open multiple instances of Vim, unless I work on two projects at the same time, in which case I open one instance per project&#8230;</p>
<p>As for the async processes, since Vim has the ability to be extended using Python, you could write threaded, thus async parts. For example, I had connected the iNotify python library which is an async process with my ctags-based plug-in for refreshing the database.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
