From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11243 invoked from network); 3 Apr 2005 11:54:59 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 3 Apr 2005 11:54:59 -0000 Received: (qmail 99615 invoked from network); 3 Apr 2005 11:54:54 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 3 Apr 2005 11:54:54 -0000 Received: (qmail 24704 invoked by alias); 3 Apr 2005 11:54:51 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21087 Received: (qmail 24693 invoked from network); 3 Apr 2005 11:54:51 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 3 Apr 2005 11:54:51 -0000 Received: (qmail 99305 invoked from network); 3 Apr 2005 11:54:51 -0000 Received: from morda.newmail.ru (HELO flock1.newmail.ru) (212.48.140.150) by a.mx.sunsite.dk with SMTP; 3 Apr 2005 11:54:46 -0000 Received: (qmail 3087 invoked from network); 3 Apr 2005 11:36:18 -0000 Received: from unknown (HELO ?10.0.0.1?) (arvidjaar@newmail.ru@83.237.106.140) by smtpd.newmail.ru with SMTP; 3 Apr 2005 11:36:18 -0000 From: Andrey Borzenkov To: zsh-workers@sunsite.dk Subject: Re: zsh-4_2-patches Date: Sun, 3 Apr 2005 15:54:44 +0400 User-Agent: KMail/1.7.2 References: <200504011051.j31ApiMa016381@news01.csr.com> In-Reply-To: <200504011051.j31ApiMa016381@news01.csr.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504031554.45226.arvidjaar@newmail.ru> X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 -----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-----