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

Re: 3.0.6-pre-5 problem



On Jun 25,  9:17am, Bart Schaefer wrote:
} Subject: Re: 3.0.6-pre-5 problem
}
} [...]  I think zsh
} may have sent a STOP signal to the xterm that is its parent.

Yup, I can confirm this:

zagzig% Src/zsh -f
zagzig% echo $SHLVL
4
zagzig% Src/zsh -f
zagzig% echo $SHLVL
5
zagzig% mutt () {
function>       command mutt "$@"
function>       echotc rs
function> }
zagzig% mutt
zsh: suspended (signal)  Src/zsh -f
zagzig% echo $SHLVL
4

Zsh has just stopped its parent.  Naughty zsh.

(The above is -pre-5 with 6819 and 6824 applied.)

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



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