From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12752 invoked from network); 14 Apr 2004 01:36:32 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 14 Apr 2004 01:36:32 -0000 Received: (qmail 9052 invoked by alias); 14 Apr 2004 01:36:25 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19773 Received: (qmail 9005 invoked from network); 14 Apr 2004 01:36:24 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 14 Apr 2004 01:36:24 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [130.225.247.86] by sunsite.dk (MessageWall 1.0.8) with SMTP; 14 Apr 2004 1:36:24 -0000 Received: (qmail 18536 invoked from network); 14 Apr 2004 01:36:24 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 14 Apr 2004 01:36:22 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id 574E670047; Tue, 13 Apr 2004 18:55:24 -0400 (EDT) Date: Tue, 13 Apr 2004 18:55:24 -0400 From: Clint Adams To: Bart Schaefer Cc: zsh-workers@sunsite.dk, 243385@bugs.debian.org, ejb@ql.org Subject: Re: [ejb@ql.org: Bug#243385: zsh: rsync completion expands * too soon] Message-ID: <20040413225524.GA1862@scowler.net> References: <20040413012117.GA9729@scowler.net> <200404130137.i3D1b5CW004764@soup.in.ql.org> <20040413021931.GA10355@scowler.net> <200404131617.i3DGHX7s031305@soup.acv.apexcovantage.com> <1040413174453.ZM21002@candle.brasslantern.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1040413174453.ZM21002@candle.brasslantern.com> User-Agent: Mutt/1.5.5.1+cvs20040105i X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=0.0 required=6.0 tests=none autolearn=no version=2.63 X-Spam-Hits: 0.0 [This message probably contains no content of interest to anyone who doesn't care about the Debian BTS or Debian's packaging of zsh] > [I don't know whether ejb will see this, because I don't know if he's > subscribed to zsh-uses and I suspect bugs.debian.org is going to reject > my mail because I'm on a DSL line. We'll see ...] bugs.debian.org accepts mail from nearly everyone, on the principle that people shouldn't have to jump through hoops to report problems. Or something similar. Assuming ejb is still not on the mailing lists (he wasn't last round), he, as a submitter, would not get your reply unless he were Cc'd, the object of an X-Debbugs-Cc header, or the message were sent to nnnnnn-submitter@bugs.debian.org, where nnnnnn is the bug number. Since your message did go though to the bug log as well as the zsh-workers list, he can now read it by going to http://bugs.debian.org/243385 , requesting a copy via the email interface, or checking the zsh-workers ML archives. > Your previous patch was not applied to the "official" zsh sources (I > don't know about the Debian repackaging). Instead a patch that added > quoting was done, very similar to what Clint posted for _rsync. (The > -L option *did* get added to the "ls" in _ssh.) So _ssh *does* have > _call_program. The Debian repackaging contains the same version as in CVS HEAD. If anyone is interested, the Debian tree has been in Arch for a while now. You can check out a copy by doing the following (assuming you use tla) % tla register-archive zsh@packages.debian.org--pkg-zsh \ http://arch.debian.org/arch/pkg-zsh/current % tla get zsh@packages.debian.org--pkg-zsh/zsh--debian At present, the only differences from 4.2.0 are 2004-03-25 Clint Adams * 19691: Completion/Unix/Type/_diff_options: Allow more than one --exclude or -x to diff. 2004-03-23 Peter Stephenson * 19661: Danek Duvall: Completion/Unix/Type/_diff_options: support diff -u on Solaris from 2.10 up. 2004-03-22 Clint Adams * 19673: Peter Palfrader: Completion/Unix/Command/_cvs: tags can contain the + character. 2004-03-20 Bart Schaefer * 19666 (tweaked): Completion/Unix/Command/_ssh: fixes for remote file completion for scp, suggested by Jay Berkenbilt . * users/7172: Functions/Prompts/prompt_bart_setup: include "unset" among the localoptions, as this relies on it.