Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!think.com!barmar From: barmar@think.com (Barry Margolin) Newsgroups: comp.emacs Subject: Re: Lost characters Message-ID: <1991Mar4.170417.20308@Think.COM> Date: 4 Mar 91 17:04:17 GMT References: <1014@caslon.cs.arizona.edu> Sender: news@Think.COM Organization: Thinking Machines Corporation, Cambridge MA, USA Lines: 24 In article <1014@caslon.cs.arizona.edu> sandfort@cs.arizona.edu (Jeff Sandfort) writes: > I've had a problem using GnuEmacs 18.55 (?) for some time. What happens >is I lose characters from my screen. They are still there but I can't >see them anymore. ^L rewrites the screen and they are back. This generally >happens when I insert or delete a character into the middle of a line or >just traverse over some existing characters. At school using a Wyse 75 >terminal things work great but at 2400 baud, Procomm+, and vt100 this >problem is a tremendous headache. Any ideas as to a fix. Anything will >be appreciated. Thanks, Sounds like your terminal type is set incorrectly. Specifically, it sounds like Emacs thinks you are on a terminal that can insert characters in the middle of the line, which the VT100 cannot do. It is sending the "enter insert mode" escape sequence and then sending the inserted characters, but the emulator correctly ignores the escape sequence and the characters just overwrite what was there. Make sure that you set your Unix terminal type to "vt100" when you login from the modem. -- Barry Margolin, Thinking Machines Corp. barmar@think.com {uunet,harvard}!think!barmar