Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!lwa@mit-csr From: lwa%mit-csr@sri-unix.UUCP Newsgroups: net.unix Subject: Re: [Bruce Wallace : EMACS] Message-ID: <12961@sri-arpa.UUCP> Date: Tue, 25-Oct-83 10:36:00 EST Article-I.D.: sri-arpa.12961 Posted: Tue Oct 25 10:36:00 1983 Date-Received: Mon, 31-Oct-83 02:50:28 EST Lines: 17 I assume you're using Gosling's Emacs. If so, the reason that changing the termcap entry for the vt100 didn't affect Emacs is that Emacs doesn't use termcap for certain terminals, including vt100's. Instead, there are 'terminal drivers' for these terminals. The reason is that Emacs does some very fancy things with scrolling regions on vt100's which aren't adequately supported by termcap. If you have the sources for Emacs, the file 'TrmVT100.c' is the terminal driver. Note also that (at least in newer versions of Emacs) any terminal type whose name begins 'vt100' is considered to be a vt100 for purposes of determining which terminal driver to use (the code for this is in the file 'display.c' in the routine 'term_init()'. Good luck. -Larry Allen -------