Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: howto: no space after completion (this used to work in 3.0.5!!!!)
- X-seq: zsh-users 2322
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: Re: howto: no space after completion (this used to work in 3.0.5!!!!)
- Date: Fri, 7 May 1999 08:43:53 +0200 (MET DST)
- In-reply-to: Timothy J Luoma's message of Thu, 6 May 1999 11:52:49 -0400
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
Timothy J Luoma wrote:
> I have a folder /LocalApps
>
> it has an alias $lapps
>
> when I do
>
> # cd $la[tab]
>
> I get
>
> # cd $lapps [cursor here]
>
> but I actually want
>
> # cd $lapps/[cursor here]
>
> so I can use tab-completion to get the listing of all the files inside $lapps
autoparamslash behavior was broken some time ago, but should be fixed
by patch 6077 (a reply from me to one of your messages). This is in
pws-1[67] so either you are using an older version or there is
something going on I don't understand. Maybe the thing Larry mentioned
(directory must exist and be accessible)? Or lapps not really set?
(Sorry, I'm just guessing.)
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author