Xref: utzoo comp.sources.d:5906 comp.text.tex:3452 comp.windows.x:28501 Path: utzoo!attcan!uunet!aplcen!samsung!zaphod.mps.ohio-state.edu!wuarchive!cs.utexas.edu!sun-barr!ccut!s.u-tokyo!hideki From: hideki@is.s.u-tokyo.ac.jp (YOSHIDA Hideki) Newsgroups: comp.sources.d,comp.text.tex,comp.windows.x Subject: Re: v10i009: xdvi, Patch10, Part01/02 Message-ID: <964@utsun.s.u-tokyo.ac.jp> Date: 20 Oct 90 00:41:08 GMT References: <143915@sun.Eng.Sun.COM> Sender: news@s.u-tokyo.ac.jp Reply-To: hideki@is.s.u-tokyo.ac.jp Followup-To: comp.sources.d Organization: Dept. of Information Science, the Univ. of Tokyo, Japan. Lines: 27 In-reply-to: vojta@math.Berkeley.EDU's message of 18 Oct 90 22:35:18 GMT I have a problem with xdvi (patchlevel 10); If I tell xdvi to reread dvi files with `R', it sometimes aborts with `Non-existent font'. Following patch seems to solve this problem: *** dvi_init.c.orig Fri Oct 19 11:10:39 1990 --- dvi_init.c Fri Oct 19 11:29:39 1990 *************** *** 182,187 **** --- 182,188 ---- if (strcmp(fontp->fontname, fontp1->fontname) == 0 && size == fontp1->size) { *fontpp = fontp1->next; + fontp1->TeXnumber = fontp->TeXnumber; free(fontp->fontname); free((char *) fontp); fontp = fontp1; I want to know whether this change is correct. --- Yoshida Hideki Department of Information Science Faculty of Science The University of Tokyo hideki@is.s.u-tokyo.ac.jp