all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#571: 23.0.60; Solaris 5.8 version hangs (X resources for faces)
@ 2008-08-14 19:13 Chong Yidong
  2008-08-15  1:49 ` Glenn Morris
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Chong Yidong @ 2008-08-14 19:13 UTC (permalink / raw)
  To: Glenn Morris, Klaus Zeitler; +Cc: 571

> The following 3 lines in function face-set-after-frame-default in faces.el
> cause emacs to hang at startup (before the initial frame pops up).
>
> 	  ;; X resouces for the default face are applied during
> 	  ;; x-create-frame.
> 	  (and (not (eq face 'default))
> 	       (memq (window-system frame) '(x w32 mac)) 	 
> 	       (make-face-x-resource-internal face frame))
>
> When I evaluate the function below in scratch buffer with
> (face-set-after-frame-default-tst (selected-frame))
> I get: Wrong type argument: font, unspecified
>
> In GNU Emacs 23.0.60.1 (sparc-sun-solaris2.8, Motif Version 2.1.0)
> of 2008-07-17 on sfsws4

I can't reproduce this on (sparc-sun-solaris2.10, X toolkit) or
(sparc-sun-solaris2.10, Motif Version 2.1.0).

Could this be a sparc-sun-solaris2.8 bug?  I don't have access to such a
machine for building Emacs.  Glenn, do you?

Klaus, one thing to diagnose this problem is to run Emacs under gdb, set
a breakpoint at `error', and get a backtrace.  Could you do that, and
see where in the code this error arises?






^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-08-21 14:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <877iaampx6.fsf@cyd.mit.edu>
2008-07-18 11:27 ` bug#571: 23.0.60; Solaris 5.8 version hangs (X resources for faces) Klaus Zeitler
2008-08-21 14:05   ` bug#571: marked as done (23.0.60; Solaris 5.8 version hangs (X resources for faces)) Emacs bug Tracking System
2008-08-14 19:13 bug#571: 23.0.60; Solaris 5.8 version hangs (X resources for faces) Chong Yidong
2008-08-15  1:49 ` Glenn Morris
2008-08-15 12:48 ` Klaus Zeitler
2008-08-19  8:11 ` Klaus Zeitler
2008-08-19 22:09   ` Chong Yidong
2008-08-21 12:09     ` Klaus Zeitler

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.