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

Re: Bugs list



On Jun 11, 10:38pm, Andrej Borsenkow wrote:
} Subject: Bugs list
}
} Bart Schaefer wrote:
} 
} >  The known bugs in zsh are listed in the file Etc/BUGS.

Bart Schaefer quoted the README file, just so it's clear ...
 
} This one is gone AFAIK:
} 
} When interrupting code like the following with ^C:
}    while true; do
}      sh -c '...'
}    done
} if the `sh' is executing, zsh does not know that the sh received a ^C and
} continues with the next iteration.

It still happens for me on RH5.2 where /bin/sh is bash.  The loop

	while true; do
	  sh -c 'more /etc/termcap'
	done

can only be interrupted if you happen to hit bash with the signal before
"more" gets started.

-- 
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