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 15:41:06 +0000 Message-ID: <877ccfi2cw.fsf@protonmail.com> References: <87cym8jngk.fsf@protonmail.com> <864j7j65b1.fsf@gnu.org> <874j7jk06d.fsf@protonmail.com> <87ed6ni5m8.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="23003"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Stefan Kangas , Eli Zaretskii , emacs-devel@gnu.org To: Andrea Corallo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Aug 17 17:47:26 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 1sfLeH-0005uQ-Vf for ged-emacs-devel@m.gmane-mx.org; Sat, 17 Aug 2024 17:47:25 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sfLdg-0008Q1-T6; Sat, 17 Aug 2024 11:46:48 -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 1sfLYK-0007pw-7b for emacs-devel@gnu.org; Sat, 17 Aug 2024 11:41:16 -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 1sfLYI-0004kM-Ae; Sat, 17 Aug 2024 11:41:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1723909269; x=1724168469; bh=Iy5UJUHyd8FdsuDJoN27QCAndwamlHTykQaGSVOTDfA=; 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=ElgGRI5mwE7UZBkOvQypP4HiskHI3cS6cg+dfukKjye9+kMOLuYRUj/pt6SXuibb6 k9ZN8tcOHzRClNcC6jSkCvbl/eVqTIjaO0TMlm6vTNT7Tcd6AAPzK5XTChp784i86I vzXnqEtCqLCAsGBRdSZDTcUCl9dQbanqALMCu8wMP/dE6pHizS/2qShD6i+QJkJblK YV0cPgTkubCoqScS8pmWJMnKl8pPQTupMUcIWlRu9E7BZxLr34yPgM335wl7gSKiiW aPonR08WgjYEM79NqECd6YodPSSVK5WCNl+yDe4XlAlE46m9tq5EiCKYJmUz+RNh20 teOk0ujuSNQcg== In-Reply-To: Feedback-ID: 112775352:user:proton X-Pm-Message-ID: 3b51962b664a1baef36680ef202ecf43168c1ef7 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 11:46:47 -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:322864 Archived-At: "Andrea Corallo" writes: > Pip Cet writes: > >> "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 whe= n >>>> 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? > > Yes, you can delete scratch/no-purespace and push it again. Done, thanks! I'll clean up the commit messages next, assuming we don't reach a consensus to keep unexec and purespace for now. Pip