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

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

bug#571: 23.0.60; Solaris 5.8 version hangs (X resources for faces)


From: Chong Yidong
Subject: bug#571: 23.0.60; Solaris 5.8 version hangs (X resources for faces)
Date: Tue, 19 Aug 2008 18:09:00 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

I can't figure out why you get the error you do... but does the
following patch at least prevent the crash?

*** trunk/src/xfaces.c.~1.412.~ 2008-08-15 17:31:53.000000000 -0400
--- trunk/src/xfaces.c  2008-08-19 18:07:07.000000000 -0400
***************
*** 3733,3738 ****
--- 3733,3739 ----
        }
  
        if (face->font
+         && FONTP (LFACE_FONT (lface))
          && (!UNSPECIFIEDP (LFACE_FAMILY (lface))
              || !UNSPECIFIEDP (LFACE_FOUNDRY (lface))
              || !UNSPECIFIEDP (LFACE_SWIDTH (lface))






reply via email to

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