From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Solaris 5.8 version hangs again (X resources for faces?) Date: Mon, 14 Jul 2008 10:16:06 -0400 Message-ID: <87d4lgo8k9.fsf@stupidchicken.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216045000 25655 80.91.229.12 (14 Jul 2008 14:16:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Jul 2008 14:16:40 +0000 (UTC) Cc: emacs-devel@gnu.org To: kzeitler@alcatel-lucent.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 14 16:17:27 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KIOrW-0005cc-8P for ged-emacs-devel@m.gmane.org; Mon, 14 Jul 2008 16:17:10 +0200 Original-Received: from localhost ([127.0.0.1]:36447 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIOqd-00076A-Qx for ged-emacs-devel@m.gmane.org; Mon, 14 Jul 2008 10:16:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KIOqX-00072P-9R for emacs-devel@gnu.org; Mon, 14 Jul 2008 10:16:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KIOqV-00070K-Ii for emacs-devel@gnu.org; Mon, 14 Jul 2008 10:16:08 -0400 Original-Received: from [199.232.76.173] (port=49435 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIOqV-000702-BF for emacs-devel@gnu.org; Mon, 14 Jul 2008 10:16:07 -0400 Original-Received: from c-24-63-201-57.hsd1.ma.comcast.net ([24.63.201.57]:26439 helo=furry) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KIOqV-0006El-04 for emacs-devel@gnu.org; Mon, 14 Jul 2008 10:16:07 -0400 Original-Received: by furry (Postfix, from userid 1000) id 1B9D3C054; Mon, 14 Jul 2008 10:16:06 -0400 (EDT) In-Reply-To: (Klaus Zeitler's message of "Mon, 14 Jul 2008 15:27:51 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:100686 Archived-At: Klaus Zeitler writes: > In May I reported a problem with the Solaris (5.8) version of emacs 23 > (Subject: startup hangs in select call in wait_reading_process_output) > Since then I wasn't able to start emacs 23 up till recently, but last > week I could start emacs again for the first time in weeks. > Unfortunately faces from X resources were not read anymore and 2 days > later I was back to my original problem, i.e. emacs hangs in startup. > It seems as if both my problems have something to do with the following 3 > lines in function face-set-after-frame-default in faces.el: > > ;; 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 remove these 3 lines from faces.el and rebuild emacs, emacs starts > fine, but my face definitions are gone. > > I appreciate any help. Thanks Could you try to pinpoint where in make-face-x-resource-internal, and for what face, the hang occurs?