From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18424 invoked from network); 17 Dec 2003 18:38:49 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 17 Dec 2003 18:38:49 -0000 Received: (qmail 27386 invoked by alias); 17 Dec 2003 18:38:40 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19306 Received: (qmail 27373 invoked from network); 17 Dec 2003 18:38:40 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 17 Dec 2003 18:38:40 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [4.11.8.53] by sunsite.dk (MessageWall 1.0.8) with SMTP; 17 Dec 2003 18:38:39 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id hBHIcbW16075 for zsh-workers@sunsite.dk; Wed, 17 Dec 2003 10:38:37 -0800 X-Authentication-Warning: candle.brasslantern.com: schaefer set sender to schaefer@closedmail.com using -f From: Bart Schaefer Message-Id: <1031217183837.ZM16074@candle.brasslantern.com> Date: Wed, 17 Dec 2003 18:38:37 +0000 In-Reply-To: <1772.1071676636@gmcs3.local> Comments: In reply to Oliver Kiddle "Re: Completion in pwd before subdirecories" (Dec 17, 4:57pm) References: <20031213154651.GR18859@strindberg.dsv.su.se> <1031213191918.ZM5325@candle.brasslantern.com> <20031213233905.GW18859@strindberg.dsv.su.se> <3213.1071488991@gmcs3.local> <1031215170258.ZM12804@candle.brasslantern.com> <1772.1071676636@gmcs3.local> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: Re: Completion in pwd before subdirecories MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Dec 17, 4:57pm, Oliver Kiddle wrote: } } Bart wrote: } } > There's code in _files to attempt to merge together any trailing stuff } > that looks like glob qualifiers, because _files predates the #q flag. } > In fact, I'm suspicious that adding #q might actually break things. } } Where? Hrm. I thought I'd found it the other day but now I can't any more. I believe it _used_ to be there (or in _path_files) because Sven grumbled at least once about how difficult it was to write. But maybe something changed so that it was possible for it to be taken out again. In fact, that may have been what led to the introduction of (#q) in the first place. I'm sorry, I've been seriously ill these past three days and my concetration is shot. } So either we need to add #q when using glob qualifiers or _files should } attempt to merge trailing glob qualifiers. I favour the latter. Good luck, then.