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

Serious problem with job control and functions



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