From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chris Hall Newsgroups: gmane.emacs.devel Subject: Debugging lisp during startup Date: Wed, 06 Feb 2008 23:33:28 -1000 Message-ID: <0d9303d2c41ea07e384ac3edf9a51254@lagorda> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Generated by Pantomime 1.2.0) Content-Type: text/plain; charset="us-ascii"; format="flowed" X-Trace: ger.gmane.org 1202376573 29113 80.91.229.12 (7 Feb 2008 09:29:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Feb 2008 09:29:33 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 07 10:29:55 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 1JN34s-0007kR-Sw for ged-emacs-devel@m.gmane.org; Thu, 07 Feb 2008 10:29:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JN34Q-0003bu-AC for ged-emacs-devel@m.gmane.org; Thu, 07 Feb 2008 04:29:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JN33d-0003GO-3I for emacs-devel@gnu.org; Thu, 07 Feb 2008 04:28:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JN33a-0003Ev-Ce for emacs-devel@gnu.org; Thu, 07 Feb 2008 04:28:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JN33Z-0003Ej-IV for emacs-devel@gnu.org; Thu, 07 Feb 2008 04:28:34 -0500 Original-Received: from out4.smtp.messagingengine.com ([66.111.4.28]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JN33Z-0007Bc-Dg for emacs-devel@gnu.org; Thu, 07 Feb 2008 04:28:33 -0500 Original-Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 489D58FF0A for ; Thu, 7 Feb 2008 04:28:29 -0500 (EST) Original-Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Thu, 07 Feb 2008 04:28:29 -0500 X-Sasl-enc: i+ClPPkZ8i0uV5X9fES04ihdrQ4Ki7BSNJBCHhDkAgbE 1202376508 Original-Received: from localhost.localdomain (75-95-220-61.hon.clearwire-dns.net [75.95.220.61]) by mail.messagingengine.com (Postfix) with ESMTP id E0F294A3C for ; Thu, 7 Feb 2008 04:28:28 -0500 (EST) Original-Received: from localhost ([127.0.0.1] helo=localhost.localdomain ident=cjh) by localhost.localdomain with esmtp (Exim 4.50) id 1JN38K-0007P4-Qh for emacs-devel@gnu.org; Wed, 06 Feb 2008 23:33:28 -1000 User-Agent: GNUMail (Version 1.2.0) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:88411 Archived-At: I'm sure this a FAQ -- can someone point me to information on how to debug elisp during the Emacs startup process? I'm trying to debug Emacs.app for GNUstep, and it looks like there is a problem in the windowing system initialization process. The menu displays, but no main window, and the window won't do anything. I've tried starting emacs -nw, then (debug-on-entry 'make-frame-on-display), but I only get so far before it just hangs on me. Thanks, Chris Hall