[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bigger font bug



In the version of ZWEI on system 25.4, with microcode 613, on LISP Machine Six:
When I'm hacking a buffer with some fancy fonts, and I read in a file with
no font information in the header, the new buffer is SOMETIMES (I can't pick out
just when) put in the fancy fonts instead of just cptfont.  Now granted, this is
sometimes a feature.  The problem arises when the file has 's in it that don't
have anything to do with fonts (as my zwei init does, in the form #/<char>); it
tries to select font "/" and bombs with an array-reference-out-of-bounds
on the current-font array.  At least, I think that's what is going on.