GNU bug report logs -
#505
23.0.60; Font for fixed-pitch not resolved
Previous Next
Full log
View this message in rfc822 format
Chong Yidong <cyd <at> stupidchicken.com> writes:
> Michael Welsh Duggan <md5i <at> md5i.com> writes:
>
>>> Actually, the last patch I sent you is bad. Could you try using this
>>> one instead, and see if the problem goes away?
>>
>> It does not go away. Before I added the patch I tried inserting a
>> breakpoint on the x_clear_errors line. Emacs never reached that line.
>> I then made the patch and ran again, in case you were testing something
>> different. In each case, the behavior is as I described in the bug
>> report.
>
> How about the call to x_had_errors_p earlier, on line xfont.c:536? Is
> there any effect if we ignore the error by calling x_clear_errors and
> not resetting xfont to NULL?
No. Once again, emacs never enters this block.
> xfont = XLoadQueryFont (display, name);
> if (x_had_errors_p (display))
> {
> /* This error is perhaps due to insufficient memory on X server.
> Let's just ignore it. */
> x_clear_errors (display);
> xfont = NULL;
> }
--
Michael Welsh Duggan
(md5i <at> md5i.com)
This bug report was last modified 13 years and 319 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.