Path: utzoo!attcan!uunet!cs.utexas.edu!uwm.edu!bionet!arisia!roo!mdixon From: mdixon@parc.xerox.com (Mike Dixon) Newsgroups: comp.sys.next Subject: Re: GNU Emacs front end Version 1.0 Message-ID: Date: 7 Jun 90 17:52:39 GMT References: <1990Jun6.234224.4459@midway.uchicago.edu> Sender: news@parc.xerox.com Distribution: comp Organization: Xerox PARC, Palo Alto, CA Lines: 20 In-reply-to: phd_ivo@gsbacd.uchicago.edu's message of 7 Jun 90 00:39:58 GMT curious -- i use the emacs front end extensively and haven't run into this problem at all. on the other hand, i don't move the window around very often, and have made one patch (see below) to get it to use screen widths for fonts. what font/size do you use? ------------------------------------------------------------ to patch Emacs to use screen font widths, add these lines: /* NXTextFontInfo appears to be broken for screen fonts, so wait until now to get it */ { Font *screenfont = [displayFont screenFont]; if (screenfont) displayFont = screenfont; } between the call to NXTextFontInfo & the assignment to 'leading' in EtermView.m ------------------------------------------------------------ -- .mike.