From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: How to show *Warnings* buffer at startup time? Date: Thu, 19 Mar 2009 09:39:46 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1237423193 20901 80.91.229.12 (19 Mar 2009 00:39:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Mar 2009 00:39:53 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 19 01:41:10 2009 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 1Lk6Jm-0004hq-S9 for ged-emacs-devel@m.gmane.org; Thu, 19 Mar 2009 01:41:07 +0100 Original-Received: from localhost ([127.0.0.1]:43794 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lk6IP-0002hX-Ge for ged-emacs-devel@m.gmane.org; Wed, 18 Mar 2009 20:39:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lk6IJ-0002hS-Rx for emacs-devel@gnu.org; Wed, 18 Mar 2009 20:39:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lk6IF-0002hA-37 for emacs-devel@gnu.org; Wed, 18 Mar 2009 20:39:35 -0400 Original-Received: from [199.232.76.173] (port=53155 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lk6IF-0002h3-08 for emacs-devel@gnu.org; Wed, 18 Mar 2009 20:39:31 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:41234) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lk6IE-0004Dc-A0 for emacs-devel@gnu.org; Wed, 18 Mar 2009 20:39:30 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id n2J0dOLV015587; Thu, 19 Mar 2009 09:39:24 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id n2J0dOQN000565; Thu, 19 Mar 2009 09:39:24 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id n2J0dMUK020523; Thu, 19 Mar 2009 09:39:22 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1Lk6IU-0004rx-HW; Thu, 19 Mar 2009 09:39:46 +0900 In-reply-to: (message from Lennart Borgman on Wed, 18 Mar 2009 14:28:16 +0100) X-detected-operating-system: by monty-python.gnu.org: Solaris 9 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:109679 Archived-At: In article , Lennart Borgman writes: > > But the *Warnings* buffer doesn't show up at startup time > > even if create-fontset-from-fontset-spec causes an error. > > Could someone tell me what is wrong with the above change? > Could it be that something later closes the window that shows the > *Warnings* buffer? Perhaps. I found this code in command-line. ;; Under X Window, this creates the X frame and deletes the terminal frame. (unless (daemonp) (frame-initialize)) So, it seems that the window showing *Warnings* in the initial terminal frame before the above code is deleted, and the new X frame doesn't have a window showing *Warnings*. --- Kenichi Handa handa@m17n.org