From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Pip Cet Newsgroups: gmane.emacs.devel Subject: Re: Pure space Date: Sat, 17 Aug 2024 14:30:42 +0000 Message-ID: <87ed6ni5m8.fsf@protonmail.com> References: <87cym8jngk.fsf@protonmail.com> <864j7j65b1.fsf@gnu.org> <874j7jk06d.fsf@protonmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4689"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Eli Zaretskii , emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Aug 17 16:33:34 2024 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 1sfKUn-0000zK-Li for ged-emacs-devel@m.gmane-mx.org; Sat, 17 Aug 2024 16:33:33 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sfKUc-0002rz-7v; Sat, 17 Aug 2024 10:33:22 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sfKSB-00024i-7j for emacs-devel@gnu.org; Sat, 17 Aug 2024 10:30:51 -0400 Original-Received: from mail-4316.protonmail.ch ([185.70.43.16]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sfKS8-0004Qf-UO; Sat, 17 Aug 2024 10:30:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1723905045; x=1724164245; bh=bONFiP5xrIgpYqiz1UkurwOtTeBvs0HUFy9WuuqNhVI=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=DK9JOhvuqBWUMaZpAcdsk87zajlpN+XYjrX/1WwH3qaybMDi/ZBrBlRera/DmQW5t Lr0IMz5C6groYPyrziXMPuLYBmvlTh4y1lGYGvhpg98TTdr4WxokuebVZuBI/7NLhk hC2amXghZpsmgbtBCc7HKiD6mxwZ19bzedXQZsUywEu0jtxpsbE4q/xnGDVxdwV0ak iA3lUb/FP+dz1OWzxnyuqYw5fmFEBAm9EafVGhiLz5fO0W5knl/CKf0KrOJvqquIMN 30fu+tZj9DAXfCniqzDjNmjn6VpoeIKSVmTXa3UK5/L0/CtrctIqYUSbc8LwMyA6G9 wZNZ36MpJtYBA== In-Reply-To: Feedback-ID: 112775352:user:proton X-Pm-Message-ID: 71d7638403ae823b8611cc83461bc006f746e518 Received-SPF: pass client-ip=185.70.43.16; envelope-from=pipcet@protonmail.com; helo=mail-4316.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Sat, 17 Aug 2024 10:33: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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:322858 Archived-At: "Stefan Kangas" writes: > Pip Cet writes: > >> Pure space and unexec aren't closely related at all, and the rebased >> scratch/no-purespace branch, after some tedious fixes, starts fine when >> configured with --with-dumping=3Dunexec. > > Could you please push the rebased branch to Savannah? Sure, if someone could point me to the right way to do it. "git push --force-with-lease" refuses to update scratch/no-purespace, so should I delete it and recreate it? Thanks Pip