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

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

Re: Emacs packages or ...?


From: thi
Subject: Re: Emacs packages or ...?
Date: Mon, 6 Nov 2000 07:02:48 -0800

   From: =?iso-8859-1?Q?J=F6rgen=20J=E4germon?= <jorgen_jagermon@Mitel.COM>
   Date: Mon, 06 Nov 2000 13:37:33 +0100

   Can you give hint/leads/tips or a fairly simple/complex answer to the
   question about "Makeing a lighter personalized Emacs"?

if you get emacs source, see src/Makefile for the following target:

emacs: temacs ${etc}DOC ${lisp}
        LC_ALL=C ./temacs -batch -l loadup dump
        -./emacs -q -batch -f list-load-path-shadows

next, look in lisp/loadup.el to see what gets added to temacs before
dumping.  you may wish to slim loadup.el to your needs.

it would be nice if there were a configure option to enable alternative
loadup, something like `configure --alternative-loadup my-loadup.el'.

thi



reply via email to

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