From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#41440: 26.3; 'replace' argument in function 'shell-command-on-region' is assumed to be always t for rectangle selection Date: Wed, 10 Jun 2020 02:03:49 +0300 Organization: LINKOV.NET Message-ID: <875zbz4zai.fsf@mail.linkov.net> References: <83d06v13h2.fsf@gnu.org> <871rmqz96a.fsf@mail.linkov.net> <83pna97hav.fsf@gnu.org> <87v9k12krq.fsf@mail.linkov.net> <83eeqo71ta.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="105292"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: 41440@debbugs.gnu.org, wrn.lynn@gmail.com To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Jun 10 01:06:10 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 1jinJq-000RHp-Mu for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 10 Jun 2020 01:06:10 +0200 Original-Received: from localhost ([::1]:53572 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jinJp-0003rE-P9 for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 09 Jun 2020 19:06:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51934) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jinJi-0003r4-Vf for bug-gnu-emacs@gnu.org; Tue, 09 Jun 2020 19:06:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:49640) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jinJi-0003s6-MK for bug-gnu-emacs@gnu.org; Tue, 09 Jun 2020 19:06:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jinJi-0006nH-G6 for bug-gnu-emacs@gnu.org; Tue, 09 Jun 2020 19:06:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 09 Jun 2020 23:06:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41440 X-GNU-PR-Package: emacs Original-Received: via spool by 41440-submit@debbugs.gnu.org id=B41440.159174391526055 (code B ref 41440); Tue, 09 Jun 2020 23:06:02 +0000 Original-Received: (at 41440) by debbugs.gnu.org; 9 Jun 2020 23:05:15 +0000 Original-Received: from localhost ([127.0.0.1]:32953 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jinIw-0006mB-Pq for submit@debbugs.gnu.org; Tue, 09 Jun 2020 19:05:14 -0400 Original-Received: from relay10.mail.gandi.net ([217.70.178.230]:41341) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jinIv-0006lx-0N for 41440@debbugs.gnu.org; Tue, 09 Jun 2020 19:05:13 -0400 Original-Received: from mail.gandi.net (m91-129-108-6.cust.tele2.ee [91.129.108.6]) (Authenticated sender: juri@linkov.net) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 62A30240002; Tue, 9 Jun 2020 23:05:04 +0000 (UTC) In-Reply-To: <83eeqo71ta.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 09 Jun 2020 17:26:25 +0300") 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:181798 Archived-At: >> Pushed docstring fix to emacs-27. >> >> > Are you also looking into the rest of the bug report? >> >> The first part of the original report asks for a new feature, >> now I implemented it in master in commit 3b93549597. >> >> The second part reports a bug, but I can't reproduce it. > > OK, thanks. Actually, I found where the bug was, and pushed the fix to emacs-27 in the commit 22f4fba8a9. Now we have to wait when Warren will have time to confirm if everything is alright.