<?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: reverse-menu-complete in bash</title>
	<atom:link href="http://www.tikirobot.net/wp/2006/03/29/reverse-menu-complete-in-bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tikirobot.net/wp/2006/03/29/reverse-menu-complete-in-bash/</link>
	<description>Mai Tais and Blinky Lights, Ahoy!</description>
	<lastBuildDate>Sat, 13 Mar 2010 01:20:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Doskey like tab completion and various other fixes /power user hacks for the mac console prompt (ctrl-left,right arrow) &#171; Matt Brown &#8211; Journeys of a software engineer</title>
		<link>http://www.tikirobot.net/wp/2006/03/29/reverse-menu-complete-in-bash/comment-page-1/#comment-34539</link>
		<dc:creator>Doskey like tab completion and various other fixes /power user hacks for the mac console prompt (ctrl-left,right arrow) &#171; Matt Brown &#8211; Journeys of a software engineer</dc:creator>
		<pubDate>Sat, 01 Aug 2009 06:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.tikirobot.net/wp/2006/03/29/reverse-menu-complete-in-bash/#comment-34539</guid>
		<description>[...] show-all-if-ambiguous instead#&#8221;t&#8221;: menu-complete## shift-tab to reverse cycle complete http://www.tikirobot.net/wp/2006/03/29/reverse-menu-complete-in-bash/#C-y: [...]</description>
		<content:encoded><![CDATA[<p>[...] show-all-if-ambiguous instead#&#8221;t&#8221;: menu-complete## shift-tab to reverse cycle complete <a href="http://www.tikirobot.net/wp/2006/03/29/reverse-menu-complete-in-bash/#C-y" rel="nofollow">http://www.tikirobot.net/wp/2006/03/29/reverse-menu-complete-in-bash/#C-y</a>: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.tikirobot.net/wp/2006/03/29/reverse-menu-complete-in-bash/comment-page-1/#comment-33715</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 27 Nov 2007 22:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tikirobot.net/wp/2006/03/29/reverse-menu-complete-in-bash/#comment-33715</guid>
		<description>Thanks rajbot and Ryan. (Ryan&#039;s version worked for me).

Not having that was driving me nuts!</description>
		<content:encoded><![CDATA[<p>Thanks rajbot and Ryan. (Ryan&#8217;s version worked for me).</p>
<p>Not having that was driving me nuts!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pando</title>
		<link>http://www.tikirobot.net/wp/2006/03/29/reverse-menu-complete-in-bash/comment-page-1/#comment-27990</link>
		<dc:creator>Pando</dc:creator>
		<pubDate>Sun, 13 May 2007 22:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tikirobot.net/wp/2006/03/29/reverse-menu-complete-in-bash/#comment-27990</guid>
		<description>Thx Ryan!
That really helped me out. :)</description>
		<content:encoded><![CDATA[<p>Thx Ryan!<br />
That really helped me out. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.tikirobot.net/wp/2006/03/29/reverse-menu-complete-in-bash/comment-page-1/#comment-19681</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 26 Feb 2007 07:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.tikirobot.net/wp/2006/03/29/reverse-menu-complete-in-bash/#comment-19681</guid>
		<description>Using &quot;\e&quot; to invoke the escape key (which is how the meta sequence is invoked on my non-meta-key-having keyboard)instead of &quot;\M-&quot; works for me:

&quot;\e[Z&quot;: &quot;\e-1\C-i&quot;</description>
		<content:encoded><![CDATA[<p>Using &#8220;\e&#8221; to invoke the escape key (which is how the meta sequence is invoked on my non-meta-key-having keyboard)instead of &#8220;\M-&#8221; works for me:</p>
<p>&#8220;\e[Z&#8221;: &#8220;\e-1\C-i&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajbot</title>
		<link>http://www.tikirobot.net/wp/2006/03/29/reverse-menu-complete-in-bash/comment-page-1/#comment-3452</link>
		<dc:creator>rajbot</dc:creator>
		<pubDate>Tue, 12 Sep 2006 15:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.tikirobot.net/wp/2006/03/29/reverse-menu-complete-in-bash/#comment-3452</guid>
		<description>Hmmm... are you logged in at console or through a terminal? If you are using a terminal, check the &#039;alt sends meta&#039; setting in your terminal program.
&lt;br&gt;
You can use &#039;xev&#039; to debug keypress events, which might help.
&lt;br&gt;
I suspect your problem might be due to the way your terminal program is mapping Alt to meta, but am a little unsure why it&#039;s not working for you.. I wonder if &#039;M--&#039; (two minus signs there) is actually entering a -1 arg in your case.</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230; are you logged in at console or through a terminal? If you are using a terminal, check the &#8216;alt sends meta&#8217; setting in your terminal program.<br />
<br />
You can use &#8216;xev&#8217; to debug keypress events, which might help.<br />
<br />
I suspect your problem might be due to the way your terminal program is mapping Alt to meta, but am a little unsure why it&#8217;s not working for you.. I wonder if &#8216;M&#8211;&#8217; (two minus signs there) is actually entering a -1 arg in your case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matenko</title>
		<link>http://www.tikirobot.net/wp/2006/03/29/reverse-menu-complete-in-bash/comment-page-1/#comment-3447</link>
		<dc:creator>matenko</dc:creator>
		<pubDate>Tue, 12 Sep 2006 10:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.tikirobot.net/wp/2006/03/29/reverse-menu-complete-in-bash/#comment-3447</guid>
		<description>This is such a useful tip! - shame it does not work here... :-((

I can type Alt+- and Ctrl+i manually and it works.

But using the above entry in my inputrc I always get a question mark printed out when using Ctrl-y.

I am using debian etch with libreadline5-5.1-7 and bash-3.1-5.

Any hints how to get it work would be very much appreciated, thanks!</description>
		<content:encoded><![CDATA[<p>This is such a useful tip! &#8211; shame it does not work here&#8230; :-((</p>
<p>I can type Alt+- and Ctrl+i manually and it works.</p>
<p>But using the above entry in my inputrc I always get a question mark printed out when using Ctrl-y.</p>
<p>I am using debian etch with libreadline5-5.1-7 and bash-3.1-5.</p>
<p>Any hints how to get it work would be very much appreciated, thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
