Path: utzoo!attcan!uunet!husc6!bloom-beacon!CS.CMU.EDU!rpd From: rpd@CS.CMU.EDU (Richard Draves) Newsgroups: comp.windows.x Subject: Re: rtl under xv11r3? Message-ID: Date: 17 Nov 88 21:02:04 GMT References: <18745.595738613@twg.com> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 7 I don't use rtl myself, but I did compile it and get it to start up. The only problem I ran into was in menus.c. The default menu font is 8x13bold.snf, which isn't found in R3. The code that loads/queries the menu font doesn't check for failure. I changed the default menu font to 8x13B and added a check to keep rtl from core dumping in the future if the load fails. Rich