From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#42865: 28.0.50; Add new 'copy-region-quietly' defcustom Date: Sun, 15 Nov 2020 22:33:03 +0200 Message-ID: <87wnymfji8.fsf@mail.linkov.net> References: <87lfihi0w5.fsf@iris.silentflame.com> <87mu2sm5vu.fsf@gnus.org> <875z9fe3l9.fsf@mail.linkov.net> <87eeo37x1f.fsf@gnus.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="29025"; 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: 42865@debbugs.gnu.org, Sean Whitton To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Nov 15 21:34:09 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 1keOiv-0007Ss-2g for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 15 Nov 2020 21:34:09 +0100 Original-Received: from localhost ([::1]:46886 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1keOiu-0002qh-6N for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 15 Nov 2020 15:34:08 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35528) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1keOio-0002qN-C1 for bug-gnu-emacs@gnu.org; Sun, 15 Nov 2020 15:34:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:42715) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1keOio-00063S-2c for bug-gnu-emacs@gnu.org; Sun, 15 Nov 2020 15:34:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1keOin-0004sA-W4 for bug-gnu-emacs@gnu.org; Sun, 15 Nov 2020 15:34:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 15 Nov 2020 20:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42865 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 42865-submit@debbugs.gnu.org id=B42865.160547241818697 (code B ref 42865); Sun, 15 Nov 2020 20:34:01 +0000 Original-Received: (at 42865) by debbugs.gnu.org; 15 Nov 2020 20:33:38 +0000 Original-Received: from localhost ([127.0.0.1]:54261 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1keOiP-0004rV-Ot for submit@debbugs.gnu.org; Sun, 15 Nov 2020 15:33:38 -0500 Original-Received: from relay12.mail.gandi.net ([217.70.178.232]:54289) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1keOiP-0004rI-0D for 42865@debbugs.gnu.org; Sun, 15 Nov 2020 15:33:37 -0500 Original-Received: from mail.gandi.net (m91-129-97-46.cust.tele2.ee [91.129.97.46]) (Authenticated sender: juri@linkov.net) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 4EEF6200002; Sun, 15 Nov 2020 20:33:28 +0000 (UTC) In-Reply-To: <87eeo37x1f.fsf@gnus.org> (Lars Ingebrigtsen's message of "Wed, 19 Aug 2020 12:25:00 +0200") 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:193380 Archived-At: >> Regarding disabling the "swapping point and mark" feature: since >> 'indicate-copied-region' uses 'blink-matching-delay', shouldn't this >> behaviour be disabled by the existing option 'blink-matching-paren-on-screen' >> in 'indicate-copied-region' as well (in addition to 'blink-matching-open' >> where it's used originally)? > > Hm... I'd think paren blinking and copy-region blinking would be > something people would want to control separately. Now a separate option 'copy-region-blink-delay' was added together with a similar option 'delete-pair-blink-delay' from bug#4136. Inhibiting messages selectively will be implemented an another patch.