From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29669 invoked from network); 20 Jun 1997 19:18:03 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 20 Jun 1997 19:18:03 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id OAA10272; Fri, 20 Jun 1997 14:59:12 -0400 (EDT) Resent-Date: Fri, 20 Jun 1997 14:59:12 -0400 (EDT) To: zsh-workers@math.gatech.edu Subject: Filename qualifier M and symbolic links X-Emacs: 19.34 Mime-Version: 1.0 (generated by SEMI MIME-Edit 0.77) Content-Type: text/plain; charset=US-ASCII From: joda@pdc.kth.se (Johan Danielsson) Date: 20 Jun 1997 21:03:04 +0200 Message-ID: X-Mailer: Gnus v5.4.52/Emacs 19.34 Resent-Message-ID: <"AISaK3.0.RW2.0Cjgp"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3267 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu $ echo $ZSH_VERSION 3.1.2 $ ls -l total 5 drwxr-xr-x 2 joda 30 2048 Jun 20 20:30 a -rw-r--r-- 1 joda 30 0 Jun 20 20:30 b lrwxr-xr-x 1 joda 30 1 Jun 20 20:30 c -> a $ echo *(M) a/ b c $ echo *(-M) a/ b c Shouldn't the second echo output "a/ b c/"? /Johan