From debbugs-submit-bounces@debbugs.gnu.org Mon May 13 04:23:05 2013 Received: (at submit) by debbugs.gnu.org; 13 May 2013 08:23:05 +0000 Received: from localhost ([127.0.0.1]:38123 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Ubo2C-0004DE-Ac for submit@debbugs.gnu.org; Mon, 13 May 2013 04:23:04 -0400 Received: from eggs.gnu.org ([208.118.235.92]:60888) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Ubo2A-0004D6-3H for submit@debbugs.gnu.org; Mon, 13 May 2013 04:23:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ubo1i-0002hS-OE for submit@debbugs.gnu.org; Mon, 13 May 2013 04:22:36 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-99.2 required=5.0 tests=BAYES_50,FREEMAIL_FROM, HTML_MESSAGE, T_DKIM_INVALID, USER_IN_WHITELIST autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:36473) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ubo1i-0002hM-L7 for submit@debbugs.gnu.org; Mon, 13 May 2013 04:22:34 -0400 Received: from eggs.gnu.org ([208.118.235.92]:43995) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ubo1g-0005R7-T7 for bug-gnu-emacs@gnu.org; Mon, 13 May 2013 04:22:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ubo1e-0002gO-8p for bug-gnu-emacs@gnu.org; Mon, 13 May 2013 04:22:32 -0400 Received: from mail-pb0-x22b.google.com ([2607:f8b0:400e:c01::22b]:61670) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ubo1e-0002g1-29 for bug-gnu-emacs@gnu.org; Mon, 13 May 2013 04:22:30 -0400 Received: by mail-pb0-f43.google.com with SMTP id md12so4275109pbc.30 for ; Mon, 13 May 2013 01:22:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=ldQNY5yAZtgcOvBLYX0jCn7txzxMC+z9R4Sy8e6WRYI=; b=IT3GFg7TQ/w7PIxMpVacsTHpUAROijh10HzK29WIEbHQPAnc8ttpXd/VgurPZaOFoQ KJ7PfcqmBZF2TRNyvJTmzdGvMc9/QTaRtey65mpszomKcb/V9EZqukdZTKipfv2g+kI0 m+8sr3hrHNbhyiH5Sgh1z15eWE6SSG43YkefSTO3YOE1P5eZERtJUfRgVbFPjiiH83zP aQbLcwzCymQuPwQZ33GVnVHkIrDBErUdNukh2mehSSGkPc0Fc5JE8OBwbPEMsyh1Z2UI S1jy+7VB7Axi0BGyWta/3PB90mqp3grk17KhyrrMd298ReKlFMQHZIUvJRoGhvTp5BfH /94A== MIME-Version: 1.0 X-Received: by 10.68.204.35 with SMTP id kv3mr28359169pbc.87.1368433348713; Mon, 13 May 2013 01:22:28 -0700 (PDT) Received: by 10.66.160.196 with HTTP; Mon, 13 May 2013 01:22:28 -0700 (PDT) Date: Mon, 13 May 2013 12:22:28 +0400 Message-ID: Subject: 24.3; The highlight of the mark persists after C-c in cua-mode From: kostafey To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=047d7b10c7b5a623c104dc95377c X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) --047d7b10c7b5a623c104dc95377c Content-Type: text/plain; charset=ISO-8859-1 (cua-mode t) (setq transient-mark-mode t) After mark some text and copy it via C-c the region mark highlight normally disappear. But from the some period of emacs running the region mark highlight is not disappear after C-c is pressed. If I look closely, the some parts of the letters near the point (cursor) flicker sometimes. At this moument emacs behaves like region mark is not active (as usual), it is only highlighted (that is unusual). If I move cursor e.g. right-char the mark highlight is disappeared. It is hard to reproduce it when I want, but I've got this behaviour every time I run the emacs. Restart emacs solves this problem for some period of time. The most likely way to reproduce it: 1. Launch emacs. 2. Copy/paste something inside emacs buffers. 3. M-x (iconify-or-deiconify-frame) or maybe simple swtch to other application would be enough. 4. Wait for some enough time (probably more then 20 minutes) 5. Restore emacs application. 6. Mark (select) some text and press C-c. How to solve it? How I can collect more data about this problem? I can't test it via run emacs -Q since I can't reproduce the problem when the emacs just started. GNU Emacs 24.3.1 (i386-mingw-nt5.1.2600) of 2013-03-17 on MARVIN The linux version of GNU Emacs 24.3.1 has the same behaviour. --047d7b10c7b5a623c104dc95377c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
(cua-mode t)
(setq transient-mark-mode t)
=A0
A= fter mark some text and copy it via C-c the region mark=A0highlight normall= y disappear.
=A0
But from the some period of emacs=A0ru= nning the region mark highlight is not disappear
after C-c is=A0pressed. If I look closely, the some parts of the=A0le= tters near the point (cursor) flicker sometimes.
At this moument = emacs behaves=A0like=A0region mark is not active (as=A0usual),
it= is only highlighted (that is=A0unusual). If I=A0move cursor=A0e.g. right-c= har the mark highlight is disappeared.
=A0
It is hard to reproduce it when I want, but I've got= this behaviour every time I run the emacs.
Restart emacs solves = this problem for some period of time.
=A0
The most lik= ely way to reproduce it:
1. Launch emacs.
2. Copy/paste something inside emacs buffer= s.
3. M-x (iconify-or-deiconify-frame)=A0or maybe simple swtch to= other application would be enough.
4. Wait for some enough time = (probably more then 20 minutes)
5. Restore emacs application.
6. Mark (select) some text and= press C-c.
=A0
How to solve it?
How=A0I can= =A0collect more data about this problem?
I can't test it via = run emacs -Q since=A0I can't reproduce the=A0problem when the emacs jus= t started.
=A0
GNU Emacs 24.3.1 (i386-mingw-nt5.1.2600)=A0of 2013-03-17= on MARVIN
The linux version of GNU Emacs 24.3.1 has the same beh= aviour.
--047d7b10c7b5a623c104dc95377c-- From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 25 19:47:19 2015 Received: (at control) by debbugs.gnu.org; 26 Dec 2015 00:47:20 +0000 Received: from localhost ([127.0.0.1]:36220 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCd0x-0005pc-Od for submit@debbugs.gnu.org; Fri, 25 Dec 2015 19:47:19 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:49033) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCd0w-0005pU-Hn for control@debbugs.gnu.org; Fri, 25 Dec 2015 19:47:18 -0500 Received: from 2.150.58.24.tmi.telenormobil.no ([2.150.58.24] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aCd0b-0007ew-J7 for control@debbugs.gnu.org; Sat, 26 Dec 2015 01:46:57 +0100 Date: Sat, 26 Dec 2015 01:46:56 +0100 Message-Id: <87poxukpdr.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #14393 X-MailScanner-ID: 1aCd0b-0007ew-J7 X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1451695617.91888@/m25x8hkAMf/f20rFRX4kA X-Spam-Status: No X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) tags 14393 - moreinfo From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 30 11:56:09 2019 Received: (at control) by debbugs.gnu.org; 30 Sep 2019 15:56:09 +0000 Received: from localhost ([127.0.0.1]:60285 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEy1w-0003ey-Nr for submit@debbugs.gnu.org; Mon, 30 Sep 2019 11:56:08 -0400 Received: from mail-pf1-f172.google.com ([209.85.210.172]:39563) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEy1t-0003eD-TS for control@debbugs.gnu.org; Mon, 30 Sep 2019 11:56:06 -0400 Received: by mail-pf1-f172.google.com with SMTP id v4so5854539pff.6 for ; Mon, 30 Sep 2019 08:56:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=DP7vmh4FrrsJA3ys+oWwF/OUw8rAO2w1WcjZLtaqClc=; b=W0pObMgmLPSL0KBTcwn+wG9SBHKPJn1s9q4Y61vPV/Q3/tATDQtFb0e9l5C533bJCQ 8rp+ClUKp2L9Cs6DBpKv5dg2lPSdohcF5yFthF6A7ykyFbDm158FiLWmQHkKr1e5n/7H r3v4xrQlknnO1d+uIwKnhWQP+SnVDoNMHZwg7567HBzYM7kyQF49fRE0tBZDK0Q45bG4 AIGYO4l+MTuRAkbTP6fJ50AmVFaghiSMoCnj1TqGZnLsqATsOfO54DCyvX5e9N0KY0fC vP/zpamveGRecXFPvR0x/vdcX1787WJMRP7hHQguyoFIMgr4/vAWt5sJ0LzrTxl32qUq 4XbQ== X-Gm-Message-State: APjAAAXyEtg8hE6nFxgwy7ph2/4kojtLXSXY2Ng/h/rhNE7syBWVufk9 b+SkFja/8uIzNJLziSL20TxqBdsAWQJ8lO87xnrykwcLhas= X-Google-Smtp-Source: APXvYqwKnfdGXsZqiuJrPLTmNzoktOOYYMXUPQR3OgH6gpX29A5cnbRcWtSj6NySyyKknfqwTpe4SkkuynCQonBXPMs= X-Received: by 2002:a65:5802:: with SMTP id g2mr19281875pgr.333.1569858959919; Mon, 30 Sep 2019 08:55:59 -0700 (PDT) MIME-Version: 1.0 From: Stefan Kangas Date: Mon, 30 Sep 2019 17:55:48 +0200 Message-ID: Subject: To: control@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 2.2 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: severity 14393 minor quit Content analysis details: (2.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (stefankangas[at]gmail.com) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.210.172 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.210.172 listed in wl.mailspike.net] 2.0 BLANK_SUBJECT Subject is present but empty 0.0 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom freemail headers are different X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: severity 14393 minor quit Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.210.172 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.210.172 listed in wl.mailspike.net] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (stefankangas[at]gmail.com) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different 2.0 BLANK_SUBJECT Subject is present but empty 0.0 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom freemail headers are different -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager severity 14393 minor quit From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 15 02:08:35 2021 Received: (at 14393) by debbugs.gnu.org; 15 Jul 2021 06:08:35 +0000 Received: from localhost ([127.0.0.1]:46484 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m3uXz-0004Po-JV for submit@debbugs.gnu.org; Thu, 15 Jul 2021 02:08:35 -0400 Received: from quimby.gnus.org ([95.216.78.240]:52944) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m3uXx-0004PX-Mk for 14393@debbugs.gnu.org; Thu, 15 Jul 2021 02:08:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=vFTUvVQJLwA4J19I1fj0++k8CNIW/6gAg+jMqu+uq4c=; b=jON9tJdHJMFjh/YecRUmdoobyk O5BZwlrFzKgRj6aSlfZmR1JFZGojjjkQChGsK4zjfaukWZYvDT1zceKAaxyZEEJKM+vpbyEMwbRGn Ti1Hm5XZ0mDSVIv6VbbGNvpRUWbgqEgEDiV+SDRffRbUU1oGuT0m7qRrAB87RTjRVRUQ=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m3uXp-0004b5-JX; Thu, 15 Jul 2021 08:08:28 +0200 From: Lars Ingebrigtsen To: kostafey Subject: Re: bug#14393: 24.3; The highlight of the mark persists after C-c in cua-mode References: X-Now-Playing: STFSHD's _Fabric 94: Steffi_: "1.5" Date: Thu, 15 Jul 2021 08:08:25 +0200 In-Reply-To: (kostafey@gmail.com's message of "Mon, 13 May 2013 12:22:28 +0400") Message-ID: <87pmvknm7a.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: kostafey writes: > The most likely way to reproduce it: > 1. Launch emacs. > 2. Copy/paste something inside emacs buffers. > 3. M-x (iconify-or-deiconify-frame) or maybe simple swtch to other application > would be en [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 14393 Cc: 14393@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) kostafey writes: > The most likely way to reproduce it: > 1. Launch emacs. > 2. Copy/paste something inside emacs buffers. > 3. M-x (iconify-or-deiconify-frame) or maybe simple swtch to other application > would be enough. > 4. Wait for some enough time (probably more then 20 minutes) > 5. Restore emacs application. > 6. Mark (select) some text and press C-c. (I'm going through old bug reports that unfortunately got no response at the time.) I took a stab at reproducing this, but it's not trivial. Are you still seeing this issue in recent Emacs versions? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 15 02:08:40 2021 Received: (at control) by debbugs.gnu.org; 15 Jul 2021 06:08:40 +0000 Received: from localhost ([127.0.0.1]:46487 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m3uY3-0004Q3-QL for submit@debbugs.gnu.org; Thu, 15 Jul 2021 02:08:40 -0400 Received: from quimby.gnus.org ([95.216.78.240]:52958) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m3uY2-0004Pf-L2 for control@debbugs.gnu.org; Thu, 15 Jul 2021 02:08:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=FRF24pc8XA8u12DGMZbIp03hn+6TqrppQvCqSnFgHwk=; b=oXXfAqceYZLQ2Gi/bTplwvi5Z/ APWPPjfaFNqcc/g9/LmcZBa28XPfgSlwds32Frp+4srX14n2Z2f0H592PwP5y/ci61exT/MurIcdd v19/qpI3SO+8Z5YlqZYy82UOm9BHgpktPhCODi3mPTUQyN5S4IjVI8KjBGTXhjonP/hE=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m3uXv-0004bR-3D for control@debbugs.gnu.org; Thu, 15 Jul 2021 08:08:33 +0200 Date: Thu, 15 Jul 2021 08:08:30 +0200 Message-Id: <87o8b4nm75.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #14393 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 14393 + moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) tags 14393 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 12 11:09:13 2021 Received: (at 14393) by debbugs.gnu.org; 12 Aug 2021 15:09:13 +0000 Received: from localhost ([127.0.0.1]:39718 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mECKX-0004nI-E1 for submit@debbugs.gnu.org; Thu, 12 Aug 2021 11:09:13 -0400 Received: from quimby.gnus.org ([95.216.78.240]:42044) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mECKW-0004n1-KJ for 14393@debbugs.gnu.org; Thu, 12 Aug 2021 11:09:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=t/g16QmcrH4mxJ/Gluy7EVxYXYkSOf/b5vM/s3oMZ2w=; b=eFJF6oyXnNeM7or9N8Zd9KWEp7 59S6l3I6zuxUnwPk+qOUZ9pgbJadJewj/OEDJ3L3P0ea6X0mgB8dnNMxITRQZ3WYsd3SytHWFVNya cM31r18l7P2vrYAKqdOmki8280AW1PJboxAYprPrBioItaMOA698LfC5ozNPiaBwOXF8=; Received: from [84.212.220.105] (helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mECKM-0007IV-9W; Thu, 12 Aug 2021 17:09:06 +0200 From: Lars Ingebrigtsen To: kostafey Subject: Re: bug#14393: 24.3; The highlight of the mark persists after C-c in cua-mode References: <87pmvknm7a.fsf@gnus.org> Date: Thu, 12 Aug 2021 17:09:01 +0200 In-Reply-To: <87pmvknm7a.fsf@gnus.org> (Lars Ingebrigtsen's message of "Thu, 15 Jul 2021 08:08:25 +0200") Message-ID: <871r6yitte.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Lars Ingebrigtsen writes: > I took a stab at reproducing this, but it's not trivial. Are you still > seeing this issue in recent Emacs versions? More information was requested, but no response was given within a month, so I'm closing this bug report. If the problem still exists, please respond to this email and we'll reopen the bug report. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 14393 Cc: 14393@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Lars Ingebrigtsen writes: > I took a stab at reproducing this, but it's not trivial. Are you still > seeing this issue in recent Emacs versions? More information was requested, but no response was given within a month, so I'm closing this bug report. If the problem still exists, please respond to this email and we'll reopen the bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 12 11:09:17 2021 Received: (at control) by debbugs.gnu.org; 12 Aug 2021 15:09:17 +0000 Received: from localhost ([127.0.0.1]:39721 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mECKb-0004na-KC for submit@debbugs.gnu.org; Thu, 12 Aug 2021 11:09:17 -0400 Received: from quimby.gnus.org ([95.216.78.240]:42070) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mECKa-0004nA-Pi for control@debbugs.gnu.org; Thu, 12 Aug 2021 11:09:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=jpz5P/3DwVZl4k+9wRbF644Vu+6OjVSWNlGc72gFaVU=; b=tEu1IF5DNpx0RAB5jJxdKjFTB+ vZCogcc5awyNcemUx2lZOVh7RGeyCibN5SUFz/tcjc8c2En/kJy4WR5aoSWwl1XLVBgGL+jROmpQ3 Bvnxet1HEry7SgnICds8lOUofw5C8qYzUpyQJj4KzOfIMLtu/CZnnSnRgWXd8WFg673E=; Received: from [84.212.220.105] (helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mECKT-0007Jb-82 for control@debbugs.gnu.org; Thu, 12 Aug 2021 17:09:11 +0200 Date: Thu, 12 Aug 2021 17:09:08 +0200 Message-Id: <87zgtmhf8r.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #14393 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 14393 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 14393 quit From unknown Mon Jun 23 16:46:35 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 10 Sep 2021 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator