From: utzoo!decvax!ucbvax!info-vax Newsgroups: fa.info-vax Title: Re: unix emacs and Ann arbor ambassador Article-I.D.: ucbvax.476 Posted: Wed Dec 22 15:29:16 1982 Received: Thu Dec 23 06:20:33 1982 >From MCLINDEN@RUTGERS Wed Dec 22 15:27:41 1982 Mail-From: ARPANET host RUTGERS rcvd at 22-Dec-82 1317-PST To: zorat.suny-sbcs@UDEL-RELAY Cc: MCLINDEN@RUTGERS In-Reply-To: Your message of 21-Dec-82 1630-EST Remailed-Date: 22 Dec 1982 1623-EST Remailed-From: Sean McLinden Remailed-To: Info-Vax at SRI-CSL Remailed-Date: 22 Dec 1982 1336-PST Remailed-From: the tty of Geoffrey S. Goodfellow Remailed-To: Info-VAX@SRI-CSL: ; Since it came up again, I thought I would mention that there is a bug in the terminal driver for Unix Emacs (Gosling), which is responsible, in part, for some of the problems. The bug is in TrmAmb.c in the function "blanks". The old code was: SetHL(0); if (CurrentMode == m_insert) { printf ("\033[%d@", n); etc. It should read: SetHL(0); if (DesiredMode == m_insert) { printf ("\033[%d@", n); We have found that this seems to solve the problems sometimes attributed to padding, at speads in excess of 9600 baud. This error was in a version of Emacs which we got in July so later editions may have fixed this. Merry Christmas! Sean McLinden Decision Systems Lab -------