From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Objects that can't be purified during dumping Date: Sat, 23 Jul 2022 18:27:23 +0300 Message-ID: <838rojj1d0.fsf@gnu.org> References: <83czdwhsc1.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12179"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Lynn Winebarger Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jul 23 17:28:14 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oFH37-00033J-RV for ged-emacs-devel@m.gmane-mx.org; Sat, 23 Jul 2022 17:28:14 +0200 Original-Received: from localhost ([::1]:58644 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oFH36-0006uJ-JE for ged-emacs-devel@m.gmane-mx.org; Sat, 23 Jul 2022 11:28:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51128) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oFH2M-0006Dr-Hd for emacs-devel@gnu.org; Sat, 23 Jul 2022 11:27:26 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:40672) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oFH2M-0005S6-55; Sat, 23 Jul 2022 11:27:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=xyfCUFUnOzReA3TUMDrCDi59QY0/QQi92KF+jbbLfi0=; b=O95suAE3Y4VP 6NWGeILG3s/C15ofAhX3BjLiiEZ8ppVsL37PtvnNA75AgVd72O6kHObgyGsu1Re6kB9elRjaMs+9e CBKN/9dJse3x+GS4OiRsTmTDlTMawHn/ZoTwFXdth7y5pvZh45nN5CVy4VkNJhuFKvb+ktykgnQeB DOv1ceQV0kqJGEVtbhLuXY7St/IyE6UvtXCUzNgvXNnwP1gNfnGe88eP0h7EdcfuXcSM0STUfxFbQ 4GmqqDcOuM3xGhWpAyKYkOavYe2CxpXkhJawYxDx210HgzHTARj5xRRPol8gmVYPmNhHlAgPwkKFC Y4kZjIUT4HGE6kradp0GSg==; Original-Received: from [87.69.77.57] (port=1383 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oFH2L-0006JZ-6z; Sat, 23 Jul 2022 11:27:25 -0400 In-Reply-To: (message from Lynn Winebarger on Sat, 23 Jul 2022 09:59:18 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:292540 Archived-At: > From: Lynn Winebarger > Date: Sat, 23 Jul 2022 09:59:18 -0400 > Cc: emacs-devel > > Dump how? with the portable dumping? If so, we don't yet fully > support re-dumping, although it's a goal we'd like to reach. > > I might be confused, but I thought redumping referred to dumping using an already dumped emacs. I'm > trying to bootstrap emacs with these additional features loaded in the initial dump. Ah, then sorry for my misunderstanding.