Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
autolist?
- X-seq: zsh-users 1552
- From: acs@xxxxxxxxxxxxxxxxxxxx
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: autolist?
- Date: Wed, 27 May 1998 00:34:40 -0400
- Sender: shelton@xxxxxxxxxxxxxxxx
Ever since I upgraded to 3.1.3, I've had problems with autolist.
Here's an example:
First, I have 2 directories:
: ~ Wed 27 0:17; ls -d /usr/local/src/zsh*
/usr/local/src/zsh-3.0.5/ /usr/local/src/zsh-3.1.3/
Here's how 3.0.5 behaves:
zsh-3.0.5 -f
mithril% echo $ZSH_VERSION
3.0.5
mithril% setopt autolist
mithril% ls -d /usr/local/src/zsh<TAB>
zsh-3.0.5 zsh-3.1.3
mithril% ls -d /usr/local/src/zsh-3.
And here's how 3.1.3 (with most of Zoltan's patches) behaves:
zsh-3.1.3 -f
mithril% echo $ZSH_VERSION
3.1.3
mithril% unsetopt alwayslastprompt # Grrr.
mithril% setopt autolist
mithril% ls -d /usr/local/src/zsh<TAB>
This yields:
mithril% ls -d /usr/local/src/zsh-3.
And then I must press <TAB> again in order to get the list to
appear:
mithril% ls -d /usr/local/src/zsh-3.<TAB>
zsh-3.0.5 zsh-3.1.3
mithril% ls -d /usr/local/src/zsh-3.
How do I get the old 3.0.5 behavior back?
TIA,
vin shelton
Messages sorted by:
Reverse Date,
Date,
Thread,
Author