emacs-devel
[Top][All Lists]
Advanced

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

Re: How to print from/debug startup.el (normal-top-level)


From: Phil Sainty
Subject: Re: How to print from/debug startup.el (normal-top-level)
Date: Wed, 09 Mar 2022 21:39:27 +1300
User-agent: Orcon Webmail

On 2022-03-09 05:03, dalanicolai wrote:
Those files are preloaded into the "pdump" file (a file with name
<foo>.pdmp)
(you can see in `lisp/loadup.el` which are those files that are
preloaded).

Ah, yes, I suspected something like that already, but could not
really find more info about it.

If you build Emacs yourself then you can run the compiled src/temacs
executable which will then load loadup.el at run time.  That should
let you see the effects of modifying those files without recompiling
each time.

You can also configure and build Emacs using:

./configure --with-dumping=none

in which case the final 'emacs' executable will be identical to temacs
and behave that way always; but that's probably not really what you
want.


-Phil




reply via email to

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