<?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 for Blasphemous Bits</title>
	<atom:link href="http://blasphemousbits.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blasphemousbits.wordpress.com</link>
	<description>Bob McCormick's random rantings.</description>
	<lastBuildDate>Fri, 25 Sep 2009 07:30:18 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Other Cygwin console alternatives. by SuD</title>
		<link>http://blasphemousbits.wordpress.com/2007/02/27/other-cygwin-console-alternatives/#comment-4452</link>
		<dc:creator>SuD</dc:creator>
		<pubDate>Fri, 25 Sep 2009 07:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://blasphemousbits.wordpress.com/2007/02/27/other-cygwin-console-alternatives/#comment-4452</guid>
		<description>I recently discovered Console ( http://sourceforge.net/projects/console/ ). It&#039;s very nice, and it support tabs.</description>
		<content:encoded><![CDATA[<p>I recently discovered Console ( <a href="http://sourceforge.net/projects/console/" rel="nofollow">http://sourceforge.net/projects/console/</a> ). It&#8217;s very nice, and it support tabs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Network traffic generator. by Raghu</title>
		<link>http://blasphemousbits.wordpress.com/2004/06/22/network-traffic-generator/#comment-4451</link>
		<dc:creator>Raghu</dc:creator>
		<pubDate>Sat, 19 Sep 2009 10:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://blasphemousbits.wordpress.com/2004/06/22/network-traffic-generator/#comment-4451</guid>
		<description>Thank you very much for the pointer to DITG. I am killing myself for the last few days for a good traffic generator.:)Thanks!</description>
		<content:encoded><![CDATA[<p>Thank you very much for the pointer to DITG. I am killing myself for the last few days for a good traffic generator.:)Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upstream proxy authentication with squid by andrew</title>
		<link>http://blasphemousbits.wordpress.com/2006/06/15/upstream-proxy-authentication-with-squid/#comment-4450</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Mon, 27 Jul 2009 09:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://blasphemousbits.wordpress.com/2006/06/15/upstream-proxy-authentication-with-squid/#comment-4450</guid>
		<description>Thanks :-)

Least i now know its posible :-)

Just got to work out how...</description>
		<content:encoded><![CDATA[<p>Thanks <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Least i now know its posible <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Just got to work out how&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning emacs part 4: buffers, windows, and frames by bobmccormick</title>
		<link>http://blasphemousbits.wordpress.com/2007/05/04/learning-emacs-part-4-buffers-windows-and-frames/#comment-4449</link>
		<dc:creator>bobmccormick</dc:creator>
		<pubDate>Mon, 08 Jun 2009 15:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://blasphemousbits.wordpress.com/2007/05/04/learning-emacs-part-4-buffers-windows-and-frames/#comment-4449</guid>
		<description>Jim, regarding your question about overlapping windows.   I definitely understand where you&#039;re coming from in terms of difficulty getting used to the way Emacs handles window management (or I guess I should say, buffer management in Emacs parlance).   It took me a while to get use to as well, but in the end I realized I&#039;d been fighting it needlessly and that the Emacs way really isn&#039;t that bad.

IMHO, the key to getting use to it is to *ignore* emacs frames (seperate OS level windows).   Instead, I maximize my Emacs frame to full screen.  Then, while working I either use emacs &quot;windows&quot; (the non-overlapping &quot;splits&quot; emacs uses for internal windowing), or I just switch buffers using C-b (control-b).  

What I eventually realized is that this way of working is not that different from how, in practice, I&#039;d usually work in a Windows or Gnome application.  Although in theory I could use overlapping windows in these applications, in practice if I was doing anything important, I&#039;d maximize all my major work windows to full screen anyway.

One last thing to mention.  Emacs is an odd program and is a little difficult to learn.  For myself, I think it&#039;s been worth learning for the power and portability of Emacs, but your mileage may vary.  If you&#039;d prefer a more conventional editor, there are a lot of good ones out there for Linux (Eclipse and Netbeans come to mind, but I&#039;m certain there are a lot more).</description>
		<content:encoded><![CDATA[<p>Jim, regarding your question about overlapping windows.   I definitely understand where you&#8217;re coming from in terms of difficulty getting used to the way Emacs handles window management (or I guess I should say, buffer management in Emacs parlance).   It took me a while to get use to as well, but in the end I realized I&#8217;d been fighting it needlessly and that the Emacs way really isn&#8217;t that bad.</p>
<p>IMHO, the key to getting use to it is to *ignore* emacs frames (seperate OS level windows).   Instead, I maximize my Emacs frame to full screen.  Then, while working I either use emacs &#8220;windows&#8221; (the non-overlapping &#8220;splits&#8221; emacs uses for internal windowing), or I just switch buffers using C-b (control-b).  </p>
<p>What I eventually realized is that this way of working is not that different from how, in practice, I&#8217;d usually work in a Windows or Gnome application.  Although in theory I could use overlapping windows in these applications, in practice if I was doing anything important, I&#8217;d maximize all my major work windows to full screen anyway.</p>
<p>One last thing to mention.  Emacs is an odd program and is a little difficult to learn.  For myself, I think it&#8217;s been worth learning for the power and portability of Emacs, but your mileage may vary.  If you&#8217;d prefer a more conventional editor, there are a lot of good ones out there for Linux (Eclipse and Netbeans come to mind, but I&#8217;m certain there are a lot more).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning emacs part 4: buffers, windows, and frames by Jim Hughen</title>
		<link>http://blasphemousbits.wordpress.com/2007/05/04/learning-emacs-part-4-buffers-windows-and-frames/#comment-4448</link>
		<dc:creator>Jim Hughen</dc:creator>
		<pubDate>Mon, 08 Jun 2009 13:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://blasphemousbits.wordpress.com/2007/05/04/learning-emacs-part-4-buffers-windows-and-frames/#comment-4448</guid>
		<description>Hi Bob,
I am an old w32 user, who wants to acquire Linux skills (in particular do Linux kernel device driver development).  I am presently studying Linux aggressively.  One of the first requirements is a good text editor, that is well mastered.  I am taking the Emacs tutorial and learning it.  You comments about buffers, windows, and frames is interesting.

The matter of overlapping windows seems to be important.  Emacs has a very rich history, and installed and ran well for my test.  I am an old Multi-Edit user, and overlapping windows (for different file buffers) is very natural to me.  We tend to have paradigms such that we want certain things to not change.  This is NOT my intention.

Sometimes I may have 20 (or more) open overlapping windows (many of the files for a project).  This working environment is very productive.  Using Emacs frames, I can not see how to emulate this important productivity.

Can you comment about overlapping windows not being part of Emacs?  There may be another Linux editor that uses overlapping windows (ok), but Emacs seems to be the most popular, so I would like to master and use it.

thanks, ...Jim Hughen</description>
		<content:encoded><![CDATA[<p>Hi Bob,<br />
I am an old w32 user, who wants to acquire Linux skills (in particular do Linux kernel device driver development).  I am presently studying Linux aggressively.  One of the first requirements is a good text editor, that is well mastered.  I am taking the Emacs tutorial and learning it.  You comments about buffers, windows, and frames is interesting.</p>
<p>The matter of overlapping windows seems to be important.  Emacs has a very rich history, and installed and ran well for my test.  I am an old Multi-Edit user, and overlapping windows (for different file buffers) is very natural to me.  We tend to have paradigms such that we want certain things to not change.  This is NOT my intention.</p>
<p>Sometimes I may have 20 (or more) open overlapping windows (many of the files for a project).  This working environment is very productive.  Using Emacs frames, I can not see how to emulate this important productivity.</p>
<p>Can you comment about overlapping windows not being part of Emacs?  There may be another Linux editor that uses overlapping windows (ok), but Emacs seems to be the most popular, so I would like to master and use it.</p>
<p>thanks, &#8230;Jim Hughen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Other Cygwin console alternatives. by Silversleeves</title>
		<link>http://blasphemousbits.wordpress.com/2007/02/27/other-cygwin-console-alternatives/#comment-4446</link>
		<dc:creator>Silversleeves</dc:creator>
		<pubDate>Sun, 10 May 2009 02:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://blasphemousbits.wordpress.com/2007/02/27/other-cygwin-console-alternatives/#comment-4446</guid>
		<description>I&#039;ve used, so far since installing Cygwin for the second time, Poderosa, MinTTy, and Terminator. Poderosa, to my way of thinking, recalls the Mozilla Mail window with its split screens -- they&#039;re panes, not tabs (get it right, once!). Terminator&#039;s good except sometimes it chews on my bash and rxvt configurations (don&#039;t ask me how, but it certainly seems to be the case). MinTTy consistently launches with a window that&#039;s big enough for my near-sighted older relations to appreciate, but I do like the fact that the prefs are GUI and for the most part idiot-proof. If MinTTY had panes all the others, and particularly the trialware/payware ones, could just shelve it. So you get a sense of what I&#039;m expecting out of PuttyCYG.

Have a day and a half, folks.

BZT</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used, so far since installing Cygwin for the second time, Poderosa, MinTTy, and Terminator. Poderosa, to my way of thinking, recalls the Mozilla Mail window with its split screens &#8212; they&#8217;re panes, not tabs (get it right, once!). Terminator&#8217;s good except sometimes it chews on my bash and rxvt configurations (don&#8217;t ask me how, but it certainly seems to be the case). MinTTy consistently launches with a window that&#8217;s big enough for my near-sighted older relations to appreciate, but I do like the fact that the prefs are GUI and for the most part idiot-proof. If MinTTY had panes all the others, and particularly the trialware/payware ones, could just shelve it. So you get a sense of what I&#8217;m expecting out of PuttyCYG.</p>
<p>Have a day and a half, folks.</p>
<p>BZT</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cut and paste with Rxvt by SilversleevesX</title>
		<link>http://blasphemousbits.wordpress.com/2007/05/17/cut-and-paste-with-rxvt/#comment-4445</link>
		<dc:creator>SilversleevesX</dc:creator>
		<pubDate>Sat, 02 May 2009 19:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://blasphemousbits.wordpress.com/2007/05/17/cut-and-paste-with-rxvt/#comment-4445</guid>
		<description>The line in my .inputrc that handles pasting from clipboard is 

&quot;\C-v&quot;: paste-from-clipboard

I think I found it here

http://infrablue.tripod.com/cygwin.html
(more than halfway down-page, after the short paragraph that starts &quot;Finally, to your .inputrc...&quot;)

As for copying, ctrl-c seems to work, though in Cygwin&#039;s rxvt -- which is the one I use -- it also generates the conventional Unix/Linux &#039;break&#039; line and gives me my standard prompt. Nevertheless, I&#039;ve seldom had problems pasting whatever was copied from a term window using ctrl-c. I suppose if you were to add it to .inputrc, you&#039;d use the same syntax as I found on the Tripod page, eg: &quot;\C-c&quot; copy from clipboard (but in so doing you&#039;d lose the break/cancel effect that&#039;s too often necessary to retain, imo).

Hope this was helpful.

BZT</description>
		<content:encoded><![CDATA[<p>The line in my .inputrc that handles pasting from clipboard is </p>
<p>&#8220;\C-v&#8221;: paste-from-clipboard</p>
<p>I think I found it here</p>
<p><a href="http://infrablue.tripod.com/cygwin.html" rel="nofollow">http://infrablue.tripod.com/cygwin.html</a><br />
(more than halfway down-page, after the short paragraph that starts &#8220;Finally, to your .inputrc&#8230;&#8221;)</p>
<p>As for copying, ctrl-c seems to work, though in Cygwin&#8217;s rxvt &#8212; which is the one I use &#8212; it also generates the conventional Unix/Linux &#8216;break&#8217; line and gives me my standard prompt. Nevertheless, I&#8217;ve seldom had problems pasting whatever was copied from a term window using ctrl-c. I suppose if you were to add it to .inputrc, you&#8217;d use the same syntax as I found on the Tripod page, eg: &#8220;\C-c&#8221; copy from clipboard (but in so doing you&#8217;d lose the break/cancel effect that&#8217;s too often necessary to retain, imo).</p>
<p>Hope this was helpful.</p>
<p>BZT</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New blog home, new blog name, new blog software by sotsdiock</title>
		<link>http://blasphemousbits.wordpress.com/2006/12/26/new-blog-home-new-blog-name-new-blog-software/#comment-4443</link>
		<dc:creator>sotsdiock</dc:creator>
		<pubDate>Wed, 22 Apr 2009 12:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://blasphemousbits.wordpress.com/2006/12/26/new-blog-home-new-blog-name-new-blog-software/#comment-4443</guid>
		<description>hmm.. bookmarked ))</description>
		<content:encoded><![CDATA[<p>hmm.. bookmarked ))</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cut and paste with Rxvt by Al Leitch</title>
		<link>http://blasphemousbits.wordpress.com/2007/05/17/cut-and-paste-with-rxvt/#comment-4442</link>
		<dc:creator>Al Leitch</dc:creator>
		<pubDate>Wed, 22 Apr 2009 08:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://blasphemousbits.wordpress.com/2007/05/17/cut-and-paste-with-rxvt/#comment-4442</guid>
		<description>This slight modification of the PERL module author&#039;s example allows for a neat backticking. See some cool bash one-liner? Copy it and type: `clipbd`

If you&#039;re ambitious, try extending it so you can send STDIN to the clipboard!

$ cat /bin/clipbd
#! /bin/perl
use Win32::Clipboard;
$CLIP = Win32::Clipboard();
print $CLIP-&gt;Get();</description>
		<content:encoded><![CDATA[<p>This slight modification of the PERL module author&#8217;s example allows for a neat backticking. See some cool bash one-liner? Copy it and type: `clipbd`</p>
<p>If you&#8217;re ambitious, try extending it so you can send STDIN to the clipboard!</p>
<p>$ cat /bin/clipbd<br />
#! /bin/perl<br />
use Win32::Clipboard;<br />
$CLIP = Win32::Clipboard();<br />
print $CLIP-&gt;Get();</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Other Cygwin console alternatives. by Fabien Meghazi</title>
		<link>http://blasphemousbits.wordpress.com/2007/02/27/other-cygwin-console-alternatives/#comment-4440</link>
		<dc:creator>Fabien Meghazi</dc:creator>
		<pubDate>Tue, 20 Jan 2009 15:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://blasphemousbits.wordpress.com/2007/02/27/other-cygwin-console-alternatives/#comment-4440</guid>
		<description>I use screen but I want tabs anyway.

When I use a terminal (urxvt under linux) I use many tabs ( never two urxvt windows ) and when I&#039;m on a remote host, I use screen.

Does someone knows if it&#039;s possible to use rxvt&#039;s tabbed module in cygwin ?</description>
		<content:encoded><![CDATA[<p>I use screen but I want tabs anyway.</p>
<p>When I use a terminal (urxvt under linux) I use many tabs ( never two urxvt windows ) and when I&#8217;m on a remote host, I use screen.</p>
<p>Does someone knows if it&#8217;s possible to use rxvt&#8217;s tabbed module in cygwin ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
