From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28682 invoked from network); 8 May 1998 09:07:42 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 8 May 1998 09:07:42 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id EAA13442; Fri, 8 May 1998 04:59:24 -0400 (EDT) Resent-Date: Fri, 8 May 1998 04:59:24 -0400 (EDT) From: Andrew Main Message-Id: <199805080859.JAA00939@taos.demon.co.uk> Subject: Re: Oh my God! They killed completion! YOU BASTARDS! To: pacman@cqc.com Date: Fri, 8 May 1998 09:59:39 +0100 (BST) Cc: zsh-workers@math.gatech.edu In-Reply-To: <19980507184554.22535.qmail@defiant.cqc.com> from "pacman@cqc.com" at May 7, 98 01:45:54 pm X-Loop: zefram@tao.co.uk X-Phase: The Moon is Waxing Gibbous (91% of Full) X-Stardate: [-30]1121.87 X-US-Congress: moronic fuckers X-Headers: OTT X-Mouse: +++ ????? +++ Out Of Cheese Error. Redo From Start. X-Parrot: no, it's only resting. X-Personality: INTJ X-email-is-not-HTML: X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"LwwM91.0.zH3.hbiKr"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3953 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu pacman@cqc.com wrote: > Even ^R and ^L treat the completion list as if it was >part of the command line! Ugh! I was rather proud of that addition, actually. >With automenu on, echo $ZSH_ shows ZSH_NAME with a slash after it. >Why's that? That's AUTO_PARAM_SLASH. It adds a slash after a parameter name if the parameter's value happens to be the name of a directory. Not really appropriate with ZSH_NAME, but the slash will go away quite readily if you have AUTO_REMOVE_SLASH set. -zefram