Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

(fwd) zsh can't hold options in MOSXS



Dwight Lee posted this to comp.sys.next.* newsgroups (incorrectly  
crossposting to csn.misc, but that's another story ;-)

I thought it likely that few folks on this list would see it so I repost it  
here with followups to 'dwight_lee@xxxxxxxxxxxxxxxx'

NOTE: "MOSXS" stands for "Mac OS X Server"


Begin forwarded message:

Newsgroups: comp.sys.next.bugs,comp.sys.next.misc
Subject: zsh can't hold options in MOSXS
Date: 21 May 1999 08:14:50 GMT
Organization: MCSNet Services
Message-ID: <7i34lq$8et$1@xxxxxxxxxxxxx>

As a faithful zsh user, I of course set myself up on Mac OS X Server
with zsh, but found that my preferred options weren't sticking.
Specifically, autolist (aka AUTO_LIST) doesn't show up in a plain
"setopt", and it's not the default.  I compiled my own copy of zsh
3.1.5 and the same thing happened.

Oddly, if I pick another option, like autocd, it's fine.

Is this a zsh problem or a MOSXS problem?


Sample:

versace ~ $ ps auxw | grep $$
font     20893   0.0  0.4 2.78M 1.05M p4 S     0:00 /bin/zsh
font     20930   0.0  0.2 2.39M  496K p4 S     0:00 grep 20893
versace ~ $ setopt
interactive
monitor
shinstdin
zle
versace ~ $ setopt autolist
versace ~ $ setopt
interactive
monitor
shinstdin
zle
versace ~ $ setopt autocd
versace ~ $ setopt
autocd
interactive
monitor
shinstdin
zle
versace ~ $

--
Dwight Lee / dwight_lee@xxxxxxxxxxxxxxxx     1530 Morse Avenue
Information Technology                       Elk Grove Village, IL 60007 USA
Virtualcolor Division                        +1 847 357 9500 voice
Fort Dearborn Company                        +1 847 357 8726 fax



Messages sorted by: Reverse Date, Date, Thread, Author