Hi!

----

While doing some work on the ksh93 editing modes I found the following
issue (this is ksh93 2006-02-14 on Solaris 10/SPARC 32bit):
-- snip --
# start ksh93 with a clean environment
$ env - ./arch/sol10.sun4/bin/ksh         
$ set -o | egrep "vi|macs"
emacs                    off
gmacs                    off
privileged               off
vi                       off
viraw                    on
$ exit

# start ksh93 with a clean environment and ${EDITOR} set
$ env - EDITOR=gmacs ./arch/sol10.sun4/bin/ksh
$ set -o | egrep "vi|macs"
emacs                    off
gmacs                    on
privileged               off
vi                       off
viraw                    on
-- snip --

In the 2nd call both "gmacs" and "viraw" editing modes are set... is
that a bug or a feature ? I would expect that only one editing mode is
set and not two...

----

Bye,
Roland

-- 
  __ .  . __
 (o.\ \/ /.o) roland.mainz at nrubsig.org
  \__\/\/__/  MPEG specialist, C&&JAVA&&Sun&&Unix programmer
  /O /==\ O\  TEL +49 641 7950090
 (;O/ \/ \O;)

Reply via email to