From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: about bug#232: 25.0.92; cua-mode inhibits deactivate-region-hook Date: Sun, 10 Apr 2016 17:56:49 +0300 Message-ID: <83wpo5h5qm.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1460300271 5117 80.91.229.3 (10 Apr 2016 14:57:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 10 Apr 2016 14:57:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thomas =?utf-8?Q?Fr=C3=B6ssman?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 10 16:57:47 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1apGo5-00049Y-AN for ged-emacs-devel@m.gmane.org; Sun, 10 Apr 2016 16:57:45 +0200 Original-Received: from localhost ([::1]:35165 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apGo4-0002Dv-Mj for ged-emacs-devel@m.gmane.org; Sun, 10 Apr 2016 10:57:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46876) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apGnn-000292-EZ for emacs-devel@gnu.org; Sun, 10 Apr 2016 10:57:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1apGnk-0004ci-8k for emacs-devel@gnu.org; Sun, 10 Apr 2016 10:57:27 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38927) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apGnk-0004cd-5i; Sun, 10 Apr 2016 10:57:24 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3468 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1apGnj-0005Qf-GH; Sun, 10 Apr 2016 10:57:23 -0400 In-reply-to: (message from Thomas =?utf-8?Q?Fr=C3=B6ssman?= on Sun, 10 Apr 2016 11:47:44 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:202839 Archived-At: > From: Thomas Frössman > Date: Sun, 10 Apr 2016 11:47:44 +0200 > > First I'm not sure if you prefer me to post to the bug or the mailing list so please tell me if I should restrict > myself to the bugs list instead.. To the bug list, using "M-x report-emacs-bug RET", please. > Anyway, I think that it's an actual bug with cua-mode or something because the deactivate-mark-hook isn't > fired when the region is removed, repeated pressing of C-g doesn't fire it either. > > It's also a consistent behavior, when cua-mode is active the deactivate-mark hook is not fired > > (by using git blame) I noticed that there was a change in September last year or something which modifies > some bits about how cua-mode handles the mark. > > Please tell me if I'm wrong or if there is some additional digging I should do to further diagnose this issue.. Could you perhaps include in your bug report the details about how it worked in previous versions of Emacs? If it worked correctly in some older version, could you please tell in which one, and what was the behavior? Thanks.