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: master 18491f48d97: Install cond* Date: Sun, 11 Aug 2024 16:11:03 +0000 Message-ID: <87jzgn3uqy.fsf@protonmail.com> References: <172261466172.7510.6915341032301910893@vcs2.savannah.gnu.org> <20240802160422.677A8C1CAF8@vcs2.savannah.gnu.org> <87sevb3zfi.fsf@protonmail.com> <86frrbhxg0.fsf@gnu.org> 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="32609"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, rms@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Aug 11 19:41:23 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 1sdCZG-0008K5-9V for ged-emacs-devel@m.gmane-mx.org; Sun, 11 Aug 2024 19:41:22 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sdCYQ-0003Hq-Gd; Sun, 11 Aug 2024 13:40:30 -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 1sdBA2-00081U-PL for emacs-devel@gnu.org; Sun, 11 Aug 2024 12:11:15 -0400 Original-Received: from mail-40134.protonmail.ch ([185.70.40.134]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sdBA1-0004jS-49; Sun, 11 Aug 2024 12:11:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1723392669; x=1723651869; bh=8LlmEdyq2T5s5FjCo+0V3IUnmfrPEsKvBTOvPCvHJ5s=; 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=O4wS1vP5lpf4Y8cBbnlq4gn0YKoOyHF8L+juxMG7qLxi/Gxs5YdnRIId9n0jysAfH 2ye6TMsChFO4WXHIII7DTpls7Pha9lfj8Zxt61UJHmEeL1jKuHgZq8uIIrN7221ktU 29SqXNTa4/u1VAfgBSW5vGs2pvBxF+hYsuPsUH0B/ffYvoHCYnOv/6gbWoDNGWc53x vI7oAgB9gy89wqAMoJCIxLQiStnpJf76lV7Hh2pAUdCyMCDUVpOHWSpMUlamnUjXIN v9ZtIqwvU1fc9GZtrBds8cPZecZscyNlQ0V6OS+PQC2xSP6MHDhqUiwQ0tuClsx9bM yF2iXIraTDVsg== In-Reply-To: <86frrbhxg0.fsf@gnu.org> Feedback-ID: 112775352:user:proton X-Pm-Message-ID: dcee5489d8f17c1c691e9fa86adbd1aad9233ecc Received-SPF: pass client-ip=185.70.40.134; envelope-from=pipcet@protonmail.com; helo=mail-40134.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.01, RCVD_IN_MSPIKE_WL=-0.01, 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: Sun, 11 Aug 2024 13:40:28 -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:322642 Archived-At: "Eli Zaretskii" writes: >> Date: Sun, 11 Aug 2024 14:30:03 +0000 >> From: pipcet@protonmail.com >> Cc: "Richard M. Stallman" >> >> Would it be okay if I ran whitespace-cleanup on that file? > > There's no need to do just whitespace-cleanup because the file had > enough typos to fix whitespace together with them. Here, done. Okay, now you've turned a file with typos and whitespace errors that prevent committing it to other branches into a file with just whitespace errors that prevent committing it to other branches. I'll be bold and fix the remaining whitespace errors. Pip