From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by coral.primenet.com.au (8.7.5/8.7.3) with ESMTP id GAA07440 for ; Fri, 13 Sep 1996 06:30:59 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id QAA20081; Thu, 12 Sep 1996 16:23:45 -0400 (EDT) Resent-Date: Thu, 12 Sep 1996 16:23:45 -0400 (EDT) Date: Thu, 12 Sep 1996 14:22:02 -0600 Message-Id: <199609122022.OAA18277@revelle.cdc.noaa.gov> From: Mark Borges To: zefram@dcs.warwick.ac.uk CC: ZSH mailing list Subject: Re: [zash-3.0.0] bug in cdmatch for dirs w/ embedded space? In-Reply-To: <18339.199609121938@stone.dcs.warwick.ac.uk> References: <199609121742.LAA14407@charney.cdc.noaa.gov> <18339.199609121938@stone.dcs.warwick.ac.uk> Organization: CIRES, University of Colorado X-Attribution: mb Resent-Message-ID: <"oWENb1.0.hv4.H57Eo"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2135 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu >> On Thu, 12 Sep 1996 20:38:11 +0100 (BST), >> Zefram (Z) wrote: >> % cd foo >> results in >> % cd foo\\\ bar/ Z> Looks like you need to use the -Q option to compctl when setting up Z> that completion. You mean the one I already used? >> On Thu, 12 Sep 1996 11:42:29 -0600, >> Mark Borges(mb) wrote: mb> Here's exactly what I did: mb> charney% if [[ -o AUTO_REMOVE_SLASH ]] then then> compctl -x 'p[2]' -Q -K cdmatch2 - 'S[/][~][./][../]' -g '*(-/)' + \ then> -g '*(-/D)' - 'n[-1,/], s[]' -K cdmatch -q -S '/' -- cd pushd then> else else> compctl -x 'p[2]' -Q -K cdmatch2 - 'S[/][~][./][../]' -g '*(-/)' + \ else> -g '*(-/D)' - 'n[-1,/], s[]' -K cdmatch -S '/' -- cd pushd else> fi Does order matter somehow? This is straight out of the 3.0.0 distribution. What else? -- -mb-