From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (euclid.skiles.gatech.edu [130.207.146.50]) by werple.net.au (8.7/8.7.1) with ESMTP id QAA12770 for ; Sun, 7 Jan 1996 16:27:35 +1100 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id AAA15510; Sun, 7 Jan 1996 00:00:11 -0500 (EST) Resent-Date: Sun, 7 Jan 1996 00:00:11 -0500 (EST) Date: Sun, 7 Jan 1996 15:54:03 +1030 (CST) From: Michael Talbot-Wilson To: Zsh Workers Subject: Hi. Installed on FreeBSD 2.1 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Resent-Message-ID: <"lWi701.0.Do3.QDrxm"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/714 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu ... and very easily, too. Ain't autoconf wonderful? It is zsh-2.6-beta13. I have a little problem with ls, though I guess it's more general. Best explained by examples: $ ls -l -F # okay $ A='-l' $ ls $A -F # okay $ B='-l -F' $ ls $B # error # BSD ls: "illegal option --" # GNU ls: "invalid option --" $ ls --8bit --color=tty -lF # okay (GNU color ls) $ C='--8bit --color=tty' $ ls $C -lF # unrecognized option `--8bit --color=tty' # (GNU color ls) The problem does not appear with bash or tcsh. It does appear with two varieties of ls with zsh. The color ls works by assigning the variable LS_OPTIONS and using it in aliases. It is set to "--8bit --color=