all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
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 17:34:48 -0400	[thread overview]
Message-ID: <871vyhy22v.fsf@cyd.mit.edu> (raw)
In-Reply-To: <8763nt1ruz.fsf@maru.md5i.com> (Michael Welsh Duggan's message of "Wed, 15 Oct 2008 17:16:36 -0400")

Michael Welsh Duggan <md5i@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?

  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;
    }






  reply	other threads:[~2008-10-15 21:34 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-15 20:39 bug#505: 23.0.60; Font for fixed-pitch not resolved Chong Yidong
2008-10-15 21:16 ` Michael Welsh Duggan
2008-10-15 21:34   ` Chong Yidong [this message]
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
     [not found] <87wsgbuh1n.fsf@cyd.mit.edu>
2008-10-15  5:58 ` Michael Welsh Duggan
2008-10-15 19:13   ` Chong Yidong
  -- 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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871vyhy22v.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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.