Re: set +o noglob within completion function disables alias expansion

2005-07-25 Thread Ian Macdonald
releasing 3.1? Cheers, Ian -- Ian Macdonald | Once harm has been done, even a fool [EMAIL PROTECTED] | understands it. -- Homer http://www.caliban.org/ | | | __

set +o noglob within completion function disables alias expansion

2005-07-20 Thread Ian Macdonald
s second invocation, the alias was not used as it should have been. Ian -- Ian Macdonald | I sometimes think that God, in creating [EMAIL PROTECTED] | man, somewhat overestimated his ability. http://www.cal

difference between complete -o default and -o bashdefault

2005-07-07 Thread Ian Macdonald
Hello, I can't quite work out what the difference is between -o default and -o bashdefault. One is readline-oriented and the other is not, but the effect appears to be the same for the cases that I have run through. Anyone? Ian -- Ian Macdonald | The one good thing

Re: unable to redirect readonly variable error

2005-07-07 Thread Ian Macdonald
On Thu 07 Jul 2005 at 20:07:33 -0400, you wrote: > On Thu, 7 Jul 2005, Ian Macdonald wrote: > > >Hello, > >This doesn't seem right: > >[EMAIL PROTECTED] bash_completion]$ foo=x > >[EMAIL PROTECTED] bash_completion]$ foo=bar > >[EMAIL PROTECTED] bash_comp

unable to redirect readonly variable error

2005-07-07 Thread Ian Macdonald
oo=bar 2>/dev/null bash: foo: readonly variable [EMAIL PROTECTED] bash_completion]$ foo=bar &>/dev/null bash: foo: readonly variable [EMAIL PROTECTED] bash_completion]$ bash --version GNU bash, version 3.00.16(1)-release (i686-redhat-linux-gnu) Copyright (C) 2004 Free Software Foundation,