Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Serious problem with job control and functions
- X-seq: zsh-workers 14495
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Serious problem with job control and functions
- Date: Sun, 27 May 2001 22:42:56 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
This must be related to the patch from 14327.
I have a shell function:
man () {
command man $* | less -ais
}
I discovered today that if I suspend this function with control-Z, it
vanishes entirely from the job tables and the `man' and `less' commands,
though stopped, are orphaned.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author