Thanks, exactly what I was looking for.
I should go and buy you book ;-)
Bernd
Fredrik Lundh wrote:
> "Bernd" wrote:
>
>
>>I'm on a Linux env and try to get
>>word completion form sdtin done,
>>like Perl's
>> $stdin = Complete( "\t: ", @choices );
>>
>>What I have so far shows me the directory
"Bernd" wrote:
> I'm on a Linux env and try to get
> word completion form sdtin done,
> like Perl's
> $stdin = Complete( "\t: ", @choices );
>
> What I have so far shows me the directory listing
> on the second hit on TAB and not the list of
> choices on the first like I wanted to have.
your com
Hi,
I'm on a Linux env and try to get
word completion form sdtin done,
like Perl's
$stdin = Complete( "\t: ", @choices );
What I have so far shows me the directory listing
on the second hit on TAB and not the list of
choices on the first like I wanted to have.
Any help appreciated,
Ber