<?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/"
		>
<channel>
	<title>Comments on: Compiling and running scripts in Emacs</title>
	<atom:link href="http://www.masteringemacs.org/articles/2012/05/29/compiling-running-scripts-emacs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.masteringemacs.org/articles/2012/05/29/compiling-running-scripts-emacs/</link>
	<description>a blog about mastering the world&#039;s best text editor</description>
	<lastBuildDate>Fri, 17 May 2013 21:26:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sue D. Nymme</title>
		<link>http://www.masteringemacs.org/articles/2012/05/29/compiling-running-scripts-emacs/#comment-22399</link>
		<dc:creator>Sue D. Nymme</dc:creator>
		<pubDate>Sat, 23 Mar 2013 01:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.masteringemacs.org/?p=551#comment-22399</guid>
		<description><![CDATA[I have bound &quot;compile&quot; to M-g c, and &quot;recompile&quot; to M-g r. It totally simplifies everything!]]></description>
		<content:encoded><![CDATA[<p>I have bound &#8220;compile&#8221; to M-g c, and &#8220;recompile&#8221; to M-g r. It totally simplifies everything!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: syohex</title>
		<link>http://www.masteringemacs.org/articles/2012/05/29/compiling-running-scripts-emacs/#comment-22108</link>
		<dc:creator>syohex</dc:creator>
		<pubDate>Fri, 01 Feb 2013 14:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.masteringemacs.org/?p=551#comment-22108</guid>
		<description><![CDATA[I recommend quickrun.el for such case. quickrun.el is a extension to execute editing buffer. You can execute
only M-x quickrun.

quickrun.el execute not only script languages(Perl, Ruby, Python etc), but also compiling languages(C, C++, Go, Java etc)

Please see my repository

https://github.com/syohex/emacs-quickrun

Thanks]]></description>
		<content:encoded><![CDATA[<p>I recommend quickrun.el for such case. quickrun.el is a extension to execute editing buffer. You can execute<br />
only M-x quickrun.</p>
<p>quickrun.el execute not only script languages(Perl, Ruby, Python etc), but also compiling languages(C, C++, Go, Java etc)</p>
<p>Please see my repository</p>
<p><a href="https://github.com/syohex/emacs-quickrun" rel="nofollow">https://github.com/syohex/emacs-quickrun</a></p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.masteringemacs.org/articles/2012/05/29/compiling-running-scripts-emacs/#comment-11244</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 03 Jul 2012 12:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.masteringemacs.org/?p=551#comment-11244</guid>
		<description><![CDATA[Great tutorial.

I just want to mention that instead of going to the compilation buffer and pressing &lt;pre&gt;g&lt;/pre&gt; to recompile it, you can also use &lt;pre&gt;M-x recompile&lt;/pre&gt; that will rerun the last command used by &lt;pre&gt;M-x compile&lt;/pre&gt;.

The advantage of &lt;pre&gt;M-x recompile&lt;/pre&gt; is that it works on any buffer (you don&#039;t need to jump over to the compilation buffer) and it also works if you have deleted your compilation buffer.]]></description>
		<content:encoded><![CDATA[<p>Great tutorial.</p>
<p>I just want to mention that instead of going to the compilation buffer and pressing
<pre>g</pre>
<p> to recompile it, you can also use
<pre>M-x recompile</pre>
<p> that will rerun the last command used by
<pre>M-x compile</pre>
<p>.</p>
<p>The advantage of
<pre>M-x recompile</pre>
<p> is that it works on any buffer (you don&#8217;t need to jump over to the compilation buffer) and it also works if you have deleted your compilation buffer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felix</title>
		<link>http://www.masteringemacs.org/articles/2012/05/29/compiling-running-scripts-emacs/#comment-9906</link>
		<dc:creator>felix</dc:creator>
		<pubDate>Wed, 30 May 2012 09:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.masteringemacs.org/?p=551#comment-9906</guid>
		<description><![CDATA[Right, that&#039;s what I&#039;m used to, but when in comint mode, this isn&#039;t as easy ;)]]></description>
		<content:encoded><![CDATA[<p>Right, that&#8217;s what I&#8217;m used to, but when in comint mode, this isn&#8217;t as easy <img src='http://www.masteringemacs.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mickey</title>
		<link>http://www.masteringemacs.org/articles/2012/05/29/compiling-running-scripts-emacs/#comment-9905</link>
		<dc:creator>mickey</dc:creator>
		<pubDate>Wed, 30 May 2012 07:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.masteringemacs.org/?p=551#comment-9905</guid>
		<description><![CDATA[Have you tried &lt;code&gt;auto-revert-tail-mode&lt;/code&gt; ?]]></description>
		<content:encoded><![CDATA[<p>Have you tried <code>auto-revert-tail-mode</code> ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Larson</title>
		<link>http://www.masteringemacs.org/articles/2012/05/29/compiling-running-scripts-emacs/#comment-9896</link>
		<dc:creator>Eric Larson</dc:creator>
		<pubDate>Tue, 29 May 2012 23:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.masteringemacs.org/?p=551#comment-9896</guid>
		<description><![CDATA[In the compile buffer you can hit &quot;g&quot; and it will recompile it for you.

There are modes as well for running both py.test and nose in a compile buffer. I ported the nose support to py.test.  The code is in marmelade and on bitbucket (http://bitbucket.org/elarson/pytest.el)

As an aside, I also use compile mode for tailing files so I don&#039;t have to start up another shell-mode buffer.]]></description>
		<content:encoded><![CDATA[<p>In the compile buffer you can hit &#8220;g&#8221; and it will recompile it for you.</p>
<p>There are modes as well for running both py.test and nose in a compile buffer. I ported the nose support to py.test.  The code is in marmelade and on bitbucket (<a href="http://bitbucket.org/elarson/pytest.el" rel="nofollow">http://bitbucket.org/elarson/pytest.el</a>)</p>
<p>As an aside, I also use compile mode for tailing files so I don&#8217;t have to start up another shell-mode buffer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felix</title>
		<link>http://www.masteringemacs.org/articles/2012/05/29/compiling-running-scripts-emacs/#comment-9895</link>
		<dc:creator>felix</dc:creator>
		<pubDate>Tue, 29 May 2012 22:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.masteringemacs.org/?p=551#comment-9895</guid>
		<description><![CDATA[Thanks for yet another great post :)

Quick question: Is there a binding I&#039;m missing to `recompile&#039; in a compilation buffer that was started with comint mode?]]></description>
		<content:encoded><![CDATA[<p>Thanks for yet another great post <img src='http://www.masteringemacs.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Quick question: Is there a binding I&#8217;m missing to `recompile&#8217; in a compilation buffer that was started with comint mode?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
