# HG changeset patch # User Jim Blandy # Date 739692715 0 # Node ID d83673a740e8906d7c1253557e41d6814c65e8fd # Parent c0b91ff8928aa48a4136edb8c03d03933ffbd137 * s/dgux.h (BROKEN_FASYNC): #define this. diff -r c0b91ff8928a -r d83673a740e8 src/s/dgux.h --- a/src/s/dgux.h Thu Jun 10 06:05:05 1993 +0000 +++ b/src/s/dgux.h Thu Jun 10 06:11:55 1993 +0000 @@ -324,3 +324,11 @@ #endif /* COFF */ /* Define switches affecting x/ymakefile */ #define C_OPTIMIZE_SWITCH + +/* Paul M Reilly writes: + On some systems (DGUX comes to mind real fast) FASYNC causes + background writes to the terminal to stop all processes in the + process group when invoked under the csh (and probably any shell + with job control). This stops Emacs dead in its tracks when coming + up under X11. */ +#define BROKEN_FASYNC