Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh-4_2-patches
- X-seq: zsh-workers 21087
- From: Andrey Borzenkov <arvidjaar@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: zsh-4_2-patches
- Date: Sun, 3 Apr 2005 15:54:44 +0400
- In-reply-to: <200504011051.j31ApiMa016381@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <200504011051.j31ApiMa016381@xxxxxxxxxxxxxx>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Friday 01 April 2005 14:51, Peter Stephenson wrote:
> I've ported the following changes to the 4.2 code line. This is really
> just bug fixes, including documentation improvements; I haven't
> considered porting any enhancements. We may be ready to make another
> release there. If you have any further suggestions, please let me know
> by about this time on Monday.
>
Zsh in current Mandrake (4.2.4) crashes when completing rsync. I can currently
reproduce it by using the following (_rsync is from current CVS):
{pts/3}% zsh -f
localhost% autoload -U compinit; compinit
localhost% bindkey '^I' complete-word
localhost% zmodload zsh/complist
localhost% bindkey -M menuselect / accept-and-infer-next-history
localhost% setopt nolistambiguous
localhost% zstyle ':completion:*' menu select=0
localhost% zstyle ':completion:*:rsync:*' hosts ftp.uio.no ftp.sunet.se
Now start completion by using e.g.
rsync rsync://ftp.ioTAB
and continue pressing "/" (you need to select some from list) until you get to
rsync://ftp.uio.no/fedora-linux-core/updates/1/i386 and display list of
files.
Pressing cursor UP at this point crashes zsh.
- -andrey
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCT9mFR6LMutpd94wRAiGEAJ9/FSUWbccwj51aJYLDaYscUWYzJgCgph+e
WDQQPiNLuYa2hnEr6KDW+hw=
=/f9u
-----END PGP SIGNATURE-----
Messages sorted by:
Reverse Date,
Date,
Thread,
Author