From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from groucho.cs.psu.edu ([130.203.2.10]) by archone.tamu.edu with SMTP id <45317>; Sat, 4 Apr 1992 22:10:20 -0600 Received: by groucho.cs.psu.edu id <2538>; Sat, 4 Apr 1992 23:08:53 -0500 From: Scott Schwartz To: rc@archone.tamu.edu Subject: -x -n Message-Id: <92Apr4.230853est.2538@groucho.cs.psu.edu> Date: Sat, 4 Apr 1992 22:08:44 -0600 This is wierd: ; rc -x -n fn x {switch($status){case [^'~'^0]*;echo '# status' $status;}} ; ls ls It prints my prompt function, but only once, and without the correct name. One other wierdness... lists print as, e.g., path=((($minpath $miscpath) $nfspath) .) That seems backwards to me. Wouldn't path=($minpath ($miscpath ($nfspath .))) be more aestetic?