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

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

bug#38453: Error out if dumping while interactive?


From: Kévin Le Gouguec
Subject: bug#38453: Error out if dumping while interactive?
Date: Wed, 04 Dec 2019 20:23:43 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

AFAICT Fdump_emacs explicitly checks for this:

>  if (! noninteractive)
>    error ("Dumping Emacs works only in batch mode");

Maybe Fdump_emacs_portable should do the same… or maybe the check should
be moved somewhere in loadup.el?

(I hope I am not misunderstanding the issue at hand; my apologies if
so.)





reply via email to

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