bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Version 2.05b.0(1) - file completion bug


From: Tom Popovich
Subject: Version 2.05b.0(1) - file completion bug
Date: Mon, 10 May 2004 13:05:02 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)

==> First note: dont put my email address in the bug report if you dont, I would hate if spammers get it.

Version 2.05b.0(1)

Problem: if you do TAB completion after a [<] redirect it does not work.

E.g REPRO with: ( 1. touch IIIII
  2. mkdir py
   3.  cd py
     4.  gzip -d < ../I[TAB]
)

does no name completion. we should get IIIII

BUT if you "delete" the <  temporarily and do the TAB it works!
so there is a workaround you hop over and delete the < then jump back to the end
and hit TAB then ... jump back over and "retype a <".

It looks like the < and I guess other shell redirect characters causes problems. I'm a professional programmer myself. I think that the confusion is caused because
its trying to complete  < ../  [just a guess].

-tom.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]