From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: pdumping "into" the executable Date: Mon, 26 Feb 2018 08:38:28 -0500 Message-ID: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1519652236 25336 195.159.176.226 (26 Feb 2018 13:37:16 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 26 Feb 2018 13:37:16 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Daniel Colascione To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 26 14:37:12 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eqIxq-00068Z-T6 for ged-emacs-devel@m.gmane.org; Mon, 26 Feb 2018 14:37:11 +0100 Original-Received: from localhost ([::1]:59123 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqIzt-0006w5-6s for ged-emacs-devel@m.gmane.org; Mon, 26 Feb 2018 08:39:17 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36522) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqIzH-0006vb-ME for emacs-devel@gnu.org; Mon, 26 Feb 2018 08:38:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eqIzE-0000qb-Is for emacs-devel@gnu.org; Mon, 26 Feb 2018 08:38:39 -0500 Original-Received: from [195.159.176.226] (port=60067 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eqIzE-0000qL-CG for emacs-devel@gnu.org; Mon, 26 Feb 2018 08:38:36 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1eqIx9-0002Vi-1O for emacs-devel@gnu.org; Mon, 26 Feb 2018 14:36:27 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 6 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:b9d4eP9+w6L9u1qyYvBGWhc8NNE= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:223052 Archived-At: Another way to avoid having a "separate dump" file is to turn things around: make the dump start with "#!/..../emacs --dump-file". Of course, it's got its own set of problems. Stefan