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: master 4b79c80c999 1/2: New function 'sort-on' Date: Fri, 02 Feb 2024 17:50:10 +0200 Message-ID: <86wmrm50i5.fsf@gnu.org> References: <170688047526.14693.2994051491358257471@vcs2.savannah.gnu.org> <20240202132756.4272CC0EFE7@vcs2.savannah.gnu.org> <87cytej4hy.fsf@daniel-mendler.de> <86zfwi52m1.fsf@gnu.org> <87plxe28as.fsf@web.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8245"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Michael Heerdegen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Feb 02 16:50:58 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 1rVvog-0001ug-Ac for ged-emacs-devel@m.gmane-mx.org; Fri, 02 Feb 2024 16:50:58 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rVvoG-0000qu-Si; Fri, 02 Feb 2024 10:50:32 -0500 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 1rVvoF-0000qD-C6 for emacs-devel@gnu.org; Fri, 02 Feb 2024 10:50:31 -0500 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 1rVvoE-0007dy-PB; Fri, 02 Feb 2024 10:50:30 -0500 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=C5SmabuoL2bPG85KHRJYehzNTJeHh3Ib+GOzk0ZApSA=; b=JPkBIrTZDnf5 Fi2MNb7Kx9gzGpnih1Zbre6ZSIGfrFEirOBNOUy/kX9/wVlhW45Ms9O1Oh0BGiKGY+wAv+joa6bCE /ksYVUnDIERufIPwj2pZz7B9HHpL/hrD8S4h1PcUg7UWO53tqXcxVeQFLB7ZCE/d62QOfbWJIkY2M qAObAE12etaKK1rVDlw3EuG4DsSpG+8/cTbnrGKof+NSH8ju8sPLnH1RxFwC2I0ILqd11YvD+bekV o/IpRPpLWiyVc/bXg8JV//fz8llQhW9amOgwH0wT1Xh0s8geOJYvOaZb2+gdWidHJDq5a0toUXq1N y+jwWNfSK2EfCwhvGI473w==; In-Reply-To: <87plxe28as.fsf@web.de> (emacs-devel@gnu.org) 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:315759 Archived-At: > Date: Fri, 02 Feb 2024 16:30:03 +0100 > From: Michael Heerdegen via "Emacs development discussions." > > Eli Zaretskii writes: > > > This function can only sort lists, so at least from that aspect its > > place is not in seq.el. In addition, I see no reason to have it > > preloaded. > > > > I've put it in sort.el because the function 'sort' is there. > > Both places make no sense to me. I'm sorry that it doesn't. It does to me, so let's agree to disagree. > Here are two more typos, @Eli please review and install if you agree. I > guess there could be more, I only have had a quick look at the text: I already installed other fixes.