Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!usc!cs.utexas.edu!uunet!mcvax!kth!sunic!sics.se!news From: jw@sics.se (Johan Widen) Newsgroups: gnu.emacs.bug Subject: Re: X11 interface broken on Sequent Message-ID: Date: 27 Jun 89 17:27:22 GMT References: <1260@iis.UUCP> Sender: news@sics.se Distribution: gnu Organization: Swedish Institute of Computer Science, Kista Lines: 34 In-reply-to: heiser@iis.UUCP's message of 14 Jun 89 10:34:58 GMT |I recently compiled emacs version 18.54 on a Sequent Symmetry running DYNIX |V3.0.12. |When I now in the Sequent window type "emacs -nw" emacs starts up ok and seems |to perform allright. However, when I just do "emacs &" emacs opens a window, |loads .emacs and then just sits there totally unresponsive, not even the cursor |box fills when moving the mouse inside the emacs window. When typing to the |window the process after a while exits with a status of 1 after displaying |the message: |"XIO: fatal IO error 50 (Network is down) on X server "scesaplana:0.0" | after 25923 requests (41 known processed) with 0 events remaining." I had the same experience. The following patch to m-symmetry.h (or m-sequent.h) makes the problem go away: *** m-symmetry.h~ Fri Mar 10 19:04:33 1989 --- m-symmetry.h Tue Jun 27 19:08:00 1989 *************** *** 153,155 sprintf (ptyname, "/dev/tty%c%c", PTY_MAJOR[ma], PTY_MINOR[mi]); #define STACK_DIRECTION -1 --- 153,157 ----- sprintf (ptyname, "/dev/tty%c%c", PTY_MAJOR[ma], PTY_MINOR[mi]); #define STACK_DIRECTION -1 + + #undef SIGIO -- Johan Widen SICS, PO Box 1263, S-164 28 KISTA, SWEDEN Internet: jw@sics.se Tel: +46 8 752 15 32 Ttx: 812 61 54 SICS S Fax: +46 8 751 72 30