Re: edit-and-execute-command is appropriately named, weird

2011-05-28 Thread Chet Ramey
On 5/27/11 6:20 PM, David Thomas wrote: > Hi Chet, > > Thank you for the response, and the attempt at assistance. > > I was unaware of the POSIX specifications relating to editing modes. > After reading the specs, however, I don't think they conflict with > what I propose. While the description

Re: last argument expansion has different output using the sh interpreter

2011-05-28 Thread Chet Ramey
On 5/27/11 3:35 PM, Jacoby Hickerson wrote: > Bash Version: 4.2 > Patch Level: 10 > Release Status: release > > Description: > When executing a test script using the #!/bin/sh interpreter line > the shell expansion for the last argument ${!#} is blank, > however when using #!/bin/

Re: Completion of ENV variables seems to be broken - leading slash (or even more) is added

2011-05-28 Thread RafaƂ Lalik
Dear Chet, I've applied your patch today, I will use it and if I found some not expecting/strange behavior of bash I will report it. For now I am very satisfied with your feature. Rafal