Path: utzoo!mnetor!uunet!husc6!rutgers!ames!ucbcad!ucbvax!hplabs!hp-pcd!hpcvlx!craig From: craig@hpcvlx.HP.COM (Craig Durland) Newsgroups: comp.sources.bugs Subject: microemacs3.9e display bug Message-ID: <940001@hpcvlx.HP.COM> Date: 28 Dec 87 22:16:42 GMT Organization: Hewlett-Packard Co., Corvallis, OR, USA Lines: 12 There is a bug in the display routines of microemacs 3.9e. How to reproduce: start emacs with no files (ie create an empty window) split the window (^X2) type some note that the other window is not correct Fix: in display.c routine reframe() there are two lines: if (lp==wp->w_dotp) return (TRUE); if (lp==wp->w_bufp->b_linep) break; The fix is to reverse these two lines.