<?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: why I don&#8217;t run shells inside Emacs</title>
	<atom:link href="http://snarfed.org/why_i_dont_run_shells_inside_emacs/feed" rel="self" type="application/rss+xml" />
	<link>http://snarfed.org</link>
	<description>Ryan Barrett&#039;s blog</description>
	<lastBuildDate>Sun, 13 May 2012 03:32:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Navru</title>
		<link>http://snarfed.org/why_i_dont_run_shells_inside_emacs#comment-41390</link>
		<dc:creator>Navru</dc:creator>
		<pubDate>Fri, 03 Jun 2011 07:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/why_i_dont_run_shells_inside_emacs#comment-41390</guid>
		<description>&lt;p&gt;MultiTerm (http://www.emacswiki.org/emacs/MultiTerm) works much better than shell or term, though I do use eshell on occasion. In MultiTerm, term-unbind-key-list and term-bind-key-alist (detailed in the emacswiki link above) can be used to get the functionality you want.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>MultiTerm (<a href="http://www.emacswiki.org/emacs/MultiTerm" rel="nofollow">http://www.emacswiki.org/emacs/MultiTerm</a>) works much better than shell or term, though I do use eshell on occasion. In MultiTerm, term-unbind-key-list and term-bind-key-alist (detailed in the emacswiki link above) can be used to get the functionality you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mauvis</title>
		<link>http://snarfed.org/why_i_dont_run_shells_inside_emacs#comment-29781</link>
		<dc:creator>Mauvis</dc:creator>
		<pubDate>Sat, 25 Dec 2010 06:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/why_i_dont_run_shells_inside_emacs#comment-29781</guid>
		<description>&lt;p&gt;I&#039;ve recently discovered the joy of tmux. It&#039;s like screen but more intuitive. It also lets me split the screen in half just like emacs when I need to do some shell commands that require more than just a dumb terminal. After I&#039;m done, I exit out of the new window and back to full screen emac&#039;ing.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve recently discovered the joy of tmux. It&#8217;s like screen but more intuitive. It also lets me split the screen in half just like emacs when I need to do some shell commands that require more than just a dumb terminal. After I&#8217;m done, I exit out of the new window and back to full screen emac&#8217;ing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Makuch</title>
		<link>http://snarfed.org/why_i_dont_run_shells_inside_emacs#comment-28249</link>
		<dc:creator>Mike Makuch</dc:creator>
		<pubDate>Wed, 01 Dec 2010 15:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/why_i_dont_run_shells_inside_emacs#comment-28249</guid>
		<description>&lt;p&gt;&quot;I hate the mouse.&quot; - Finally someone else get&#039;s it! The mouse is great for people new to a gui. It&#039;s intuitive and easy to use. But it&#039;s for beginners. It&#039;s a detriment to productivity. I&#039;ve spent the past 20+ years tweaking my environments to avoid it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8220;I hate the mouse.&#8221; &#8211; Finally someone else get&#8217;s it! The mouse is great for people new to a gui. It&#8217;s intuitive and easy to use. But it&#8217;s for beginners. It&#8217;s a detriment to productivity. I&#8217;ve spent the past 20+ years tweaking my environments to avoid it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Andrus</title>
		<link>http://snarfed.org/why_i_dont_run_shells_inside_emacs#comment-24825</link>
		<dc:creator>Ivan Andrus</dc:creator>
		<pubDate>Wed, 06 Oct 2010 18:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/why_i_dont_run_shells_inside_emacs#comment-24825</guid>
		<description>&lt;p&gt;I suggest you look at rxvt-unicode (aka urxvt) and http://github.com/bartman/urxvt-scripts .  Together they allow keyboard selection and copying, including rectangular selection.  rxvt-unicode is simply the best terminal emulator I have come across hands down—largely because it&#039;s extensible in perl.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I suggest you look at rxvt-unicode (aka urxvt) and <a href="http://github.com/bartman/urxvt-scripts" rel="nofollow">http://github.com/bartman/urxvt-scripts</a> .  Together they allow keyboard selection and copying, including rectangular selection.  rxvt-unicode is simply the best terminal emulator I have come across hands down—largely because it&#8217;s extensible in perl.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris Rose</title>
		<link>http://snarfed.org/why_i_dont_run_shells_inside_emacs#comment-23390</link>
		<dc:creator>Kris Rose</dc:creator>
		<pubDate>Sun, 26 Sep 2010 18:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/why_i_dont_run_shells_inside_emacs#comment-23390</guid>
		<description>&lt;p&gt;You do know that you can make Emacs transparent? Like so:&lt;/p&gt;

&lt;p&gt;;;; Transparency (from http://www.emacswiki.org/emacs/TransparentEmacs).
(set-frame-parameter (selected-frame) &#039;alpha &#039;(95 70))
(add-to-list &#039;default-frame-alist &#039;(alpha 95 70))&lt;/p&gt;

&lt;p&gt;--K&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You do know that you can make Emacs transparent? Like so:</p>

<p>;;; Transparency (from <a href="http://www.emacswiki.org/emacs/TransparentEmacs" rel="nofollow">http://www.emacswiki.org/emacs/TransparentEmacs</a>).
(set-frame-parameter (selected-frame) &#8216;alpha &#8216;(95 70))
(add-to-list &#8216;default-frame-alist &#8216;(alpha 95 70))</p>

<p>&#8211;K</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://snarfed.org/why_i_dont_run_shells_inside_emacs#comment-12396</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 20 Aug 2010 15:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/why_i_dont_run_shells_inside_emacs#comment-12396</guid>
		<description>&lt;p&gt;What drives me nuts is filename completion in and winxp cygwin xemacs subshell always adds &quot;&#092;&quot; rather than &quot;/&quot; 
The documentation for comint-completion-addsuffix says it will add &quot;/&quot; but on my systems it always adds &quot;&#092;&quot;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>What drives me nuts is filename completion in and winxp cygwin xemacs subshell always adds &#8220;&#092;&#8221; rather than &#8220;/&#8221; 
The documentation for comint-completion-addsuffix says it will add &#8220;/&#8221; but on my systems it always adds &#8220;&#092;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mehmet Karatay</title>
		<link>http://snarfed.org/why_i_dont_run_shells_inside_emacs#comment-11549</link>
		<dc:creator>Mehmet Karatay</dc:creator>
		<pubDate>Tue, 17 Aug 2010 10:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/why_i_dont_run_shells_inside_emacs#comment-11549</guid>
		<description>&lt;p&gt;It may not be exactly what you want, but have you heard of xclip? It enables you to pipe straight to the clipboard. http://sourceforge.net/projects/xclip/&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It may not be exactly what you want, but have you heard of xclip? It enables you to pipe straight to the clipboard. <a href="http://sourceforge.net/projects/xclip/" rel="nofollow">http://sourceforge.net/projects/xclip/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guest</title>
		<link>http://snarfed.org/why_i_dont_run_shells_inside_emacs#comment-1145</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/why_i_dont_run_shells_inside_emacs#comment-1145</guid>
		<description>&lt;p&gt;Maybe TRAMP filename completion might be usable if you used the OpenSSH 4.0+ ControlMaster feature?&lt;/p&gt;

&lt;p class=&quot;paragraph&quot;/&gt;

&lt;p&gt;&lt;i class=&quot;italic&quot;&gt;- &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;http://marc.abramowitz.info&quot; rel=&quot;nofollow&quot;&gt;Marc&lt;/a&gt;&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Maybe TRAMP filename completion might be usable if you used the OpenSSH 4.0+ ControlMaster feature?</p>

<p class="paragraph"/>

<p><i class="italic">- <span class="nobr"><a href="http://marc.abramowitz.info" rel="nofollow">Marc</a></span></i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://snarfed.org/why_i_dont_run_shells_inside_emacs#comment-1146</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/why_i_dont_run_shells_inside_emacs#comment-1146</guid>
		<description>&lt;p&gt;fascinating! i&#039;d never heard of
&lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;http://www.debian-administration.org/articles/290&quot; rel=&quot;nofollow&quot;&gt;ControlMaster&lt;/a&gt;&lt;/span&gt;
before.&lt;/p&gt;

&lt;p class=&quot;paragraph&quot;/&gt;

&lt;p&gt;sadly, the machines i work on regularly all have openssh 3.7.x, and some of them would be bears to upgrade. still, i&#039;ll keep it in mind. thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>fascinating! i&#8217;d never heard of
<span class="nobr"><a href="http://www.debian-administration.org/articles/290" rel="nofollow">ControlMaster</a></span>
before.</p>

<p class="paragraph"/>

<p>sadly, the machines i work on regularly all have openssh 3.7.x, and some of them would be bears to upgrade. still, i&#8217;ll keep it in mind. thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guest</title>
		<link>http://snarfed.org/why_i_dont_run_shells_inside_emacs#comment-1147</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/why_i_dont_run_shells_inside_emacs#comment-1147</guid>
		<description>&lt;p&gt;If you&#039;re on Linux, you could try solving the secure access to remote filesystems problem on a different level that would take care of the filename completion: sshfs or shfs. I&#039;ve only used the former; it worked perfectly with Emacs.
&lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;http://fuse.sourceforge.net/sshfs.html&quot; rel=&quot;nofollow&quot;&gt;&#104;ttp://fuse.sourceforge.net/sshfs.html&lt;/a&gt;&lt;/span&gt;
&lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;http://shfs.sourceforge.net/faq.html&quot; rel=&quot;nofollow&quot;&gt;&#104;ttp://shfs.sourceforge.net/faq.html&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;paragraph&quot;/&gt;

&lt;p&gt;&lt;i class=&quot;italic&quot;&gt;- &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;http://www.mememachinego.com/&quot; rel=&quot;nofollow&quot;&gt;Zed&lt;/a&gt;&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If you&#8217;re on Linux, you could try solving the secure access to remote filesystems problem on a different level that would take care of the filename completion: sshfs or shfs. I&#8217;ve only used the former; it worked perfectly with Emacs.
<span class="nobr"><a href="http://fuse.sourceforge.net/sshfs.html" rel="nofollow">&#104;ttp://fuse.sourceforge.net/sshfs.html</a></span>
<span class="nobr"><a href="http://shfs.sourceforge.net/faq.html" rel="nofollow">&#104;ttp://shfs.sourceforge.net/faq.html</a></span></p>

<p class="paragraph"/>

<p><i class="italic">- <span class="nobr"><a href="http://www.mememachinego.com/" rel="nofollow">Zed</a></span></i></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.249 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-13 13:35:19 -->
<!-- Compression = gzip -->
