Xref: utzoo gnu.emacs:658 comp.emacs:5677 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!hc!lanl!dph From: dph@lanl.gov (David Huelsbeck) Newsgroups: gnu.emacs,comp.emacs Subject: Thanks! (was: GNU Emacs hands under BSD 4.3 (help)) Message-ID: <10935@lanl.gov> Date: 22 Mar 89 17:49:25 GMT References: <16252@cos.com> Organization: Los Alamos National Laboratory Lines: 32 Thanks to everyone that responded. I've installed the patch and it's now working. In fact, I'm using it under vn to send this follow up. For those that may be having the same problem use the old emacs.c from 18.52. If you've already got the new source undo the following patch. From: kaul@icarus.eng.ohio-state.edu (Rich Kaul) *** emacs.c Thu Mar 2 23:09:05 1989 --- emacs.c.53 Thu Mar 2 23:08:28 1989 *************** *** 224,229 setuid (getuid ()); #endif HIGHPRI inhibit_window_system = 0; #ifdef HAVE_X_WINDOWS --- 224,234 ----- setuid (getuid ()); #endif HIGHPRI + #ifdef BSD + /* interrupt_input has trouble if we aren't in a separate process group. */ + setpgrp (getpid (), getpid ()); + #endif + inhibit_window_system = 0; #ifdef HAVE_X_WINDOWS