From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eshel Yaron Newsgroups: gmane.emacs.devel Subject: Re: master 4b79c80c999 1/2: New function 'sort-on' Date: Fri, 02 Feb 2024 17:06:17 +0100 Message-ID: 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> <86wmrm50i5.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20780"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: Michael Heerdegen , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Feb 02 17:06:55 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 1rVw45-00055T-JZ for ged-emacs-devel@m.gmane-mx.org; Fri, 02 Feb 2024 17:06:53 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rVw3h-0000ac-8U; Fri, 02 Feb 2024 11:06:29 -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 1rVw3c-0000VH-9G for emacs-devel@gnu.org; Fri, 02 Feb 2024 11:06:25 -0500 Original-Received: from mail.eshelyaron.com ([107.175.124.16] helo=eshelyaron.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rVw3Z-0006IR-Rd; Fri, 02 Feb 2024 11:06:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=eshelyaron.com; s=mail; t=1706889979; bh=OJybZmgIkAkW3es8UbXenDOAUwPtW2CIcfipsqyDFc0=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=alFZ3ZabYZpLib7IeUx/brOujzFOkqe7+lvmq42aFyyvfN1m4whTd2Otw9PuVvcs9 k0OK+py4qDL4GqtYFTR91q6tBgt+3vVBgSpXF5BXNsupHInDV00nkk2c8uDt2z+LCS Cqt0cKwpnwvAgZzhEZdLs3rdbbCD27Zhnmughhw8E1wTIirRBnm6FtQKeVrlB3lVkC tcDEBxZZLE2g4fSGBX0BoydbSvQqDKqK5LhE4pjJq7Pl/gG6+20LXbrxxkaQcS/Cbn oa0HtkEszCsKMkOEHneIn0wKwkUIvhvYZfgEErvoVnrlYOzbCymn3/D/vK7QF5J4Dm TQTuwZJkxcvWA== In-Reply-To: <86wmrm50i5.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 02 Feb 2024 17:50:10 +0200") Received-SPF: pass client-ip=107.175.124.16; envelope-from=me@eshelyaron.com; helo=eshelyaron.com 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, 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-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:315763 Archived-At: Eli Zaretskii writes: >> Date: Fri, 02 Feb 2024 16:30:03 +0100 >> From: Michael Heerdegen via "Emacs development discussions." >> >> 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. Here's one typo that might have slipped by: diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi index 068b69e9ef8..74719d4779f 100644 --- a/doc/lispref/sequences.texi +++ b/doc/lispref/sequences.texi @@ -461,7 +461,7 @@ Sequence Functions with a single argument, an element of @var{sequence}. This function implements what is known as @dfn{decorate-sort-undecorate} -paradigm, of the Schwartzian transform. It basically trades CPU for +paradigm, or the Schwartzian transform. It basically trades CPU for memory, creating a temporary list with the computed sort keys, then mapping @code{car} over the result of sorting that temporary list. Unlike with @code{sort}, the return value is always a new list; the