help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: customizing emacs at compile time (or with dump-emacs?)


From: Joe Corneli
Subject: Re: customizing emacs at compile time (or with dump-emacs?)
Date: Sat, 21 Feb 2004 12:58:40 -0600

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\")"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]