Re: Wrong prompt and incorrect parsing if completion is used

2010-08-15 Thread Egmont Koblinger
Hi Chet, Thanks for fixing it! Sorry I didn't provide the output you requested, I was on vacation for a week, and now it seems you no longer need it :) egmont On Aug 15, 2010 6:22 PM, "Chet Ramey" wrote: > On 8/9/10 12:02 PM, Egmont Koblinger wrote: > >> Start over, type the following (replace

Re: Wrong prompt and incorrect parsing if completion is used

2010-08-15 Thread Chet Ramey
On 8/9/10 12:02 PM, Egmont Koblinger wrote: > Start over, type the following (replace TAB by pressing the TAB key): > ps1$ cd /biTAB` > The auto-completed command looks exactly as the manually typed one, hence > the expected behavior is the same. However, press Enter, and the primary > prompt get

Re: Wrong prompt and incorrect parsing if completion is used

2010-08-12 Thread Chet Ramey
On 8/9/10 12:02 PM, Egmont Koblinger wrote: > Hello, > > I've found a weird behavior. In some circumstances, if I use TAB completion > during typing a command line, the final command is parsed differently than > if I typed it all along. > > I'm on Ubuntu Lucid. The bug described below occurs on

Wrong prompt and incorrect parsing if completion is used

2010-08-09 Thread Egmont Koblinger
Hello, I've found a weird behavior. In some circumstances, if I use TAB completion during typing a command line, the final command is parsed differently than if I typed it all along. I'm on Ubuntu Lucid. The bug described below occurs only if I use the bash-completion package (that is, I source