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

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

Re: How to dump Emacs and use as application snapshot?


From: Jean Louis
Subject: Re: How to dump Emacs and use as application snapshot?
Date: Wed, 28 Oct 2020 09:16:30 +0300
User-agent: Mutt/+ (1036f0e) (2020-10-18)

* Leo Butler <leo.butler@umanitoba.ca> [2020-10-28 04:27]:
> Jean Louis <bugs@gnu.support> writes:
> >
> > emacs --batch -eval "(setq my-var \"any\") (dump-emacs-portable 
> > \"~/my-emacs\")"
> >
> > Any way to do it?
> 
> Have you tried wrapping your eval stanza in a progn form?
> 
> emacs --batch -eval '(progn (do-the-stuff you want) (dump-emacs-portable))'

Really great, now I can continue experiments. I got it almost done if
it would not be new error: unsupported object type in dump: module
function

Is it maybe loaded module cannot be dumped?

-- 
Jean Louis



reply via email to

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