Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!mit-eddie!bacchus!rlk From: rlk@bacchus.UUCP Newsgroups: comp.emacs Subject: Re: X and gnu emacs problem Message-ID: <352@bacchus.MIT.EDU> Date: Sat, 21-Mar-87 13:36:13 EST Article-I.D.: bacchus.352 Posted: Sat Mar 21 13:36:13 1987 Date-Received: Sun, 22-Mar-87 21:43:31 EST Sender: daemon@bacchus.MIT.EDU Reply-To: rlk@athena.MIT.EDU Organization: MIT Project Athena Lines: 17 In article <1462@hplabsc.UUCP> mayer@hplabsc.UUCP (Niels Mayer) writes: ]Perhaps gnuemacs should explicitly set TERM to the correct width ]before executing programs in subshells? MHE should probably set ]the screenwidth in $TERM before calling scan. You mean TERMCAP rather than TERM (probably TERM should be set to something like 'emacs', just so programs that like to look up terminals on their own can't find anything that is wrong). This is an interesting point. It's not exclusively an X problem, although it's more likely to be a problem under a window system than otherwise. Conceivably, whenever the size of the shell buffer changes, emacs could send a SIGWINCH to the shell (this is a 4.3BSD-ism, so other folks will be out of luck). Robert^Z