Path: utzoo!attcan!uunet!lll-winken!ames!pasteur!ucbvax!BRILLIG.UMD.EDU!don From: don@BRILLIG.UMD.EDU (Don Hopkins) Newsgroups: comp.windows.news Subject: Does definefont really work (for TeX)? Message-ID: <8905121141.AA18468@brillig.umd.edu> Date: 12 May 89 11:42:41 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 15 Oops, for some reason another copy of your message got appended onto the end of your message about definefont. Sorry! (In other words, ignore NeWS errors about "From:" being undefined!) In NeWS 1.1, setfont expects a fonttype object, and it's trying to do a setfont to a font dictionary, and barfing. Try applying the following sleaze to the header file: Change the line 58 (or so) from: newname newname load definefont pop To: newname newname load definefont newname exch store -Don