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.bugs Subject: bug#49316: Add apply-partially's right version Date: Sun, 24 Oct 2021 15:13:44 +0300 Message-ID: <835ytm4o3r.fsf@gnu.org> References: <2315db79-00cf-b2f0-b5df-93cd53392292@gmail.com> <87czs2faas.fsf@tcd.ie> <834kddlvpg.fsf@gnu.org> <27c5c6c9-32d7-0b9a-b883-4f28167ec25c@gmail.com> <83lf6nj2u9.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5896"; mail-complaints-to="usenet@ciao.gmane.io" Cc: contovob@tcd.ie, daanturo@gmail.com, 49316@debbugs.gnu.org To: Stefan Kangas Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Oct 24 14:15:37 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1mecPZ-0001N9-KR for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 24 Oct 2021 14:15:37 +0200 Original-Received: from localhost ([::1]:51486 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mecPY-00087O-8X for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 24 Oct 2021 08:15:36 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39222) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mecP0-00087C-9j for bug-gnu-emacs@gnu.org; Sun, 24 Oct 2021 08:15:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:54729) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mecOz-0005iY-Vj for bug-gnu-emacs@gnu.org; Sun, 24 Oct 2021 08:15:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mecOz-0006qz-M8 for bug-gnu-emacs@gnu.org; Sun, 24 Oct 2021 08:15:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 24 Oct 2021 12:15:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 49316 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 49316-submit@debbugs.gnu.org id=B49316.163507764326266 (code B ref 49316); Sun, 24 Oct 2021 12:15:01 +0000 Original-Received: (at 49316) by debbugs.gnu.org; 24 Oct 2021 12:14:03 +0000 Original-Received: from localhost ([127.0.0.1]:38042 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mecO2-0006pW-K7 for submit@debbugs.gnu.org; Sun, 24 Oct 2021 08:14:02 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:41776) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mecO0-0006oy-At for 49316@debbugs.gnu.org; Sun, 24 Oct 2021 08:14:00 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:32844) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mecNu-000508-Ja; Sun, 24 Oct 2021 08:13:54 -0400 Original-Received: from [87.69.77.57] (port=2022 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mecNu-0007zO-4g; Sun, 24 Oct 2021 08:13:54 -0400 In-Reply-To: (message from Stefan Kangas on Sun, 24 Oct 2021 04:18:13 -0700) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:218095 Archived-At: > From: Stefan Kangas > Date: Sun, 24 Oct 2021 04:18:13 -0700 > Cc: contovob@tcd.ie, 49316@debbugs.gnu.org > > daanturo writes: > > > I have signed the copyright assignment. > > Excellent, thanks for clarifying that. > > > Can this be backported to Emacs 28? > > That's for Eli or Lars to say. It's too late for the release branch. As for the rest, I'd like Lars to state his opinion about this new function. AFAICT, he didn't say what he thinks here.