From unknown Sun Jun 22 17:10:03 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#5739 <5739@debbugs.gnu.org> To: bug#5739 <5739@debbugs.gnu.org> Subject: Status: 24.0.50; Gomoku mouse placement bug Reply-To: bug#5739 <5739@debbugs.gnu.org> Date: Mon, 23 Jun 2025 00:10:03 +0000 retitle 5739 24.0.50; Gomoku mouse placement bug reassign 5739 emacs submitter 5739 Stephen Berman severity 5739 minor thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 19 18:49:22 2010 Received: (at submit) by debbugs.gnu.org; 19 Mar 2010 22:49:22 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nsl09-000052-Ss for submit@debbugs.gnu.org; Fri, 19 Mar 2010 18:49:22 -0400 Received: from mx10.gnu.org ([199.232.76.166]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nsl06-0008WM-0W for submit@debbugs.gnu.org; Fri, 19 Mar 2010 18:49:08 -0400 Received: from lists.gnu.org ([199.232.76.165]:60776) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Nsl01-0001cP-QL for submit@debbugs.gnu.org; Fri, 19 Mar 2010 18:49:01 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nsl01-0007ci-Ef for bug-gnu-emacs@gnu.org; Fri, 19 Mar 2010 18:49:01 -0400 Received: from [140.186.70.92] (port=42610 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nsl00-0007cX-8p for bug-gnu-emacs@gnu.org; Fri, 19 Mar 2010 18:49:01 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.0 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nskzy-00076U-KK for bug-gnu-emacs@gnu.org; Fri, 19 Mar 2010 18:49:00 -0400 Received: from mail.gmx.net ([213.165.64.20]:44749) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1Nskzy-000764-85 for bug-gnu-emacs@gnu.org; Fri, 19 Mar 2010 18:48:58 -0400 Received: (qmail invoked by alias); 19 Mar 2010 22:48:54 -0000 Received: from i59F56DE0.versanet.de (EHLO escher.home) [89.245.109.224] by mail.gmx.net (mp013) with SMTP; 19 Mar 2010 23:48:54 +0100 X-Authenticated: #20778731 X-Provags-ID: V01U2FsdGVkX194lkhyrdd4PjRjPHfaAHdYD5crmZr5j2y0WbOsQR VTLV2uHIFP86zt Received: by escher.home (Postfix, from userid 1000) id E33A710407; Fri, 19 Mar 2010 23:48:53 +0100 (CET) From: Stephen Berman To: bug-gnu-emacs@gnu.org Subject: 24.0.50; Gomoku mouse placement bug Date: Fri, 19 Mar 2010 23:48:53 +0100 Message-ID: <874okcq65m.fsf@escher.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Y-GMX-Trusted: 0 X-FuHaFi: 0.53000000000000003 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -3.5 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 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.8 (----) 1. Let ~/.emacs consist of this sexp, for example (anything that makes a default header line -- crucially in the init file -- will do): (setq-default header-line-format "test") 2. Start Emacs with the above init file. 3. M-x gomoku 4. When the human player uses the mouse to make moves and positions the mouse pointer such that it is as low as possible within the chosen position -- i.e., the position is highlighted but the dot is visible -- then the completed move occupies the the position immediately below the one aimed at (or if the lower position is occupied, Gomoku will complain, even though the mouse pointer is clearly on a free position, as evidenced by the highlighting). In GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.18.6) of 2010-03-19 on escher Windowing system distributor `The X.Org Foundation', version 11.0.10605000 Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=local locale-coding-system: utf-8-unix default enable-multibyte-characters: t From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 22 17:31:22 2010 Received: (at control) by debbugs.gnu.org; 22 Mar 2010 21:31:22 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NtpDW-0005po-HL for submit@debbugs.gnu.org; Mon, 22 Mar 2010 17:31:22 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NtpDV-0005ph-BY for control@debbugs.gnu.org; Mon, 22 Mar 2010 17:31:21 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NtpDR-00063x-3w; Mon, 22 Mar 2010 17:31:17 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19367.57765.29581.658450@fencepost.gnu.org> Date: Mon, 22 Mar 2010 17:31:17 -0400 From: Glenn Morris To: control Subject: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: cyan X-Ran: yA{]J+I3o~bY,FlW'ev}=rVN$_>bB8:vgD!!L$xJ!bDgNuo*I7pe*@<~tZ)!DAclwV;('H X-Debbugs-No-Ack: yes X-Spam-Score: -5.1 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 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: -5.1 (-----) merge 5741 5747 merge 5748 5749 severity 5739 minor severity 5740 minor severity 5744 minor reassign 5750 emacs,ns tags 5725 patch severity 5725 wishlist tags 5722 moreinfo From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 30 21:35:08 2019 Received: (at 5739) by debbugs.gnu.org; 1 Oct 2019 01:35:08 +0000 Received: from localhost ([127.0.0.1]:60751 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iF74G-0004xq-EV for submit@debbugs.gnu.org; Mon, 30 Sep 2019 21:35:08 -0400 Received: from mail-pf1-f170.google.com ([209.85.210.170]:45273) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iF74D-0004xG-Qw for 5739@debbugs.gnu.org; Mon, 30 Sep 2019 21:35:06 -0400 Received: by mail-pf1-f170.google.com with SMTP id y72so6706753pfb.12 for <5739@debbugs.gnu.org>; Mon, 30 Sep 2019 18:35: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:cc; bh=1XFXaYlUyyMZ4HnLQtFq1H5Dq6Fi8Ks5Zg0se/3tI14=; b=lIE1QLv82RK1oZ/Ayrsy+UAQJmYnQFcJuZqkfpPaErj4/RiNyf0qjb2Ncfvp2bjvXm gUemFe1roOAGUxD6PYBDuwenJf6tqIlFu1CvMj88SniJ193Z2r54AsDiMgvaVTMStfpT D1R7g/EkdPPtspbnTXeCAHRu1TbAMSZrZraW/51N/AYIOmH4nBN6VGdXFZTAOBNcxJwT qPQJDNj3Y2xlV09eQj+Ks80pIXIGLvoD9+eZ06O9dcQDAsToNxnhg6M0oho8zBd7tOQo +wo++gT13S348gAa1nb9LkQOkHirjT0NmO3KGpPDVrFBVCHrO1ipunnq4YyLrjBKY/gJ JUNw== X-Gm-Message-State: APjAAAW44xyhABVj/em6yS8eo9+WIO9Ru/9hBM/81P9Qsd30LagjB1cS 5LHXryIYgvO7VQbSih0tvdGkHtzAhq7RauIjPuo= X-Google-Smtp-Source: APXvYqwSPgcSRGgNLBaT8rQvlxS8zcKVrVb8YO8mnJ/F7oRCiPmYU6bD6jJZgc2AtGxlhpwl1EGJ17+a5SF1SPTqaF4= X-Received: by 2002:a65:5802:: with SMTP id g2mr21748741pgr.333.1569893699922; Mon, 30 Sep 2019 18:34:59 -0700 (PDT) MIME-Version: 1.0 From: Stefan Kangas Date: Tue, 1 Oct 2019 03:34:49 +0200 Message-ID: Subject: Re: bug#5739: 24.0.50; Gomoku mouse placement bug To: Stephen Berman Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: 5739 Cc: 5739@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: -0.8 (/) Stephen Berman writes: > 1. Let ~/.emacs consist of this sexp, for example (anything that makes a > default header line -- crucially in the init file -- will do): > (setq-default header-line-format "test") > 2. Start Emacs with the above init file. > 3. M-x gomoku > 4. When the human player uses the mouse to make moves and positions the > mouse pointer such that it is as low as possible within the chosen > position -- i.e., the position is highlighted but the dot is visible -- > then the completed move occupies the the position immediately below the > one aimed at (or if the lower position is occupied, Gomoku will > complain, even though the mouse pointer is clearly on a free position, > as evidenced by the highlighting). This is an old bug report from 9 years ago, that unfortunately didn't get an answer at the time. I'm unable to reproduce this on Emacs 26.1. Are you still seeing this on a more modern version of Emacs? Best regards, Stefan Kangas From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 20 09:50:04 2019 Received: (at 5739-done) by debbugs.gnu.org; 20 Oct 2019 13:50:05 +0000 Received: from localhost ([127.0.0.1]:54080 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iMBau-0000js-0G for submit@debbugs.gnu.org; Sun, 20 Oct 2019 09:50:04 -0400 Received: from mout.gmx.net ([212.227.17.21]:60571) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iMBaq-0000j5-7F for 5739-done@debbugs.gnu.org; Sun, 20 Oct 2019 09:50:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1571579391; bh=oItmdg1QTiUITRA/aPGspXP200QyU3mn9FNzVXQY71Y=; h=X-UI-Sender-Class:From:To:Cc:Subject:References:Date:In-Reply-To; b=UyColOFQ6xsUa/2MaxfpUGprVuA/7gUQckOc09uQWo8N/el85wgqGNj/U1uanD9pe kbsBtJD7H9rTTNf5QI90U9shFdvELdP4wGKoFPA7JliXuqvds0S3BXsJhRwrgjeRPb 47FjAeyNnXiAxZRi6h2InLBBhNc+efmMAhAUW+hU= X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from strobe-lfs84 ([188.109.159.139]) by mail.gmx.com (mrgmx105 [212.227.17.168]) with ESMTPSA (Nemesis) id 1MMXQF-1idRBw1r1z-00JdoW; Sun, 20 Oct 2019 15:49:51 +0200 From: Stephen Berman To: Stefan Kangas Subject: Re: bug#5739: 24.0.50; Gomoku mouse placement bug References: Date: Sun, 20 Oct 2019 15:49:48 +0200 In-Reply-To: (Stefan Kangas's message of "Tue, 1 Oct 2019 03:34:49 +0200") Message-ID: <87imojttkz.fsf@gmx.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K1:KQ5crRa6VrlJVoJEaQGEE+mtuJ8swMpx/w9uLlCpkKBTYNHHcXF 1bA1cZH0uw75OeOWzSIolQ1daZnflVVN3CQdME/DtgbjsEdSYPpE+3eQDYDRO8ErCO1haES XBaBdOgiIxI1k3ELHbY4C5CyHzEC5uy+WcX2mlmNr3qWjDlQSqdB5JnYFAl967NRi1/ZbqS K5wrLngAlB9O1jc0UxQOQ== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:ks5L4c9CZB8=:GYftES1QEKd3bpBcMVRUW4 LnDyUAjwlQuO9c+ILRRdlM06lc7/wgHl1LSSD68caL5YLNIRojxDW9J7eP57xyOc1FkQPZjiX AWbrZyWO7HejwQ3sq1GZC4p3ebEmkZCmYR7eAMZcRINLNCukkxS7C3tSJ51VtDxAI1gLRRf/I fNmlT4hNqozFwPzHDCWRLPzwKwgFoj3jZWokKk85UEHjqGOiD+SO++w16zHLWtuVGz+jKXxLc WuSFXPuegmpg9hEetPnkfeopnzG+3icGPZgLWzGKWXj2H0QaXkonDwvbY/2bV+WDyHJ/OaCWY oNuVr2KcOww4o7l13Ben0b5F5Bv7ngwvV/yLtzlNpuD88gbDobAlkBzJoDttWnRUgwMzJhHkH J/yJN/EvFqAzOUTz5j32DYuNSIyaJemJ9X305DW944yp4ejLX/U8v9nrA0o8fWFJFv/M5QMMB qPJeT/Td/U7w9+k24RvSH1wnWDnkggBSopB8SZK6H+7j6H0o+n7Zao4GsQvWF7vgtdyJyRQv/ KTsE7y2uLI9Y7H2+ibrfAuhrh3EcvvUVult6BhZqbmxMQPoXK8evG9zax/9OVsXJw8fPn6ant 5m37lD6O9F3y7pJ2YR0y5+fFbrzSlz3leIDB8QurgAuI7tNxaEibgf336r1LcKjs9fnAEAnjy 3OpJcRHx1+PpnptsdKMEvTfPFAcMkEhHj48qp9c47mV4tqp5DEt017o73FivH0qiqOjUywUd2 00YvqO7MBV+sU729qd3Yfy598sAiBg4dS0hQ7uGWenm+SkHS1c4dxiqC9jgQ7E91gTtJWljuw zlJoYHFuMJdgqJGuRZ1zN5d+NEmQX7m7HdTJ2pJsiRncb85gpkZ1JE/SY2bsyByvWkW4v/oag aTTdVGrMVIyB+L/1paEUB/204+FmsnO+urt5s+TKxdYV1M6WlQxEMFdfv/OhzuifEW467TXGQ pShszMC9XX3MR9reneVTYxwkQ0Ecj5oSNtbvY8fs1+wnj2O4TbNc617tpLqgbFJlSdGUZuQfQ wXTGL7pcRWQPAWjV1ORXpEudHSNa5XxPotVerEWFQBjab3y7xJpVaT1dLy9Gr4Fc1h096zjNL ETbnVnTLNoHRh9yt5WNWKan51XEa33W4yfpOlBkixXVVK63RQf2wJx3HNLlFsQKqB8WocUOnx rnC9BugexR+iD7eDCuGQWkrzWgCMx809HFgcrZSa6haydY9pvv9tOlwOo7PtERBg6Tu1/mLOB lWyE+w9QJk4U4YLxcSy+L/EP8weuaPoQZZgPueX2ODXJ8P+IMRmaigu+6U7o= X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 5739-done Cc: 5739-done@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.7 (-) On Tue, 1 Oct 2019 03:34:49 +0200 Stefan Kangas wrote: > Stephen Berman writes: > >> 1. Let ~/.emacs consist of this sexp, for example (anything that makes a >> default header line -- crucially in the init file -- will do): >> (setq-default header-line-format "test") >> 2. Start Emacs with the above init file. >> 3. M-x gomoku >> 4. When the human player uses the mouse to make moves and positions the >> mouse pointer such that it is as low as possible within the chosen >> position -- i.e., the position is highlighted but the dot is visible -- >> then the completed move occupies the the position immediately below the >> one aimed at (or if the lower position is occupied, Gomoku will >> complain, even though the mouse pointer is clearly on a free position, >> as evidenced by the highlighting). > > This is an old bug report from 9 years ago, that unfortunately didn't > get an answer at the time. > > I'm unable to reproduce this on Emacs 26.1. Are you still seeing this > on a more modern version of Emacs? (Sorry for the late reply, I was travelling when you posted and overlooked it when I got back.) Thanks for the reminder. I cannot reproduce the issue anymore either, so am therefore closing this bug. Steve Berman From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 20 09:55:40 2019 Received: (at 5739-done) by debbugs.gnu.org; 20 Oct 2019 13:55:40 +0000 Received: from localhost ([127.0.0.1]:55063 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iMBgK-000191-Dn for submit@debbugs.gnu.org; Sun, 20 Oct 2019 09:55:40 -0400 Received: from mail-pl1-f174.google.com ([209.85.214.174]:38307) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iMBgH-00018t-3Z for 5739-done@debbugs.gnu.org; Sun, 20 Oct 2019 09:55:37 -0400 Received: by mail-pl1-f174.google.com with SMTP id w8so5221075plq.5 for <5739-done@debbugs.gnu.org>; Sun, 20 Oct 2019 06:55:36 -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:references:in-reply-to:from:date :message-id:subject:to:cc; bh=vfMb2oZT1iO1/nX+mpt83+wHjFclJrrjHO2meCB9N+k=; b=nUsC3CmaSJfr26j+0W9Fkr5l2l4NCpBo+AVsmOH8Clu/jZ7POZ1zHwZCQdaC+QufYB 1oAOsvmat3cgsMMHJtE++bD3P24Nvfe0+rgVPgDtMrmegEavV2fGgvz39E2hUshUV14X vCdANKG3daGepp74PALAWmUisSvinZhLNaoJXlsAAnMsYG5cUYPfjLZKIcl0yOxgO1Ho LSWoTR0lhOPoZFiCj/+oCLzxRL9d1ZfswCTvS1pc0sqtB2x3+x4LT/E7hrIa57MDAiml KyBqwRXdBkENf5+mdnNI8AK/G7PlXCsptr8igzUYeaZbvtXADFBsfvM7eqXGi3rzDjQ6 stHw== X-Gm-Message-State: APjAAAXE5gcTqalEt4sddS2PRfyALr0sTIJpMOdJUfqXgmbNJqSH9kUj kcaq9cg/1IDn4QqB7INscFEDiEbH0OQTDjs0nfE= X-Google-Smtp-Source: APXvYqxrdzEylkocNuUXkT4gDh1AQl1SXwWhk+8tiS69btA/yJ65jl/Tb8CW7DimgDbp75A0WZALznWn8NVJmY6H+1o= X-Received: by 2002:a17:902:6b88:: with SMTP id p8mr18604429plk.251.1571579731237; Sun, 20 Oct 2019 06:55:31 -0700 (PDT) MIME-Version: 1.0 References: <87imojttkz.fsf@gmx.net> In-Reply-To: <87imojttkz.fsf@gmx.net> From: Stefan Kangas Date: Sun, 20 Oct 2019 15:55:20 +0200 Message-ID: Subject: Re: bug#5739: 24.0.50; Gomoku mouse placement bug To: Stephen Berman Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: 5739-done Cc: 5739-done@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: -0.8 (/) Stephen Berman writes: > (Sorry for the late reply, I was travelling when you posted and > overlooked it when I got back.) Thanks for the reminder. I cannot > reproduce the issue anymore either, so am therefore closing this bug. No need to apologize for that; thanks for reporting back. Best regards, Stefan Kangas From unknown Sun Jun 22 17:10:03 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, 18 Nov 2019 12:24:09 +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