Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!think!husc6!bu-cs!bzs From: bzs@bu-cs.BU.EDU (Barry Shein) Newsgroups: net.emacs Subject: Slow terminal io with GNU Emacs on the Sun Message-ID: <1022@bu-cs.bu-cs.BU.EDU> Date: Fri, 8-Aug-86 21:35:25 EDT Article-I.D.: bu-cs.1022 Posted: Fri Aug 8 21:35:25 1986 Date-Received: Wed, 13-Aug-86 01:26:30 EDT Organization: Boston U. Comp. Sci. Lines: 22 >Is there any way to speed up the terminal io in GNU Emacs on the >Sun-3? It looks like it is using a lot of padding after line-oriented >operations which it probably doesn't need. JOS@SU-AI Gee, how fast do you want it...try the following two things: 1. in .defaults (or create a ~/.defaults) add the line /Tty/Retained "YES" this does a speed/memory trade-off and seems to speed update up quite a bit. I forget if you have to re-boot or just start a new shelltool to make it take effect, whatever. 2. Make a termcap entry for sun that removes al and dl capabilities, you may find that seems faster, especially with the first change. This is all within sunwindows, on the raw console things may be different. I dunno, *mine* updates the screen instantaneously it seems. Maybe I'm slow. -Barry Shein, Boston University