[comp.sys.sequent] Gnu Emacs 18.52 + X11

erickson@paris.ics.uci.edu (Gary Erickson) (02/01/89)

Could someone point me to the fix for gnu emacs 18.52 so that it
works under X11 on a Sequent Symmetry system.

I've got the problem where input to the emacs window isn't
printed until a ^C is done in the window envoking emacs.

Thanks

Gary
University of California Irvine        | (714) 856-4222
Information & Computer Science Dept.   | erickson@ics.uci.edu    (Internet)
Support Group                          | ucbvax!ucivax!erickson      (UUCP)
                                       | saericks@uci              (Bitnet)
-- 
Gary Scott Erickson

mjs@mentor.cc.purdue.edu (Mike Spitzer) (02/01/89)

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