Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!mentor.cc.purdue.edu!mjs From: mjs@mentor.cc.purdue.edu (Mike Spitzer) Newsgroups: comp.sys.sequent Subject: Re: Gnu Emacs 18.52 + X11 Message-ID: <1106@mentor.cc.purdue.edu> Date: 1 Feb 89 00:21:15 GMT References: <6431@paris.ics.uci.edu> Reply-To: mjs@mentor.cc.purdue.edu (Mike Spitzer) Distribution: usa Organization: Purdue University Lines: 16 In article <6431@paris.ics.uci.edu> erickson@paris.ics.uci.edu () writes: > >I've got the problem where input to the emacs window isn't >printed until a ^C is done in the window envoking emacs. > This appears to be a generic problem with X11 emacs, not just on the Symmetry. Put the following in your .emacs: (set-input-mode nil t) and all will be fine. BTW, I had to compile emacs on the Symmetry without -O, apparently because of a bug in c2. If you still have problems, check to see if you compiled emacs with optimization. -mjs