From unknown Sun Jun 15 07:05:54 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#3350 <3350@debbugs.gnu.org> To: bug#3350 <3350@debbugs.gnu.org> Subject: Status: 23.0.93; Deactivation of region by the insert function Reply-To: bug#3350 <3350@debbugs.gnu.org> Date: Sun, 15 Jun 2025 14:05:54 +0000 retitle 3350 23.0.93; Deactivation of region by the insert function reassign 3350 emacs submitter 3350 Lennart Borgman severity 3350 minor tag 3350 notabug thanks From lennart.borgman@gmail.com Fri May 22 05:46:07 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 22 May 2009 12:46:08 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-0.8 required=4.0 tests=AWL,FOURLA,IMPRONONCABLE_1, MURPHY_WRONG_WORD2 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n4MCk4Ia027622 for ; Fri, 22 May 2009 05:46:05 -0700 Received: from mx10.gnu.org ([199.232.76.166]:40631) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1M7U8R-0007t7-3y for emacs-pretest-bug@gnu.org; Fri, 22 May 2009 08:46:03 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1M7U8Q-0001pD-5u for emacs-pretest-bug@gnu.org; Fri, 22 May 2009 08:46:02 -0400 Received: from mail-fx0-f169.google.com ([209.85.220.169]:37386) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M7U8P-0001oo-Or for emacs-pretest-bug@gnu.org; Fri, 22 May 2009 08:46:01 -0400 Received: by fxm17 with SMTP id 17so1770683fxm.42 for ; Fri, 22 May 2009 05:45:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=RHRMXdEqYtLR9m4DHatk8NO8LXJRvpmZdpepJxMk24o=; b=ElwG2iv7k5t2zI4KMc3wmnJtq4EzaYKgRbbt4azq1g27mhuE9Kguw4yaZcYJDfHadw mG+rhnrKUk9fBAEPXVIoUrOnCf4/YnY9bZsYC2ep/NHGNkUdjAV+rQhdrcrlwbqQPGlY qj5RvTkYu6RpqbajTH6zUNdu7Pi+4jzibBqO0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=ljb12uQQLyJONylVbBk+BgWNqXywxY2dUovFZGOXr5OSCLngttI+pFrvYBaVm66eWz IT2D8EMzSG5Dhyns3DTu2KguaQxWf7zvVowwqMTwjL0aaFpeXUKbBfJAacLXz0h3oTCy kE38f1fbUp7SYsobES557sNcIuRmA6LWHTgoM= MIME-Version: 1.0 Received: by 10.239.152.143 with SMTP id v15mr282273hbb.26.1242996359748; Fri, 22 May 2009 05:45:59 -0700 (PDT) Date: Fri, 22 May 2009 14:45:59 +0200 Message-ID: Subject: 23.0.93; Deactivation of region by the insert function From: Lennart Borgman To: emacs-pretest-bug@gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Start from emacs -Q and enter this in the *scratch* buffer and eval it: (defvar msgtrc-buffer "*Messages*" "Buffer or name of buffer for trace messages. See `msgtrc'.") (defun msgtrc (format-string &rest args) "Print message to `msgtrc-buffer'. Arguments FORMAT-STRING and ARGS are like for `message'." (let ((trc-buffer (get-buffer-create msgtrc-buffer))) (with-current-buffer trc-buffer (goto-char (point-max)) ;;(insert "MU:" (apply 'format format-string args) "\n") (insert "constant string\n") (when buffer-file-name (write-region nil nil buffer-file-name))))) (defun msgtrc-post-command () (msgtrc "msgtrc post-command here")) (add-hook 'post-command-hook 'msgtrc-post-command nil t) Then try activating the region with S-. This does not work. However if the (insert ...) statement in msgtrc is commented out then it works. I have not tested if this is a regression from Emacs 22. In GNU Emacs 23.0.93.1 (i386-mingw-nt5.1.2600) of 2009-05-03 Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (3.4) --no-opt --cflags -Ic:/g/include -fno-crossjumping' From monnier@IRO.UMontreal.CA Fri May 22 12:10:16 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 22 May 2009 19:10:16 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.9 required=4.0 tests=AWL,HAS_BUG_NUMBER, IMPRONONCABLE_1,MURPHY_WRONG_WORD2 autolearn=unavailable version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n4MJAFNB030161 for ; Fri, 22 May 2009 12:10:16 -0700 Received: from mx10.gnu.org ([199.232.76.166]:56346) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1M7a8E-0003z1-Np for emacs-pretest-bug@gnu.org; Fri, 22 May 2009 15:10:14 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1M7a8D-0003a9-Cs for emacs-pretest-bug@gnu.org; Fri, 22 May 2009 15:10:14 -0400 Received: from chene.dit.umontreal.ca ([132.204.246.20]:39955) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M7a8C-0003Zp-Tu for emacs-pretest-bug@gnu.org; Fri, 22 May 2009 15:10:13 -0400 Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id n4MJA8GN025081; Fri, 22 May 2009 15:10:08 -0400 Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 028B13A075; Fri, 22 May 2009 15:10:07 -0400 (EDT) From: Stefan Monnier To: Lennart Borgman Cc: 3350@debbugs.gnu.org, emacs-pretest-bug@gnu.org Subject: Re: bug#3350: 23.0.93; Deactivation of region by the insert function Message-ID: References: Date: Fri, 22 May 2009 15:10:07 -0400 In-Reply-To: (Lennart Borgman's message of "Fri, 22 May 2009 14:45:59 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3281=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) > Then try activating the region with S-. This does not work. > However if the (insert ...) statement in msgtrc is commented out then > it works. That's because deativate-mark is a global variable, so a buffer-modification in one buffer is treated identically (w.r.t clearing the mark) as a modification in any other buffer. > I have not tested if this is a regression from Emacs 22. I don't think anything has changed in this regard. Just wrap the code in (let (deactivate-mark) ...) Stefan From lennart.borgman@gmail.com Fri May 22 12:24:21 2009 Received: (at 3350) by emacsbugs.donarmstrong.com; 22 May 2009 19:24:21 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.1 required=4.0 tests=AWL,HAS_BUG_NUMBER, IMPRONONCABLE_1,MURPHY_WRONG_WORD2 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-fx0-f160.google.com (mail-fx0-f160.google.com [209.85.220.160]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n4MJOJ8c001897 for <3350@emacsbugs.donarmstrong.com>; Fri, 22 May 2009 12:24:20 -0700 Received: by fxm4 with SMTP id 4so2173105fxm.1 for <3350@emacsbugs.donarmstrong.com>; Fri, 22 May 2009 12:24:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=uzQfHQKMxwvCbAscYOMmV5znCsYdM59vBhI+Fe/nN0s=; b=QkI2YVIciSJ5G4SVD6Zx2LETAn3vEV8XAZkIknyhTDLVl2jQBvHzT5er3rY1Noc3V5 AmiORLlwlujrkhJ8PQMBvEVti5PY+qkfm1WWeVL0DZm/qzdRBkuUz8NNi9sYw0UviuW/ qCpWrTAcaWBkmqNIur/Ri0EfJY40DV/E6XAJ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=jVy2M+5HDm45GK29TGMxQn+DGjb4jfStD2KL/i7nVZez+N6by/eJWuA6PDL2umSJ8x Z8DWMtwX5ZPK6HFg9Ue/zGCFfRihg2ZjyaL7/CnzchGTq4b9acTGBi0L7N/ZksXr4vn8 l1RKxnLYpQYm32v2b3n39+nHqcxEWuxKvA1/4= MIME-Version: 1.0 Received: by 10.239.157.65 with SMTP id p1mr267244hbc.156.1243020253240; Fri, 22 May 2009 12:24:13 -0700 (PDT) In-Reply-To: References: Date: Fri, 22 May 2009 21:24:13 +0200 Message-ID: Subject: Re: bug#3350: 23.0.93; Deactivation of region by the insert function From: Lennart Borgman To: Stefan Monnier Cc: 3350@debbugs.gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On Fri, May 22, 2009 at 9:10 PM, Stefan Monnier wrote: >> Then try activating the region with S-. This does not work. >> However if the (insert ...) statement in msgtrc is commented out then >> it works. > > That's because deativate-mark is a global variable, so > a buffer-modification in one buffer is treated identically (w.r.t > clearing the mark) as a modification in any other buffer. > >> I have not tested if this is a regression from Emacs 22. > > I don't think anything has changed in this regard. > Just wrap the code in (let (deactivate-mark) ...) Thanks, I see. But it is pretty surprising ... What is the reason that deactivate-mark is not buffer local? From monnier@iro.umontreal.ca Sun May 24 19:06:17 2009 Received: (at 3350) by emacsbugs.donarmstrong.com; 25 May 2009 02:06:17 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.7 required=4.0 tests=AWL,HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from ironport2-out.teksavvy.com (ironport2-out.teksavvy.com [206.248.154.182]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n4P26CtJ016973 for <3350@emacsbugs.donarmstrong.com>; Sun, 24 May 2009 19:06:13 -0700 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlAFAOeZGUrO+IBc/2dsb2JhbACBT8s4hAsFhgA X-IronPort-AV: E=Sophos;i="4.41,242,1241409600"; d="scan'208";a="39028726" Received: from 206-248-128-92.dsl.teksavvy.com (HELO pastel.home) ([206.248.128.92]) by ironport2-out.teksavvy.com with ESMTP; 24 May 2009 22:06:03 -0400 Received: by pastel.home (Postfix, from userid 20848) id 476D27EF7; Sun, 24 May 2009 22:06:03 -0400 (EDT) From: Stefan Monnier To: Lennart Borgman Cc: 3350@debbugs.gnu.org Subject: Re: bug#3350: 23.0.93; Deactivation of region by the insert function Message-ID: References: Date: Sun, 24 May 2009 22:06:03 -0400 In-Reply-To: (Lennart Borgman's message of "Fri, 22 May 2009 21:24:13 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > Thanks, I see. But it is pretty surprising ... > What is the reason that deactivate-mark is not buffer local? There isn't any. Stefan From lennart.borgman@gmail.com Sun May 24 19:20:43 2009 Received: (at 3350) by emacsbugs.donarmstrong.com; 25 May 2009 02:20:43 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.7 required=4.0 tests=AWL,HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-bw0-f157.google.com (mail-bw0-f157.google.com [209.85.218.157]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n4P2KcAm019389 for <3350@emacsbugs.donarmstrong.com>; Sun, 24 May 2009 19:20:40 -0700 Received: by bwz1 with SMTP id 1so3208072bwz.1 for <3350@emacsbugs.donarmstrong.com>; Sun, 24 May 2009 19:20:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=wjBL5HaQVYdwPfK+nk8TPm3mPhCB+ErIJT1Y21zoZ5Q=; b=aurpivcOyxDo9eAwug16/4C3VVZCGUR8/FKDEBg4AKaRpvfwvQbyFc7RVsy9kw1ORF /dLRvqza2FUOjQ5BqnppSo4+TEzzvOwC2kz2KJfHnBvzmvelWEVT+HoPHZeXMniHKWzq 0ZbKEvrpUcqj19KcrVnXGXhRuQYdwnPOfAkbE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Snn+i6aR2/Kb9QbyOSy52AFBiNhll6KbndeyWcZzjJzdll8fkXwsnOwT4fKrkNCVzH duvR3FMnNpgktKZYxOWHSJCTAS1OvRu+RWtRtKuzaNmpYbu+iYxPrs+LApeVK4Ta/TvB UrquKja8eaoktAktv8dyUY9MBOBe5bRdNOSHg= MIME-Version: 1.0 Received: by 10.239.137.10 with SMTP id j10mr497293hbj.57.1243218032961; Sun, 24 May 2009 19:20:32 -0700 (PDT) In-Reply-To: References: Date: Mon, 25 May 2009 04:20:32 +0200 Message-ID: Subject: Re: bug#3350: 23.0.93; Deactivation of region by the insert function From: Lennart Borgman To: Stefan Monnier Cc: 3350@debbugs.gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, May 25, 2009 at 4:06 AM, Stefan Monnier wrote: >> Thanks, I see. =C2=A0But it is pretty surprising ... >> What is the reason that deactivate-mark is not buffer local? > > There isn't any. Then please make it buffer local by default. Also I think that visible active regions still should be visible when they are not in the selected window though with another color (probably grey). That would be more consisten with what other apps do. From monnier@iro.umontreal.ca Mon May 25 15:21:47 2009 Received: (at 3350) by emacsbugs.donarmstrong.com; 25 May 2009 22:21:47 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.7 required=4.0 tests=AWL,HAS_BUG_NUMBER, MURPHY_DRUGS_REL8 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from ironport2-out.teksavvy.com (ironport2-out.pppoe.ca [206.248.154.182]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n4PMLhMs022083 for <3350@emacsbugs.donarmstrong.com>; Mon, 25 May 2009 15:21:45 -0700 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: At8EAAc9GkrO+IBc/2dsb2JhbACBT8pxhAsFhgA X-IronPort-AV: E=Sophos;i="4.41,244,1241409600"; d="scan'208";a="39040477" Received: from 206-248-128-92.dsl.teksavvy.com (HELO pastel.home) ([206.248.128.92]) by ironport2-out.teksavvy.com with ESMTP; 25 May 2009 09:42:53 -0400 Received: by pastel.home (Postfix, from userid 20848) id 8788A7EF7; Mon, 25 May 2009 09:42:52 -0400 (EDT) From: Stefan Monnier To: Lennart Borgman Cc: 3350@debbugs.gnu.org Subject: Re: bug#3350: 23.0.93; Deactivation of region by the insert function Message-ID: References: Date: Mon, 25 May 2009 09:42:52 -0400 In-Reply-To: (Lennart Borgman's message of "Mon, 25 May 2009 04:20:32 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable >>> Thanks, I see. =A0But it is pretty surprising ... >>> What is the reason that deactivate-mark is not buffer local? >> There isn't any. > Then please make it buffer local by default. Patch welcome. > Also I think that visible active regions still should be visible when > they are not in the selected window though with another color > (probably grey). That would be more consisten with what other apps do. That's a separate concern. Please make a separate bug-report for that feature request. Stefan From rgm@gnu.org Wed Jun 17 00:29:42 2009 Received: (at control) by emacsbugs.donarmstrong.com; 17 Jun 2009 07:29:42 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-4.0 required=4.0 tests=AWL,VALID_BTS_CONTROL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5H7TcQa018381 for ; Wed, 17 Jun 2009 00:29:39 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MGpaT-00005k-JR; Wed, 17 Jun 2009 03:29:37 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19000.39777.414084.568239@fencepost.gnu.org> Date: Wed, 17 Jun 2009 03:29:37 -0400 From: Glenn Morris To: control Subject: control message Sender: Glenn Morris tags 3196 moreinfo unreproducible reassign 3221 emacs,ns reassign 3256 emacs,ns tags 3264 moreinfo reassign 3269 emacs,cc-mode close 3269 reassign 3281 emacs,w32 tags 3291 moreinfo severity 3310 minor close 3319 severity 3327 minor tags 3330 moreinfo unreproducible reassign 3331 emacs,ns close 3331 reassign 3351 emacs,ns severity 3350 minor reassign 3397 emacs,ns severity 3425 wishlist close 3448 reassign 3459 emacs,ns severity 3462 wishlist tags 3467 wontfix reassign 3500 emacs,ns merge 3234 3483 severity 3540 wishlist reassign 3452 emacs,w32 severity 3577 minor reassign 3581 emacs,ns reassign 3583 emacs,ns merge 3588 3593 reassign 3588 emacs,ns reassign 3589 emacs,ns reassign 3478 emacs22,w32 close 3146 From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 16 21:06:56 2013 Received: (at control) by debbugs.gnu.org; 17 Feb 2013 02:06:56 +0000 Received: from localhost ([127.0.0.1]:59640 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U6tea-0000wT-EY for submit@debbugs.gnu.org; Sat, 16 Feb 2013 21:06:56 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:58899) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U6teX-0000wM-S3 for control@debbugs.gnu.org; Sat, 16 Feb 2013 21:06:55 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1U6tdi-0001qg-25 for control@debbugs.gnu.org; Sat, 16 Feb 2013 21:06:02 -0500 Date: Sat, 16 Feb 2013 21:06:02 -0500 Message-Id: Subject: control message for bug 3350 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: control 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: -4.2 (----) tag 3350 notabug close 3350 From unknown Sun Jun 15 07:05:54 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 17 Mar 2013 11:24:07 +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