From unknown Mon Jun 23 14:58:49 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#23444 <23444@debbugs.gnu.org> To: bug#23444 <23444@debbugs.gnu.org> Subject: Status: 25.0.92; activate-mark-hook does not run after a command has changed the region Reply-To: bug#23444 <23444@debbugs.gnu.org> Date: Mon, 23 Jun 2025 21:58:49 +0000 retitle 23444 25.0.92; activate-mark-hook does not run after a command has = changed the region reassign 23444 emacs submitter 23444 Nicolas Richard severity 23444 normal tag 23444 fixed moreinfo thanks From debbugs-submit-bounces@debbugs.gnu.org Wed May 04 08:05:37 2016 Received: (at submit) by debbugs.gnu.org; 4 May 2016 12:05:37 +0000 Received: from localhost ([127.0.0.1]:36497 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1axvYe-0007fg-Qa for submit@debbugs.gnu.org; Wed, 04 May 2016 08:05:36 -0400 Received: from eggs.gnu.org ([208.118.235.92]:57295) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1axvYd-0007fU-6w for submit@debbugs.gnu.org; Wed, 04 May 2016 08:05:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axvYO-00045j-Iz for submit@debbugs.gnu.org; Wed, 04 May 2016 08:05:26 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48383) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axvYO-00044o-G0 for submit@debbugs.gnu.org; Wed, 04 May 2016 08:05:20 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48237) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axvYC-0007aN-DN for bug-gnu-emacs@gnu.org; Wed, 04 May 2016 08:05:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axvXy-0003ul-Fl for bug-gnu-emacs@gnu.org; Wed, 04 May 2016 08:05:00 -0400 Received: from mxin.ulb.ac.be ([164.15.128.112]:53682) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axvXy-0003qv-AR for bug-gnu-emacs@gnu.org; Wed, 04 May 2016 08:04:54 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkUGAMbkKVekD4Xx/2dsb2JhbABegmeBJH2lLQIBGwaBD5ULGod+AQEBAQEBZieEQwR/EyQ0AYkCCJwNoRyFWIoghQ0Fl1VEl0WFZo80YoE2DAFCG4FNOjCIPAEBAQ Received: from mathsrv4.ulb.ac.be (HELO localhost) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP/TLS/AES128-SHA; 04 May 2016 14:03:50 +0200 From: Nicolas Richard To: bug-gnu-emacs@gnu.org Subject: 25.0.92; activate-mark-hook does not run after a command has changed the region User-agent: mu4e 0.9.17; emacs 25.0.92.1 Date: Wed, 04 May 2016 14:04:01 +0200 Message-ID: <87y47qowr2.fsf@ulb.ac.be> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit 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: -5.0 (-----) activate-mark-hook contains the following in its docstring: > It is also run at the end of a command, if the mark is active and > it is possible that the region may have changed. However, when changing the region, nothing happens. As an example I tried evaluating: (defun foo () (message "ran: %s" this-command)) (add-hook 'activate-mark-hook 'foo) then using C-M-SPC (mark-sexp) correctly showed "ran: mark-sexp", but moving the cursor afterwards doesn't produce any more message. FWIW this was mentionned in bug#902 (and then promptly forgotten, due to the main topic being something else in that report). (side note : in the git repo these docstrings were introduced in commit 0251bafb90e63cc7f428e1b91db436c32ad2677c authored by Richard Stallman. In the lisp/ChangeLog.12 the author of those lines is said to be Chong Yidong. I guess I will pretend I did not see this.) In GNU Emacs 25.0.92.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2016-03-04 built on localhost Repository revision: 620951fe22a6ecc2edc1f78d961f52566a7fe2b6 Windowing system distributor 'The X.Org Foundation', version 11.0.11604000 System Description: Gentoo Base System release 2.2 Configured using: 'configure --with-x-toolkit=lucid 'CFLAGS= '' -- Nicolas Richard From debbugs-submit-bounces@debbugs.gnu.org Wed May 04 12:46:44 2016 Received: (at 23444) by debbugs.gnu.org; 4 May 2016 16:46:44 +0000 Received: from localhost ([127.0.0.1]:38061 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1axzwi-0001WS-DG for submit@debbugs.gnu.org; Wed, 04 May 2016 12:46:44 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52338) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1axzwh-0001WA-9B for 23444@debbugs.gnu.org; Wed, 04 May 2016 12:46:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axzwS-0008MU-NC for 23444@debbugs.gnu.org; Wed, 04 May 2016 12:46:34 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51907) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axzwS-0008M1-JW; Wed, 04 May 2016 12:46:28 -0400 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2302 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1axzwM-0003eX-Hf; Wed, 04 May 2016 12:46:23 -0400 Date: Wed, 04 May 2016 19:46:30 +0300 Message-Id: <83h9edixeh.fsf@gnu.org> From: Eli Zaretskii To: Nicolas Richard In-reply-to: <87y47qowr2.fsf@ulb.ac.be> (message from Nicolas Richard on Wed, 04 May 2016 14:04:01 +0200) Subject: Re: bug#23444: 25.0.92; activate-mark-hook does not run after a command has changed the region References: <87y47qowr2.fsf@ulb.ac.be> 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-Spam-Score: -7.1 (-------) X-Debbugs-Envelope-To: 23444 Cc: 23444@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: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -7.1 (-------) > From: Nicolas Richard > Date: Wed, 04 May 2016 14:04:01 +0200 > > (side note : in the git repo these docstrings were introduced in commit > 0251bafb90e63cc7f428e1b91db436c32ad2677c authored by Richard Stallman. > In the lisp/ChangeLog.12 the author of those lines is said to be Chong > Yidong. I guess I will pretend I did not see this.) You don't need to pretend. I'm quite sure Chong wrote the code and Richard just committed the change, for some reason. CVS doesn't have the equivalent of the --author switch to the 'commit' command, so you will see a lot of similar cases in old commits. E.g., all of my commits were done by Richard or others at first, until I got write access several years later. There's nothing funky here. From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 07 08:31:05 2021 Received: (at 23444) by debbugs.gnu.org; 7 Feb 2021 13:31:05 +0000 Received: from localhost ([127.0.0.1]:47078 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l8k9Z-0000Hw-2X for submit@debbugs.gnu.org; Sun, 07 Feb 2021 08:31:05 -0500 Received: from quimby.gnus.org ([95.216.78.240]:35318) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l8k9X-0000HR-DL for 23444@debbugs.gnu.org; Sun, 07 Feb 2021 08:31:03 -0500 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=t110R5OIc0h+iBIRE/OETzdofyfnQmrkd/e1kXn4rEU=; b=kBL7TlM1VmymXKOaGwbGLKb/cn LB1b0Xamfhgqcl8ggS7HSVmCEqh2L87hGU8RFiS+qjIi2Ro1H4PeRMWIvtiDcNT3Gv/g6wKZcRbND E5fdSWMNpV2ZD1B41/WPnJHo61Oiytvr05M4io4AAq6rFQ7mHkS15CttxjKE2KU9wqDA=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l8k9N-0000fw-51; Sun, 07 Feb 2021 14:30:56 +0100 From: Lars Ingebrigtsen To: Nicolas Richard Subject: Re: bug#23444: 25.0.92; activate-mark-hook does not run after a command has changed the region References: <87y47qowr2.fsf@ulb.ac.be> X-Now-Playing: James White and the Blacks's _Off White_: "White Devil" Date: Sun, 07 Feb 2021 14:30:51 +0100 In-Reply-To: <87y47qowr2.fsf@ulb.ac.be> (Nicolas Richard's message of "Wed, 04 May 2016 14:04:01 +0200") Message-ID: <871rds6m44.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: Nicolas Richard writes: >> It is also run at the end of a command, if the mark is active and >> it is possible that the region may have changed. > > However, when changing the region, nothing happens. As an example I > tried [...] 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: 0.0 (/) X-Debbugs-Envelope-To: 23444 Cc: 23444@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: -1.0 (-) Nicolas Richard writes: >> It is also run at the end of a command, if the mark is active and >> it is possible that the region may have changed. > > However, when changing the region, nothing happens. As an example I > tried evaluating: > > (defun foo () > (message "ran: %s" this-command)) > (add-hook 'activate-mark-hook 'foo) > > then using C-M-SPC (mark-sexp) correctly showed "ran: mark-sexp", but > moving the cursor afterwards doesn't produce any more message. Indeed, and the manual even has this bit, added in 2012: @defvar activate-mark-hook @defvarx deactivate-mark-hook These normal hooks are run, respectively, when the mark becomes active and when it becomes inactive. The hook @code{activate-mark-hook} is also run at the end of the command loop if the mark is active and it is possible that the region may have changed. @ignore This piece of command_loop_1, run unless deactivating the mark: if (current_buffer != prev_buffer || MODIFF != prev_modiff) { Lisp_Object hook = intern ("activate-mark-hook"); Frun_hooks (1, &hook); } @end ignore And that code snippet, which is (surprisingly enough), still in Emacs today, pretty much contradicts what the manual says in the visible text? That is, the hook is only run if the command changes the buffer, which then reactivates the mark. And I can confirm that that's how it's actually working: If you mark a region in a buffer, switch to a different buffer, and then back again, the hook is run (after the region has been activated again). And that makes sense to me, I think? Does anybody know whether this is how it's supposed to work? If so, the fix would be to alter the documentation. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 07 08:31:11 2021 Received: (at control) by debbugs.gnu.org; 7 Feb 2021 13:31:11 +0000 Received: from localhost ([127.0.0.1]:47081 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l8k9f-0000II-Bs for submit@debbugs.gnu.org; Sun, 07 Feb 2021 08:31:11 -0500 Received: from quimby.gnus.org ([95.216.78.240]:35334) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l8k9e-0000Hx-GF for control@debbugs.gnu.org; Sun, 07 Feb 2021 08:31:10 -0500 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=g3yo9Oey6Q/93yt7UnTcNG/aSPnbrmY3GqYB+ApzJiM=; b=bTqvRTMul+mVM5ovTiVrLZPFQt PMgWEpdDS4F8se0F8tZri99fm3yr/YweDfCdGNAmUnHatFdTPP0BBi+ksAOrKBEi5iCBXGWo9FPxW 6JBiY+8xbh6BHecGtsu97XwmzrJ8ZMbUVpSYvvd0H/5RfK7gGkDyQ/4hfAL3H4lrZsOY=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l8k9W-0000g6-Lo for control@debbugs.gnu.org; Sun, 07 Feb 2021 14:31:04 +0100 Date: Sun, 07 Feb 2021 14:31:00 +0100 Message-Id: <87zh0g57jf.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #23444 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 23444 + 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: 0.0 (/) 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.0 (-) tags 23444 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 07 10:21:38 2021 Received: (at 23444) by debbugs.gnu.org; 7 Feb 2021 15:21:39 +0000 Received: from localhost ([127.0.0.1]:48485 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l8lsY-0003Tb-0b for submit@debbugs.gnu.org; Sun, 07 Feb 2021 10:21:38 -0500 Received: from eggs.gnu.org ([209.51.188.92]:34424) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l8lsW-0003TM-Uu for 23444@debbugs.gnu.org; Sun, 07 Feb 2021 10:21:37 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:59666) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l8lsR-0008V1-O9; Sun, 07 Feb 2021 10:21:31 -0500 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3855 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1l8lsR-0002MP-4W; Sun, 07 Feb 2021 10:21:31 -0500 Date: Sun, 07 Feb 2021 17:21:43 +0200 Message-Id: <83sg67nbso.fsf@gnu.org> From: Eli Zaretskii To: Lars Ingebrigtsen In-Reply-To: <871rds6m44.fsf@gnus.org> (message from Lars Ingebrigtsen on Sun, 07 Feb 2021 14:30:51 +0100) Subject: Re: bug#23444: 25.0.92; activate-mark-hook does not run after a command has changed the region References: <87y47qowr2.fsf@ulb.ac.be> <871rds6m44.fsf@gnus.org> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 23444 Cc: 23444@debbugs.gnu.org, youngfrog@members.fsf.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: -1.7 (-) > From: Lars Ingebrigtsen > Date: Sun, 07 Feb 2021 14:30:51 +0100 > Cc: 23444@debbugs.gnu.org > > That is, the hook is only run if the command changes the buffer, which > then reactivates the mark. And I can confirm that that's how it's > actually working: If you mark a region in a buffer, switch to a > different buffer, and then back again, the hook is run (after the region > has been activated again). > > And that makes sense to me, I think? Does anybody know whether this is > how it's supposed to work? If so, the fix would be to alter the > documentation. Yes, I think the manual actually intended to describe what the implementation does, but failed to be accurate enough. So it needs to be fixed. From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 07 16:02:12 2021 Received: (at 23444) by debbugs.gnu.org; 7 Feb 2021 21:02:12 +0000 Received: from localhost ([127.0.0.1]:48991 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l8rC8-0005e1-7G for submit@debbugs.gnu.org; Sun, 07 Feb 2021 16:02:12 -0500 Received: from quimby.gnus.org ([95.216.78.240]:39818) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l8rC6-0005di-4V for 23444@debbugs.gnu.org; Sun, 07 Feb 2021 16:02:10 -0500 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=qJQhmMirQ7dQz9Q5VwwmE5ycV1ESJLLW8ZyoepM+bEs=; b=oPqNuQ6rqRbm6BHWN1/a5ZYxi3 F/3bVHWowUPX+YVjcaae4LZVqmP6Gdru5lAv7zCeysj1CDAuNfWdx6jOt7UJ2YgSlv2imknRdWUgB VxtpQP5Ey7UlmnkBxvTaAR7GGzm2BOsE7biqUDXj7Fny/SNzQbCLvMKT2MBTYgXTCp8M=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l8rBv-0004t2-MU; Sun, 07 Feb 2021 22:02:03 +0100 From: Lars Ingebrigtsen To: Eli Zaretskii Subject: Re: bug#23444: 25.0.92; activate-mark-hook does not run after a command has changed the region References: <87y47qowr2.fsf@ulb.ac.be> <871rds6m44.fsf@gnus.org> <83sg67nbso.fsf@gnu.org> X-Now-Playing: Mia Doi Todd's _Pink Sun EP_: "What If We Do? (Nobody Remix)" Date: Sun, 07 Feb 2021 22:01:58 +0100 In-Reply-To: <83sg67nbso.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 07 Feb 2021 17:21:43 +0200") Message-ID: <87a6sfy4l5.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: Eli Zaretskii writes: > Yes, I think the manual actually intended to describe what the > implementation does, but failed to be accurate enough. So it needs to > be fixed. I've now made an attempt in emacs-27. 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: 0.0 (/) X-Debbugs-Envelope-To: 23444 Cc: 23444@debbugs.gnu.org, youngfrog@members.fsf.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: -1.0 (-) Eli Zaretskii writes: > Yes, I think the manual actually intended to describe what the > implementation does, but failed to be accurate enough. So it needs to > be fixed. I've now made an attempt in emacs-27. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 07 16:02:18 2021 Received: (at control) by debbugs.gnu.org; 7 Feb 2021 21:02:18 +0000 Received: from localhost ([127.0.0.1]:48994 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l8rCD-0005eI-E3 for submit@debbugs.gnu.org; Sun, 07 Feb 2021 16:02:18 -0500 Received: from quimby.gnus.org ([95.216.78.240]:39832) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l8rCB-0005dt-Ok for control@debbugs.gnu.org; Sun, 07 Feb 2021 16:02:16 -0500 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=FPXDUyy2nPr+NlN9HY12SgTIYBm1wwJvIsiZpYIo2w4=; b=cddDTDbGU4NLzv5HxqDKXW18OF rovRhMmofnviWv4R+R2QmGF38Cq5dhGDlgQZZF+6Ad97G2NV6tTYtUCxGoxEtnnmaakYa7mPsK98E LdYi5Y1/4xA9UVNg9xrhsFauvHUjzm1ncYozSjN85mnLVYa3NIALZNdTVA5vWHACaJKU=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l8rC3-0004tF-VG for control@debbugs.gnu.org; Sun, 07 Feb 2021 22:02:10 +0100 Date: Sun, 07 Feb 2021 22:02:07 +0100 Message-Id: <878s7zy4kw.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #23444 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 23444 fixed close 23444 28.1 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: 0.0 (/) 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.0 (-) tags 23444 fixed close 23444 28.1 quit From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 08 01:45:06 2021 Received: (at 23444) by debbugs.gnu.org; 8 Feb 2021 06:45:06 +0000 Received: from localhost ([127.0.0.1]:49520 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l90IE-0007Mh-7h for submit@debbugs.gnu.org; Mon, 08 Feb 2021 01:45:06 -0500 Received: from mailsec107.isp.belgacom.be ([195.238.20.103]:27733) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l90IC-0007GN-3M for 23444@debbugs.gnu.org; Mon, 08 Feb 2021 01:45:04 -0500 IronPort-SDR: NhcF9QX/9X4Uts2FziZnUnjpAo6JqzKGNC/2o6Tlb423Q/Ft6Q2fbKTPOfBrVSz4dY5wTnC1qm GBmAeW4Ly7SzkQi9beIJUOfPfDQP3Gr1al3a3bx4SsZAVw8c/blaYAABVAsVkH5F9mjelwLRH+ 7g9MzbSsweVENnyMkPfKVOlCZOwonLawE3ir/9tj7JBuaihDKa2HzHG7aCeFMH+YIWA60o8bS5 EtSp5KK4uyLGjwiBLA4k4kg1/aRh94JUuScezLFt9pXQndqEZzOZ/y1sl9m9Ux9HK9oOeFTKkt cBg= IronPort-PHdr: =?us-ascii?q?9a23=3AYq7sOBXeZ0j5zKzsAOTZlRAnO0TV8LGtZVwlr6?= =?us-ascii?q?E/grcLSJyIuqrYbR2Ot8tkgFKBZ4jH8fUM07OQ7/mxHzFaqsjR+Fk5M7V0Hy?= =?us-ascii?q?cfjssXmwFySOWkMmbcaMDQUiohAc5ZX0Vk9XzoeWJcGcL5ekGA6ibqtW1aFR?= =?us-ascii?q?rwLxd6KfroEYDOkcu3y/qy+5rOaAlUmTaxe7x/IAiyoAnLtsQan4RuJ6cyxx?= =?us-ascii?q?DUvnZGZuNayH9yK1mOhRj8/MCw/JBi8yRUpf0s8tNLXLv5caolU7FWFSwqPG?= =?us-ascii?q?8p6sLlsxnDVhaP6WAHUmoKiBpIAhPK4w/8U5zsryb1rOt92C2dPc3rUbA5XC?= =?us-ascii?q?mp4ql3RBP0jioMKiU0+3/LhMNukK1boQqhpx1hzI7SfIGVL+d1cqfEcd8HWW?= =?us-ascii?q?ZNQsNdWipcCY2+coQPFfIMM/tGoYnzp1UArhWwCgejC+zt1jBGiWT73a0j0+?= =?us-ascii?q?k7DQ3KwAItEtIIvX/JrNv1LqASUeWtwafQzDXMc/RW2TPn54jTbxsvvfCMUq?= =?us-ascii?q?5wccXL00kgCh7Og1KWqYz/PjOayuQNvHKB7+V9Tu+vjnAoqwRqrTex3McskZ?= =?us-ascii?q?PFhowOylDK7yl5x5w1JdKhRUN9fNWrH4deuTuAOItqXsMtXXtouCAix7AbpZ?= =?us-ascii?q?K3YTYGxZcjyhPddfCLb5aF7gz9WOuSIzp1gG5odby/ihqs8UatxPDxW8mp3V?= =?us-ascii?q?tEridJjNrBu20M2hDO9MSKTOZ28ES52TuX1A3f9/tILV47mKbGMZIt3709m5?= =?us-ascii?q?sJvUnMACP7nlj9grWMeUU+4Oeo7vzqYrDhppCBKYB5khr+MqEymsynBuQ4Lx?= =?us-ascii?q?QOU3Cb+eui0L3j+lX0T7FXgvAyjKXVqo3WKMUYq6KjHQNZyJsv5ha5ADu+0d?= =?us-ascii?q?QYm2cILE5ddR+EkoTlIU/CLf/lAfulnlihkzZmy+rJM7H/GpnNK2LMkLblfb?= =?us-ascii?q?Zz8U5czw8zwMhZ55JOC7EOPPLzVVXrtNPFFRI5NhK7w+P8B9pjzIMeQniDAq?= =?us-ascii?q?GCMKPcq1OI4fgvI+aUaI8PpDn9M+Ql5+LpjXIhh1MQc6ak0JQYZX2jA/tpPV?= =?us-ascii?q?6WbmHxgtcOCmcGpAU+TOr3iFGYVj5TfXmyVbom5j4nEIKmEZvDRoe1jbOf2C?= =?us-ascii?q?e7H5xXa3tJClCKDHfkbYKEW+0DaCiKOM9ujiQEVaS9S48mzRyusBX1y6B8Lu?= =?us-ascii?q?rV4SAYupTj1MVu5+HJkhEy7zN0XIyh1DSpRntv1kIOSDI8xqFwvVdwzB/X1a?= =?us-ascii?q?FimP1wGtpO/LVOSAhscdbxy+0yOdnoVx7afdaIAAKrRtS0KT43U5Q22dBYMG?= =?us-ascii?q?hnHND3qBHI2C6jGPcvlreLDYY4uvbaxXn6J89nx17D2awrgkM9BMVUOyuhnK?= =?us-ascii?q?EppFubPJLAj0jMz/XiTq8bxiOYsT7blWc=3D?= X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2DMCAA/3SBg/yq68VENVRwBAQEBAQE?= =?us-ascii?q?HAQESAQEEBAEBQAeBSAKRR4kHlFmGIoF7CwEBAQEBAQEBAQkvBAEBhEIBBAI?= =?us-ascii?q?CAh6BYyY8Ag0CAwEBAQMCBQEBBgEBAQEBAQUEAYYYgn4pAYMQAgR5EAsDAQJ?= =?us-ascii?q?AVwYBDAgBAYMisGF0gTSFWYM0gUSBOAGJT4NzQYFBP4E4D4JjPoQ+hXkEgke?= =?us-ascii?q?9P4MEm3cFCh+jIpQyoh+CBIFjMxoIKAiDJU8mjliOFIEqAgYBCQEBAwmMGAE?= =?us-ascii?q?B?= X-IPAS-Result: =?us-ascii?q?A2DMCAA/3SBg/yq68VENVRwBAQEBAQEHAQESAQEEBAEBQ?= =?us-ascii?q?AeBSAKRR4kHlFmGIoF7CwEBAQEBAQEBAQkvBAEBhEIBBAICAh6BYyY8Ag0CA?= =?us-ascii?q?wEBAQMCBQEBBgEBAQEBAQUEAYYYgn4pAYMQAgR5EAsDAQJAVwYBDAgBAYMis?= =?us-ascii?q?GF0gTSFWYM0gUSBOAGJT4NzQYFBP4E4D4JjPoQ+hXkEgke9P4MEm3cFCh+jI?= =?us-ascii?q?pQyoh+CBIFjMxoIKAiDJU8mjliOFIEqAgYBCQEBAwmMGAEB?= Received: from 42.186-241-81.adsl-dyn.isp.belgacom.be (HELO [192.168.2.15]) ([81.241.186.42]) by relay.proximus.be with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 08 Feb 2021 07:44:57 +0100 Subject: Re: bug#23444: 25.0.92; activate-mark-hook does not run after a command has changed the region To: Lars Ingebrigtsen , Eli Zaretskii References: <87y47qowr2.fsf@ulb.ac.be> <871rds6m44.fsf@gnus.org> <83sg67nbso.fsf@gnu.org> <87a6sfy4l5.fsf@gnus.org> From: Nicolas Richard Message-ID: <60bb7f34-99c1-3f35-a9a3-0f523d04592c@members.fsf.org> Date: Mon, 8 Feb 2021 07:44:56 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <87a6sfy4l5.fsf@gnus.org> Content-Type: text/html; charset=windows-1252 Content-Language: fr Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.6 (/) X-Debbugs-Envelope-To: 23444 Cc: 23444@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: -1.6 (-)
Le 07/02/2021 =E0 22:01, Lars Ingebrigtsen a =E9crit=A0:
I've now made an attempt in =
emacs-27.

Thank you. I think it's clear.

N.


From unknown Mon Jun 23 14:58:49 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 08 Mar 2021 12: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