From: Chong Yidong <cyd@stupidchicken.com>
To: Michael Welsh Duggan <md5i@md5i.com>
Cc: 505@emacsbugs.donarmstrong.com
Subject: bug#505: 23.0.60; Font for fixed-pitch not resolved
Date: Wed, 15 Oct 2008 15:13:36 -0400 [thread overview]
Message-ID: <87ej2hpt7j.fsf@cyd.mit.edu> (raw)
In-Reply-To: <87zll61jso.fsf@maru.md5i.com> (Michael Welsh Duggan's message of "Wed, 15 Oct 2008 01:58:31 -0400")
Let's try something.
Could you apply the following patch and try running again? Does the
problem still occur? Is any error message issued to the console?
*** trunk/src/xfont.c.~1.20.~ 2008-10-03 14:58:43.000000000 -0400
--- trunk/src/xfont.c 2008-10-15 15:12:23.000000000 -0400
***************
*** 562,573 ****
}
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;
! }
}
fullname = Qnil;
/* Try to get the full name of FONT. */
--- 562,568 ----
}
xfont = XLoadQueryFont (display, name);
if (x_had_errors_p (display))
! printf ("Error: %s\n", x_error_message->string);
}
fullname = Qnil;
/* Try to get the full name of FONT. */
next prev parent reply other threads:[~2008-10-15 19:13 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <87wsgbuh1n.fsf@cyd.mit.edu>
2008-10-15 5:58 ` bug#505: 23.0.60; Font for fixed-pitch not resolved Michael Welsh Duggan
2008-10-15 19:13 ` Chong Yidong [this message]
2008-10-15 20:39 Chong Yidong
2008-10-15 21:16 ` Michael Welsh Duggan
2008-10-15 21:34 ` Chong Yidong
2008-10-15 21:46 ` Michael Welsh Duggan
2008-10-15 23:03 ` Chong Yidong
2008-10-15 23:40 ` Michael Welsh Duggan
2008-10-16 1:04 ` Chong Yidong
2008-10-16 2:20 ` Michael Welsh Duggan
[not found] ` <87vdvt1cg2.fsf@cyd.mit.edu>
2008-10-16 3:00 ` Michael Welsh Duggan
2008-10-16 3:20 ` Chong Yidong
2008-10-16 3:31 ` Michael Welsh Duggan
2008-10-16 3:35 ` Chong Yidong
2008-10-16 3:43 ` Michael Welsh Duggan
2008-10-16 7:29 ` Andreas Schwab
2008-10-16 13:41 ` Michael Welsh Duggan
2008-10-16 14:50 ` Andreas Schwab
2008-10-17 1:05 ` Michael Welsh Duggan
2008-10-17 17:24 ` Chong Yidong
2008-10-26 21:22 ` Michael Welsh Duggan
-- strict thread matches above, loose matches on Subject: below --
2008-06-29 19:25 Michael Welsh Duggan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ej2hpt7j.fsf@cyd.mit.edu \
--to=cyd@stupidchicken.com \
--cc=505@emacsbugs.donarmstrong.com \
--cc=md5i@md5i.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).