Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: bug with "compctl -L" in 3.0.1
- X-seq: zsh-workers 2450
- From: Peter Stephenson <pws@xxxxxx>
- To: Fung-Chai Lim <fclim@xxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: bug with "compctl -L" in 3.0.1
- Date: Fri, 22 Nov 1996 12:08:53 +0100
- In-reply-to: "Fung-Chai Lim"'s message of "Fri, 22 Nov 1996 18:40:50 MET." <9611221040.AA00672@xxxxxxxxxxxxxxxxxxxx>
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
show up commands even if they're already disabled (so you wouldn't
want to call disable with them), I doubt if it's quite what you want:
I should think ``compctl -c disable'' will probably be enough. The
general idea seems to be: with no -d or -e, show only enabled
commands; with just -d, show disabled commands; with both -d and -e,
show all.
--
Peter Stephenson <pws@xxxxxx> Tel: +49 33762 77366
WWW: http://www.ifh.de/~pws/ Fax: +49 33762 77413
Deutches Electronen-Synchrotron --- Institut fuer Hochenergiephysik Zeuthen
DESY-IfH, 15735 Zeuthen, Germany.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author