bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#505: 23.0.60; Font for fixed-pitch not resolved


From: Chong Yidong
Subject: bug#505: 23.0.60; Font for fixed-pitch not resolved
Date: Wed, 15 Oct 2008 15:13:36 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

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.  */






reply via email to

[Prev in Thread] Current Thread [Next in Thread]