From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.devel Subject: Re: master 18491f48d97: Install cond* Date: Sun, 11 Aug 2024 17:39:21 +0200 Message-ID: References: <172261466172.7510.6915341032301910893@vcs2.savannah.gnu.org> <20240802160422.677A8C1CAF8@vcs2.savannah.gnu.org> <87sevb3zfi.fsf@protonmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="846"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel@gnu.org, "Richard M. Stallman" To: pipcet@protonmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Aug 11 17:40:21 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 1sdAg9-000AWd-CO for ged-emacs-devel@m.gmane-mx.org; Sun, 11 Aug 2024 17:40:21 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sdAfI-0000wh-6H; Sun, 11 Aug 2024 11:39:28 -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 1sdAfG-0000wO-EO for emacs-devel@gnu.org; Sun, 11 Aug 2024 11:39:26 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sdAfF-0000r8-V5; Sun, 11 Aug 2024 11:39:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=DXCxR0qNdw+YsU+7CJ1uXHztRU6TOirFZrjYS1D8lMM=; b=XB5V+4yoFKdZklWdwjaW Inu261cpgfqIQb9PVfpQmIfXVEZshg9lQew0qS0Dmbq+yfFvh14Okk8M7+xvAYjrl1d+c3Dmjk87F 89AxjAyEAmLsb0DObg1wOmCWx6qqzdLH1gQCkBhXRLQIlmXiJDGy/uEL2XAParD7dAja6uuWW2DdJ y7qVmprsgQMFxmZY0gnOHOl0PPslIhSuXcpyeZ7wbcc25gBByiGjppFhvvuLljRwUqQ2ppeUXF/fX cXNC2jFDGeeVOmlw0xln5W4PRQOjV2Hv0sC0ar4hICa0bLUswHB+pJmlWT7amGXkSRnmPqyuqkDKZ 3Bi2WBVjehhQqA==; In-Reply-To: <87sevb3zfi.fsf@protonmail.com> (pipcet@protonmail.com's message of "Sun, 11 Aug 2024 14:30:03 +0000") 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:322637 Archived-At: pipcet@protonmail.com writes: > "Richard M. Stallman" writes: > >> branch: master >> commit 18491f48d973c9cbc453d9f742ec7f73e83df3bb >> Author: Richard Stallman >> Commit: Richard Stallman >> >> Install cond* >> >> * oond-star.el: New file. > > Would it be okay if I ran whitespace-cleanup on that file? It would make > working with our git pre-commit hooks easier when merging into other > branches, even though I know that cosmetic changes are usually > discouraged. Could we make an exception for this one? I suggest to have a look at bug#72546. It provides a lot of cleanup, including the whitespace issue. Best, Arash