Philippe Troin writes: > Danek Duvall writes: > > > On Fri, Oct 03, 2003 at 03:24:43PM -0700, Danek Duvall wrote: > > > > > On Fri, Oct 03, 2003 at 03:06:09PM -0700, Philippe Troin wrote: > > > > > > > Danek Duvall writes: > > > > > > > > > However, I'm now unable to suspend vi or ncftp, or, I would guess, > > > > > any curses program. > > > > > > > > That's strange: this patch only changes zsh's exit behavior. > > > > > > Indeed. I'll recompile both the patched version and the unpatched > > > version from scratch and see if I can reproduce all this behavior. > > > > Mea culpa. I'd run configure in the background, and it failed to detect > > tcsetpgrp properly. Rebuilding in the foreground solved the issue. > > Glad to hear that :-) > > I'll see if I can fix the configure script for that case. At worst, I > can make it fail if ran in the background. Danek, Can you check that you can reproduce the bit about failing to detect tcsetpgrp properly? If you can reproduce it, can you then try this patch and see if it fixes the configure problem? You will need to regenerate the configure script by running "autoconf" after patching zshconfig.ac. BTW, I could not reproduce your problem at all. If I run configure in the background, it just stops during the "checking if tcsetpgrp() actually works..." test. This patch fixes this part. Thanks, Phil.