From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: zsh-workers-request@euclid.skiles.gatech.edu Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by coral.primenet.com.au (8.7.6/8.7.3) with ESMTP id CAA15883 for ; Sat, 23 Nov 1996 02:35:06 +1100 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id KAA26160; Fri, 22 Nov 1996 10:06:22 -0500 (EST) Resent-Date: Fri, 22 Nov 1996 10:06:22 -0500 (EST) From: Zoltan Hidvegi Message-Id: <199611221506.QAA05662@bolyai.cs.elte.hu> Subject: Re: bug with "compctl -L" in 3.0.1 In-Reply-To: <199611221108.MAA21377@hydra.ifh.de> from Peter Stephenson at "Nov 22, 96 12:08:53 pm" To: pws@ifh.de (Peter Stephenson) Date: Fri, 22 Nov 1996 16:06:46 +0100 (MET) Cc: fclim@singnet.com.sg, zsh-workers@math.gatech.edu Organization: Dept. of Comp. Sci., Eotvos University, Budapest, Hungary Phone: (36 1)2669833 ext: 2667, home phone: (36 1) 2752368 X-Mailer: ELM [version 2.4ME+ PL27 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"eHS4R2.0.dO6.k5Sbo"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2452 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Peter Stephenson wrote: > Fung-Chai Lim wrote: > > Hi, > > > > Although I did a ``compctl -e disable'', ``compctl -L disable'' > > returns ``compctl disable''. So does ``compctl''. This bug > > is in both versions 3.0.0 and 3.0.1. > > The manual page says -e has no effect without -d, so on its own it's > completely ignored and not even stored: you would need -de (I don't > know why it was done like that). However, since its function is to Because it is the default. The manual says: -e Without -d this option has no effect. Otherwise this can be combined with -F, -B, -w, -a, -R and - G to get names of functions, builtins, reserved words or aliases even if they are disabled. It may be changed to -e combined with -F, -B ... lists enabled ... but that's the default unless -d is also given. So in fact it has no effect without -d. Zoltan