Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site pegasus.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!mtuxo!pegasus!hansen From: hansen@pegasus.UUCP (Tony L. Hansen) Newsgroups: net.emacs Subject: Re: Gnu Emacs on Suns/redisplay Message-ID: <2630@pegasus.UUCP> Date: Thu, 10-Oct-85 15:44:06 EDT Article-I.D.: pegasus.2630 Posted: Thu Oct 10 15:44:06 1985 Date-Received: Sat, 12-Oct-85 17:03:19 EDT References: <2766@sun.uucp> <1324@teddy.UUCP> <301@log-hb.UUCP> <1354@teddy.UUCP> Reply-To: hansen@pegasus.UUCP (60545451-Tony L. Hansen;LZ 3B-315;6243) Distribution: net Organization: AT&T Information Systems, Lincroft NJ Lines: 23 < > < >> :al=\E[L:dl=\E[M:im=:ei=:ic=\E[@:dc=\E[P:\ < > NOTE!!!------------------^----^ This is WRONG... < > < >This ENABLES the im and ei functions, assigning the null string to both. < >Which is probably NOT what you want. < >Disabling im and ei should instead be done as follows: < > :al=\E[L:dl=\E[M:im@:ei@:ic=\E[@:dc=\E[P:\ < < From the list of capabilities from Termcap(5) BSD4.2 (it is the same on < Sun Version 2, also): < < ei str End insert mode; give ":ei=:" if ic < im str Insert mode (enter); give ":im=:" if ic < Actually, in this case I've always considered the termcap manual page to be plain wrong. Current usage of both termcap and terminfo, in curses, for example, assumes that ei and im are only defined if they really have some meaning. The same statement can be made for all string variables. Tony Hansen ihnp4!pegasus!hansen