From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Joe Corneli Newsgroups: gmane.emacs.help Subject: Re: customizing emacs at compile time (or with dump-emacs?) Date: Sat, 21 Feb 2004 12:58:40 -0600 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <200402211702.i1LH2B102501@dell3.ma.utexas.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1077390082 5097 80.91.224.253 (21 Feb 2004 19:01:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Feb 2004 19:01:22 +0000 (UTC) Cc: Billy O'Connor Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 21 20:01:14 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AucNG-0000pl-00 for ; Sat, 21 Feb 2004 20:01:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AucMb-0005BD-4B for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Feb 2004 14:00:33 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AucLS-0004lt-3L for help-gnu-emacs@gnu.org; Sat, 21 Feb 2004 13:59:22 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AucKq-0003k9-Ia for help-gnu-emacs@gnu.org; Sat, 21 Feb 2004 13:59:15 -0500 Original-Received: from [146.6.139.124] (helo=dell3.ma.utexas.edu) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AucKq-0003jV-6j for help-gnu-emacs@gnu.org; Sat, 21 Feb 2004 13:58:44 -0500 Original-Received: from linux183.ma.utexas.edu (mail@linux183.ma.utexas.edu [146.6.139.172]) by dell3.ma.utexas.edu (8.11.0.Beta3/8.10.2) with ESMTP id i1LIwe111204; Sat, 21 Feb 2004 12:58:40 -0600 Original-Received: from jcorneli by linux183.ma.utexas.edu with local (Exim 3.36 #1 (Debian)) id 1AucKm-0002x4-00; Sat, 21 Feb 2004 12:58:40 -0600 Original-To: help-gnu-emacs@gnu.org X-all-your-base-are-belong-to-us: You are on the way to destruction. X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:17053 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17053 How to debug this? % demacs /Users/arided/emacs/src/emacs-21.3.50.1 Loading sml-mode-startup... Loading inf-lisp... Loading mspools... Loading compile... Loading sort... Loading tnt... Loading emacs-wiki (source)... Loading ratpoison-cmd... Loading ratpoison-extras... Loading info-look... Loading find-func... Loading JOESMACROS... Loading FORTUNES... Loading xi... Loading GREEK... Loading bbdb... Loading super... Loading hyper_super... Loading delete... Loading userkeymap... Loading w3... Loading tex-macros... Loading advanced-tex-mode... Loading joes_ratpoison... Loading joes_w3... Loading joes_keyboard (compiled; note, source file is newer)... Loading joes_parens... --- List of All Regions --- address size prot maxp 0 0x1000 none none Fatal error (11)/Users/arided/bin//demacs: line 5: 7965 Segmentation fault $MYEMACS --batch --load ~/site-lisp/joes_loads.el --execute "(dump-emacs \"femacs\" \"$MYEMACS\")" Here is the script I used #!/bin/sh MYEMACS=$1 $MYEMACS --batch \ --load ~/site-lisp/joes_loads.el \ --execute "(dump-emacs \"femacs\" \"$MYEMACS\")"