From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 20 17:16:45 2013 Received: (at submit) by debbugs.gnu.org; 20 Dec 2013 22:16:45 +0000 Received: from localhost ([127.0.0.1]:60524 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vu8NA-0001vt-Jo for submit@debbugs.gnu.org; Fri, 20 Dec 2013 17:16:45 -0500 Received: from eggs.gnu.org ([208.118.235.92]:57655) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vu8N8-0001vk-3F for submit@debbugs.gnu.org; Fri, 20 Dec 2013 17:16:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vu8Mx-0004JC-9C for submit@debbugs.gnu.org; Fri, 20 Dec 2013 17:16:41 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:33958) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vu8Mx-0004J2-6z for submit@debbugs.gnu.org; Fri, 20 Dec 2013 17:16:31 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59332) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vu8Mo-0006H7-GP for bug-gnu-emacs@gnu.org; Fri, 20 Dec 2013 17:16:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vu8Me-0004GU-Hq for bug-gnu-emacs@gnu.org; Fri, 20 Dec 2013 17:16:22 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:30383) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vu8Me-0004GQ-AQ for bug-gnu-emacs@gnu.org; Fri, 20 Dec 2013 17:16:12 -0500 Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id rBKMG9Ce005692 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 20 Dec 2013 22:16:10 GMT Received: from userz7021.oracle.com (userz7021.oracle.com [156.151.31.85]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id rBKMG8PP004634 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 20 Dec 2013 22:16:09 GMT Received: from abhmp0013.oracle.com (abhmp0013.oracle.com [141.146.116.19]) by userz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id rBKMG8CG012138 for ; Fri, 20 Dec 2013 22:16:08 GMT MIME-Version: 1.0 Message-ID: <1d87f9c8-242e-487b-b902-28ba1cb9c85c@default> Date: Fri, 20 Dec 2013 14:16:07 -0800 (PST) From: Drew Adams To: bug-gnu-emacs@gnu.org Subject: 24.3.50; `locate-file-completion-table' uses NAMES with duplicates X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6680.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -4.0 (----) `completion-all-completions' with `locate-file-completion-table' returns this list, when doing `M-x load-library mule TAB TAB': (#("mule-cmds" 0 4 (face (completions-common-part)) 4 5 (face (completions-first-difference))) #("mule-conf" 0 4 (face (completions-common-part)) 4 5 (face (completions-first-difference))) #("mule-conf" 0 4 (face (completions-common-part)) 4 5 (face (completions-first-difference))) #("mule-diag" 0 4 (face (completions-common-part)) 4 5 (face (completions-first-difference))) #("mule-diag" 0 4 (face (completions-common-part)) 4 5 (face (completions-first-difference))) #("mule-util" 0 4 (face (completions-common-part)) 4 5 (face (completions-first-difference))) #("mule-util" 0 4 (face (completions-common-part)) 4 5 (face (completions-first-difference))) #("mule" 0 4 (face (completions-common-part))) #("mule" 0 4 (face (completions-common-part))) . 0) Each candidate in the list, except the first, `mule-cmds', is repeated (two occurrences of each). Please remove the duplicates. The duplicates are not seen in emacs -Q - they are apparently being filtered out afterward. In my context, `completing-read' (my version) does not necessarily remove duplicates, as they can have different associated data and I sometimes make use of this data. IOW, there can be candidates with different associated data but with the same display string in *Completions*. In my context, it is up to the particular command calling `completing-read' to decide whether to remove duplicates. In this case, the command is a standard one, `load-library'. I do not want to have to define my own version (e.g. wrapper) of `load-library', just to have it remove the duplicates. My code uses `completion-all-completions', and in this case, that is returning duplicates. This is rare, fortunately - I don't think I've encountered this problem before. A naive guess would be that this is the problematic code, in `locate-file-completion-table', but this is really a wild guess: ;; Remove duplicates of the first element, so that we can easily check ;; if `names' really only contains a single element. (when (cdr names) (setcdr names (delete (car names) (cdr names)))) The guess would be that perhaps `when' should be `while', here (?). Dunno. But the comment makes it clear that this is not intended to remove duplicates in general, so perhaps this is not the culprit. Anyway, I'd apprciate it if `locate-file-completion-table' were fixed so that when `completion-all-completions' uses it it did not return duplicates. In GNU Emacs 24.3.50.1 (i686-pc-mingw32) of 2013-12-16 on ODIEONE Bzr revision: 115543 rudalics@gmx.at-20131216095844-lbjh5yerk6ff0tm7 Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --prefix=3D/c/Devel/emacs/binary --enable-checking=3Dyes,glyphs 'CFLAGS=3D-O0 -g3' LDFLAGS=3D-Lc:/Devel/emacs/lib CPPFLAGS=3D-Ic:/Devel/emacs/include' From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 22 21:58:07 2013 Received: (at 16208) by debbugs.gnu.org; 23 Dec 2013 02:58:07 +0000 Received: from localhost ([127.0.0.1]:35122 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VuviZ-0003kG-6A for submit@debbugs.gnu.org; Sun, 22 Dec 2013 21:58:07 -0500 Received: from chene.dit.umontreal.ca ([132.204.246.20]:57404) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VuviX-0003k7-C1 for 16208@debbugs.gnu.org; Sun, 22 Dec 2013 21:58:06 -0500 Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id rBN2w0PJ024079; Sun, 22 Dec 2013 21:58:02 -0500 Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id D7BA1AE25E; Sun, 22 Dec 2013 21:58:00 -0500 (EST) From: Stefan Monnier To: Drew Adams Subject: Re: bug#16208: 24.3.50; `locate-file-completion-table' uses NAMES with duplicates Message-ID: References: <1d87f9c8-242e-487b-b902-28ba1cb9c85c@default> Date: Sun, 22 Dec 2013 21:58:00 -0500 In-Reply-To: <1d87f9c8-242e-487b-b902-28ba1cb9c85c@default> (Drew Adams's message of "Fri, 20 Dec 2013 14:16:07 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.2 X-NAI-Spam-Rules: 2 Rules triggered GEN_SPAM_FEATRE=0.2, RV4800=0 X-NAI-Spam-Version: 2.3.0.9362 : core <4800> : inlines <347> : streams <1095450> : uri <1632549> X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 16208 Cc: 16208@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.9 (-) > In my context, it is up to the particular command calling > `completing-read' to decide whether to remove duplicates. I don't see why we should take this change of yours into account. Stefan From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 23 00:54:15 2013 Received: (at 16208) by debbugs.gnu.org; 23 Dec 2013 05:54:15 +0000 Received: from localhost ([127.0.0.1]:35222 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VuyT1-0000IZ-6P for submit@debbugs.gnu.org; Mon, 23 Dec 2013 00:54:15 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:41486) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VuySy-0000IQ-Bl for 16208@debbugs.gnu.org; Mon, 23 Dec 2013 00:54:13 -0500 Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id rBN5sAJu005720 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 23 Dec 2013 05:54:11 GMT Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id rBN5s90g028017 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 23 Dec 2013 05:54:10 GMT Received: from ubhmt103.oracle.com (ubhmt103.oracle.com [156.151.24.8]) by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id rBN5s9eA028011; Mon, 23 Dec 2013 05:54:09 GMT MIME-Version: 1.0 Message-ID: Date: Sun, 22 Dec 2013 21:54:07 -0800 (PST) From: Drew Adams To: Stefan Monnier Subject: RE: bug#16208: 24.3.50; `locate-file-completion-table' uses NAMES with duplicates References: <1d87f9c8-242e-487b-b902-28ba1cb9c85c@default> In-Reply-To: X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6680.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-Spam-Score: -2.9 (--) X-Debbugs-Envelope-To: 16208 Cc: 16208@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -2.9 (--) > > I'd appreciate it if `locate-file-completion-table' were fixed > > so that when `completion-all-completions' uses it, it did not > > return duplicates. > I don't see why we should take this change of yours into account. This is the question: Why should `completion-all-completions' with `locate-file-completion-table' return duplicate names? You may say that whatever someone decides to do with the result from `completion-all-completions' is not your concern. But why? Why not have it return all of the completions here, with no duplicates, as is normally the case? From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 23 08:59:10 2013 Received: (at 16208) by debbugs.gnu.org; 23 Dec 2013 13:59:10 +0000 Received: from localhost ([127.0.0.1]:35504 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vv62H-0000Pu-H4 for submit@debbugs.gnu.org; Mon, 23 Dec 2013 08:59:09 -0500 Received: from chene.dit.umontreal.ca ([132.204.246.20]:56016) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vv62C-0000Pc-I3 for 16208@debbugs.gnu.org; Mon, 23 Dec 2013 08:59:05 -0500 Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id rBNDx1ZO014168; Mon, 23 Dec 2013 08:59:02 -0500 Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 48F05AE21D; Mon, 23 Dec 2013 08:59:02 -0500 (EST) From: Stefan Monnier To: Drew Adams Subject: Re: bug#16208: 24.3.50; `locate-file-completion-table' uses NAMES with duplicates Message-ID: References: <1d87f9c8-242e-487b-b902-28ba1cb9c85c@default> Date: Mon, 23 Dec 2013 08:59:02 -0500 In-Reply-To: (Drew Adams's message of "Sun, 22 Dec 2013 21:54:07 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.2 X-NAI-Spam-Rules: 2 Rules triggered GEN_SPAM_FEATRE=0.2, RV4801=0 X-NAI-Spam-Version: 2.3.0.9362 : core <4801> : inlines <347> : streams <1095732> : uri <1632937> X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 16208 Cc: 16208@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.9 (-) > This is the question: Why should `completion-all-completions' with > `locate-file-completion-table' return duplicate names? Because it doesn't matter, since it's filtered later on, Stefan From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 23 10:16:19 2013 Received: (at 16208) by debbugs.gnu.org; 23 Dec 2013 15:16:19 +0000 Received: from localhost ([127.0.0.1]:35992 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vv7Ex-0002wR-AM for submit@debbugs.gnu.org; Mon, 23 Dec 2013 10:16:19 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:47656) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vv7Ev-0002wJ-VA for 16208@debbugs.gnu.org; Mon, 23 Dec 2013 10:16:18 -0500 Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id rBNFGGUr000655 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 23 Dec 2013 15:16:17 GMT Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id rBNFGF8p029568 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 23 Dec 2013 15:16:16 GMT Received: from ubhmt103.oracle.com (ubhmt103.oracle.com [156.151.24.8]) by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id rBNFGFw8029534; Mon, 23 Dec 2013 15:16:15 GMT MIME-Version: 1.0 Message-ID: <3857f217-8450-4dc0-8dcc-16ea7f368e86@default> Date: Mon, 23 Dec 2013 07:16:13 -0800 (PST) From: Drew Adams To: Stefan Monnier Subject: RE: bug#16208: 24.3.50; `locate-file-completion-table' uses NAMES with duplicates References: <1d87f9c8-242e-487b-b902-28ba1cb9c85c@default> In-Reply-To: X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6680.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-Spam-Score: -2.9 (--) X-Debbugs-Envelope-To: 16208 Cc: 16208@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -2.9 (--) > > Why should `completion-all-completions' with > > `locate-file-completion-table' return duplicate names? > >=20 > > You may say that whatever someone decides to do with the result > > from `completion-all-completions' is not your concern. But why? >=20 > Because it doesn't matter, since it's filtered later on It's not filtered by `completion-all-completions' with `locate-file-completion-table'. So you are apparently saying that there is only one possible use and calling function for `completion-all-completions' with `locate-file-completion-table', so that indeed: > > whatever someone decides to do with the result > > from `completion-all-completions' is not your concern Not very helpful, or cooperative. From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 23 22:09:07 2013 Received: (at 16208) by debbugs.gnu.org; 24 Dec 2013 03:09:07 +0000 Received: from localhost ([127.0.0.1]:37235 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VvIMk-0001Ll-CT for submit@debbugs.gnu.org; Mon, 23 Dec 2013 22:09:06 -0500 Received: from pruche.dit.umontreal.ca ([132.204.246.22]:40951) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VvIMi-0001Lb-0B for 16208@debbugs.gnu.org; Mon, 23 Dec 2013 22:09:04 -0500 Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id rBO390Gw019749; Mon, 23 Dec 2013 22:09:01 -0500 Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 467D7AE21D; Mon, 23 Dec 2013 22:09:00 -0500 (EST) From: Stefan Monnier To: Drew Adams Subject: Re: bug#16208: 24.3.50; `locate-file-completion-table' uses NAMES with duplicates Message-ID: References: <1d87f9c8-242e-487b-b902-28ba1cb9c85c@default> <3857f217-8450-4dc0-8dcc-16ea7f368e86@default> Date: Mon, 23 Dec 2013 22:09:00 -0500 In-Reply-To: <3857f217-8450-4dc0-8dcc-16ea7f368e86@default> (Drew Adams's message of "Mon, 23 Dec 2013 07:16:13 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4801=0 X-NAI-Spam-Version: 2.3.0.9362 : core <4801> : inlines <355> : streams <1096036> : uri <1633408> X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 16208 Cc: 16208@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.9 (-) > It's not filtered by `completion-all-completions' with > `locate-file-completion-table'. Who cares? > Not very helpful, or cooperative. You might get better results if you send patches. Maybe moving the duplicate-filtering into completion-all-completions would work fine. I can't tell, because I can't be bothered to spend the time trying it since it doesn't affect any code I understand. Stefan From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 07 21:52:27 2014 Received: (at control) by debbugs.gnu.org; 8 Feb 2014 02:52:27 +0000 Received: from localhost ([127.0.0.1]:55708 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBy1r-0002qo-HJ for submit@debbugs.gnu.org; Fri, 07 Feb 2014 21:52:27 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:50440) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBy1o-0002qd-N7 for control@debbugs.gnu.org; Fri, 07 Feb 2014 21:52:25 -0500 Received: from [204.14.154.233] (helo=building.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1WBy1a-0003jY-6S for control@debbugs.gnu.org; Sat, 08 Feb 2014 03:52:10 +0100 Date: Fri, 07 Feb 2014 18:51:02 -0800 Message-Id: <87fvnub9m1.fsf@building.gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #16208 X-MailScanner-ID: 1WBy1a-0003jY-6S X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1392432731.46915@2qKYCvjN0gv7DERHNXxDcw X-Spam-Status: No X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.0 (/) close 16208 From unknown Fri Aug 15 14:45:34 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 08 Mar 2014 12:24:03 +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