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#43439: [PATCH] doprnt improvements Date: Sat, 17 Oct 2020 21:32:44 +0300 Message-ID: <83pn5gsnxv.fsf@gnu.org> References: <20200916015051.20517-1-eggert@cs.ucla.edu> <83o8m57oq7.fsf@gnu.org> <31fb34a7-26c3-552d-e8d4-74624455ffcb@cs.ucla.edu> <838sd75yor.fsf@gnu.org> <83y2k7we8a.fsf@gnu.org> <83sgafwbrn.fsf@gnu.org> <74baf31e-43ec-677a-e976-889a101c1e9f@cs.ucla.edu> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6415"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 43439@debbugs.gnu.org To: Paul Eggert Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Oct 17 20:34:29 2020 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 1kTr2C-0001Xh-JE for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 17 Oct 2020 20:34:28 +0200 Original-Received: from localhost ([::1]:42230 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kTr2B-00015V-In for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 17 Oct 2020 14:34:27 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46018) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kTr0o-000065-DD for bug-gnu-emacs@gnu.org; Sat, 17 Oct 2020 14:33:04 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:52217) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kTr0o-0007uE-3y for bug-gnu-emacs@gnu.org; Sat, 17 Oct 2020 14:33:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kTr0o-0003A2-0z for bug-gnu-emacs@gnu.org; Sat, 17 Oct 2020 14:33:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 17 Oct 2020 18:33:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43439 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 43439-submit@debbugs.gnu.org id=B43439.160295957412137 (code B ref 43439); Sat, 17 Oct 2020 18:33:01 +0000 Original-Received: (at 43439) by debbugs.gnu.org; 17 Oct 2020 18:32:54 +0000 Original-Received: from localhost ([127.0.0.1]:35530 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kTr0g-00039h-4c for submit@debbugs.gnu.org; Sat, 17 Oct 2020 14:32:54 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:39182) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kTr0e-00039T-1d for 43439@debbugs.gnu.org; Sat, 17 Oct 2020 14:32:52 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:59763) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kTr0W-0007sJ-Pq; Sat, 17 Oct 2020 14:32:45 -0400 Original-Received: from [176.228.60.248] (port=2267 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kTr0W-0008JY-4l; Sat, 17 Oct 2020 14:32:44 -0400 In-Reply-To: <74baf31e-43ec-677a-e976-889a101c1e9f@cs.ucla.edu> (message from Paul Eggert on Thu, 15 Oct 2020 13:06:26 -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:190826 Archived-At: > Cc: 43439@debbugs.gnu.org > From: Paul Eggert > Date: Thu, 15 Oct 2020 13:06:26 -0700 > > On 10/15/20 12:05 PM, Eli Zaretskii wrote: > > I want to continue calling doprnt directly, not replace all its > > calls with a call to another function. > > OK, then attached is a patch that does things that way. This patch affects only > the implementation of doprnt; no doprnt callers are affected. The code should > have most of the proposed performance benefits of the earlier patches I proposed. I'm sorry, but this is still nowhere near the compromise I suggested. And it loses %S, something I didn't agree to.