Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!columbia!amsterdam.columbia.edu!dupuy From: dupuy@amsterdam.columbia.edu (Alexander Dupuy) Newsgroups: net.emacs Subject: Re: Slow terminal io with GNU Emacs on the Sun Message-ID: <2933@columbia.UUCP> Date: Wed, 13-Aug-86 00:52:04 EDT Article-I.D.: columbia.2933 Posted: Wed Aug 13 00:52:04 1986 Date-Received: Wed, 13-Aug-86 05:33:15 EDT References: <1022@bu-cs.bu-cs.BU.EDU> Sender: nobody@columbia.UUCP Reply-To: dupuy@amsterdam.columbia.edu (Alexander Dupuy) Organization: Columbia University CS Department Lines: 33 I don't know how much setting Tty/Retained = "YES" will help, as we are still running 2.2, but one change that does improve things greatly is to add AL and DL (multiple add and delete line) capabilities to your termcap entry. Here is the termcap entry we use here at Columbia: # -------------------------------- # # S: Sun Workstations, Silicon Graphics Iris Workstations # SM|sun|Sun Microsystems Workstation console:\ :li#34:co#80:cl=^L:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\ :am:bs:km:mi:ms:pt:\ :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:\ :kd=\E[B:kl=\E[D:ku=\E[A:kr=\E[C:kh=\E[H:\ :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\ :al=\E[L:dl=\E[M:im=:ei=:ic=\E[@:dc=\E[P:\ :AL=\E[%dL:DL=\E[%dM:IC=\E[%d@:DC=\E[%dP:\ :rs=\E[1r: S-|sun-nic|sune|Sun Microsystems Workstation console without insert character:\ :ic@:IC@:im@:ei@:tc=sun: I don't know for sure whether the 3.x releases support multiple insert/delete line, but I would be surprised if they didn't. Note that adding AL/DL capabilities is preferable to removing al/dl (or adding hefty padding values to them so they won't be used). See the file gnu/dist/INSTALL for a longer discussion of how to tune your termcap. @alex arpa: dupuy@columbia.edu uucp: ...!seismo!columbia!dupuy