<?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: Multiple Emacs Shells</title>
	<atom:link href="http://www.rexlam.com/blog/computing/development/2008/multiple-emacs-shells/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rexlam.com/blog/computing/development/2008/multiple-emacs-shells/</link>
	<description>Random reflections from a father&#124;geek&#124;netizen&#124;shutterbug&#124;jedi-wannabe</description>
	<lastBuildDate>Sun, 05 Feb 2012 18:51:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: rex</title>
		<link>http://www.rexlam.com/blog/computing/development/2008/multiple-emacs-shells/comment-page-1/#comment-10030</link>
		<dc:creator>rex</dc:creator>
		<pubDate>Tue, 02 Sep 2008 22:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.rexlam.com/blog/?p=320#comment-10030</guid>
		<description>Thanks Ignacio, I&#039;ll definitely give fshell a gander!</description>
		<content:encoded><![CDATA[<p>Thanks Ignacio, I&#8217;ll definitely give fshell a gander!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ignacio</title>
		<link>http://www.rexlam.com/blog/computing/development/2008/multiple-emacs-shells/comment-page-1/#comment-10022</link>
		<dc:creator>ignacio</dc:creator>
		<pubDate>Sat, 23 Aug 2008 23:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.rexlam.com/blog/?p=320#comment-10022</guid>
		<description>hey Rex, 
on how to speed up the opening of extra shells using fshell, I just came out with this simple lisp for my .emacs:  

(defalias &#039;forth
(read-kbd-macro &quot;C-4 M-x fshell RET&quot;))
(global-set-key [C-f4] &#039;forth)

(defalias &#039;fifth
(read-kbd-macro &quot;C-5 M-x fshell RET&quot;))
(global-set-key [C-f5] &#039;fifth)

... and so on

For me it&#039;s easier to use the direct shortcut &quot;C-f4&quot; than to input the argument 4 (C-u 4) and then type M-x fshell

Just wanted to share that little tip!</description>
		<content:encoded><![CDATA[<p>hey Rex,<br />
on how to speed up the opening of extra shells using fshell, I just came out with this simple lisp for my .emacs:  </p>
<p>(defalias &#8216;forth<br />
(read-kbd-macro &#8220;C-4 M-x fshell RET&#8221;))<br />
(global-set-key [C-f4] &#8216;forth)</p>
<p>(defalias &#8216;fifth<br />
(read-kbd-macro &#8220;C-5 M-x fshell RET&#8221;))<br />
(global-set-key [C-f5] &#8216;fifth)</p>
<p>&#8230; and so on</p>
<p>For me it&#8217;s easier to use the direct shortcut &#8220;C-f4&#8243; than to input the argument 4 (C-u 4) and then type M-x fshell</p>
<p>Just wanted to share that little tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rex</title>
		<link>http://www.rexlam.com/blog/computing/development/2008/multiple-emacs-shells/comment-page-1/#comment-10011</link>
		<dc:creator>rex</dc:creator>
		<pubDate>Thu, 14 Aug 2008 16:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.rexlam.com/blog/?p=320#comment-10011</guid>
		<description>Thanks guys, I&#039;ll check out both fshell &amp; screen.</description>
		<content:encoded><![CDATA[<p>Thanks guys, I&#8217;ll check out both fshell &#038; screen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ignacio</title>
		<link>http://www.rexlam.com/blog/computing/development/2008/multiple-emacs-shells/comment-page-1/#comment-10010</link>
		<dc:creator>ignacio</dc:creator>
		<pubDate>Thu, 14 Aug 2008 14:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.rexlam.com/blog/?p=320#comment-10010</guid>
		<description>I installed a package &quot;fshell&quot; to solve the same need of renaming a shell.  It allows you to use the universal argument (ie &quot;C-u 2&quot; &quot;M-x fshell&quot;, will create a shell(2))
It&#039;s slightly faster in my opinion, I&#039;m always trying to speed things up in emacs, cause I work with a ssh-tunneled emacs and the latency is a limiting factor.

regards.</description>
		<content:encoded><![CDATA[<p>I installed a package &#8220;fshell&#8221; to solve the same need of renaming a shell.  It allows you to use the universal argument (ie &#8220;C-u 2&#8243; &#8220;M-x fshell&#8221;, will create a shell(2))<br />
It&#8217;s slightly faster in my opinion, I&#8217;m always trying to speed things up in emacs, cause I work with a ssh-tunneled emacs and the latency is a limiting factor.</p>
<p>regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ML</title>
		<link>http://www.rexlam.com/blog/computing/development/2008/multiple-emacs-shells/comment-page-1/#comment-10002</link>
		<dc:creator>ML</dc:creator>
		<pubDate>Tue, 22 Jul 2008 16:47:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.rexlam.com/blog/?p=320#comment-10002</guid>
		<description>You should check out screen util http://www.bangmoney.org/presentations/screen.html</description>
		<content:encoded><![CDATA[<p>You should check out screen util <a href="http://www.bangmoney.org/presentations/screen.html" rel="nofollow">http://www.bangmoney.org/presentations/screen.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

