From unknown Fri Aug 15 17:58:37 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#359 <359@debbugs.gnu.org> To: bug#359 <359@debbugs.gnu.org> Subject: Status: Inferior Python hangs at startup Reply-To: bug#359 <359@debbugs.gnu.org> Date: Sat, 16 Aug 2025 00:58:37 +0000 retitle 359 Inferior Python hangs at startup reassign 359 emacs submitter 359 "Otto Maddox" severity 359 normal tag 359 moreinfo thanks From ottomaddox@fastmail.fm Wed Jun 4 07:07:34 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: * X-Spam-Status: No, score=1.3 required=4.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_LOW autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 4 Jun 2008 14:07:35 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m54E7Rla027201 for ; Wed, 4 Jun 2008 07:07:28 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3teA-0003EZ-Tv for bug-gnu-emacs@gnu.org; Wed, 04 Jun 2008 10:07:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3te8-00038z-P9 for bug-gnu-emacs@gnu.org; Wed, 04 Jun 2008 10:07:25 -0400 Received: from [199.232.76.173] (port=33987 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3te8-00038q-Hd for bug-gnu-emacs@gnu.org; Wed, 04 Jun 2008 10:07:24 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:36026) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K3te8-00041a-DN for bug-gnu-emacs@gnu.org; Wed, 04 Jun 2008 10:07:24 -0400 Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 10777111EC6 for ; Wed, 4 Jun 2008 10:07:24 -0400 (EDT) Received: from web5.messagingengine.com ([10.202.2.214]) by compute1.internal (MEProxy); Wed, 04 Jun 2008 10:07:24 -0400 Received: by web5.messagingengine.com (Postfix, from userid 99) id EAEB153C8E; Wed, 4 Jun 2008 10:07:23 -0400 (EDT) Message-Id: <1212588443.32247.1256719049@webmail.messagingengine.com> X-Sasl-Enc: JLzC3VI6N3LTZXLuXYXLyF4BTTZRxQy/snUfkM5m9E99 1212588443 From: "Otto Maddox" To: bug-gnu-emacs@gnu.org Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MessagingEngine.com Webmail Interface Subject: Inferior Python hangs at startup Date: Wed, 04 Jun 2008 15:07:23 +0100 X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. M-x run-python RET Python 2.5.1 (r251:54863, Jan 17 2008, 19:35:17) [GCC 4.0.1 (Apple Inc. build 5465)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import emacs; print '_emacs_out () and the inferior Python buffer hangs. In GNU Emacs 22.2.1 (i386-apple-darwin9.2.2, Carbon Version 1.6.0) of 2008-04-16 -- Otto Maddox ottomaddox@fastmail.fm -- http://www.fastmail.fm - Choose from over 50 domains or use your own From monnier@iro.umontreal.ca Thu Jun 5 07:21:35 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-1.6 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, HELO_LH_HOME,RCVD_IN_SORBS_DUL,RDNS_DYNAMIC autolearn=no version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 359) by emacsbugs.donarmstrong.com; 5 Jun 2008 14:21:35 +0000 Received: from ceviche.home (206-248-132-168.dsl.teksavvy.com [206.248.132.168]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m55ELSPw029033 for <359@emacsbugs.donarmstrong.com>; Thu, 5 Jun 2008 07:21:29 -0700 Received: by ceviche.home (Postfix, from userid 20848) id 7D748B4248; Thu, 5 Jun 2008 10:21:22 -0400 (EDT) From: Stefan Monnier To: Otto Maddox Cc: 359@debbugs.gnu.org, bug-gnu-emacs@gnu.org Subject: Re: bug#359: Inferior Python hangs at startup Message-ID: References: <1212588443.32247.1256719049@webmail.messagingengine.com> Date: Thu, 05 Jun 2008 10:21:22 -0400 In-Reply-To: <1212588443.32247.1256719049@webmail.messagingengine.com> (Otto Maddox's message of "Wed, 04 Jun 2008 15:07:23 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > M-x run-python RET > Python 2.5.1 (r251:54863, Jan 17 2008, 19:35:17) > [GCC 4.0.1 (Apple Inc. build 5465)] on darwin > Type "help", "copyright", "credits" or "license" for more information. >>>> import emacs; print '_emacs_out () > and the inferior Python buffer hangs. I cannot reporduce it. I did: % emacs/22/src/emacs -Q then M-x run-python RET which resulted in a *Python* buffer containing just Python 2.5.2 (r252:60911, May 28 2008, 08:35:32) [GCC 4.2.4 (Debian 4.2.4-1)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> I then typed something at that prompt and it worked fine. I even tried to type "import emacs; print '_emacs_out ()" and it correctly signalled an error: Python 2.5.2 (r252:60911, May 28 2008, 08:35:32) [GCC 4.2.4 (Debian 4.2.4-1)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> print 1 1 >>> import emacs; print '_emacs_out () File "", line 1 import emacs; print '_emacs_out () ^ SyntaxError: EOL while scanning single-quoted string >>> print 1 1 >>> Can you try and come up with a more precise recipe to reproduce your problem? Or maybe it's specific to your build (I see you're apparently running under macosx, is that an X11 build? A Carbon build?). Stefan From ottomaddox@fastmail.fm Thu Jun 5 17:33:09 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-4.4 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, RCVD_IN_DNSWL_LOW autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 6 Jun 2008 00:33:10 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m560X6AP017827 for ; Thu, 5 Jun 2008 17:33:07 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K4PtC-0001QB-2Z for bug-gnu-emacs@gnu.org; Thu, 05 Jun 2008 20:33:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K4Pt9-0001Pz-QW for bug-gnu-emacs@gnu.org; Thu, 05 Jun 2008 20:33:04 -0400 Received: from [199.232.76.173] (port=39221 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K4Pt9-0001Pw-MV for bug-gnu-emacs@gnu.org; Thu, 05 Jun 2008 20:33:03 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:48301) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K4Pt9-0004Ct-Ci for bug-gnu-emacs@gnu.org; Thu, 05 Jun 2008 20:33:03 -0400 Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 98FC9112344; Thu, 5 Jun 2008 20:32:59 -0400 (EDT) Received: from web5.messagingengine.com ([10.202.2.214]) by compute2.internal (MEProxy); Thu, 05 Jun 2008 20:32:59 -0400 Received: by web5.messagingengine.com (Postfix, from userid 99) id 7AA5C8796B; Thu, 5 Jun 2008 20:32:59 -0400 (EDT) Message-Id: <1212712379.29402.1257024781@webmail.messagingengine.com> X-Sasl-Enc: iLc/HSk5wpbJFY2tFAmSvRBjuh3UGfarpPYn3RKrW/Vf 1212712379 From: "Otto Maddox" To: "Stefan Monnier" Cc: 359@debbugs.gnu.org, bug-gnu-emacs@gnu.org Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MessagingEngine.com Webmail Interface References: <1212588443.32247.1256719049@webmail.messagingengine.com> Subject: Re: bug#359: Inferior Python hangs at startup In-Reply-To: Date: Fri, 06 Jun 2008 01:32:59 +0100 X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-CrossAssassin-Score: 2 The problem occurs for Emacs 22.2 on Mac OS X 10.5 (Leopard), whether compiled for Carbon or just for the console. I haven't tried an X build. Precisely, to reproduce: $ emacs -Q -nw M-x run-python RET and that's it. It doesn't happen for Emacs 22.2 on my Mac OS X 10.4 (Tiger) machine, which has a different Python build, btw: Python 2.5 (r25:51918, Sep 19 2006, 08:49:13) [GCC 4.0.1 (Apple Computer, Inc. build 5341)] on darwin Type "help", "copyright", "credits" or "license" for more information. Any tips for debugging this problem? I'm keen to see it fixed because it's a bit of a showstopper for me. On Thu, 05 Jun 2008 10:21:22 -0400, "Stefan Monnier" said: > > M-x run-python RET > > Python 2.5.1 (r251:54863, Jan 17 2008, 19:35:17) > > [GCC 4.0.1 (Apple Inc. build 5465)] on darwin > > Type "help", "copyright", "credits" or "license" for more information. > >>>> import emacs; print '_emacs_out () > > > and the inferior Python buffer hangs. > > I cannot reporduce it. I did: > > % emacs/22/src/emacs -Q > > then > > M-x run-python RET > > which resulted in a *Python* buffer containing just > > Python 2.5.2 (r252:60911, May 28 2008, 08:35:32) > [GCC 4.2.4 (Debian 4.2.4-1)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> > > I then typed something at that prompt and it worked fine. I even tried > to type "import emacs; print '_emacs_out ()" and it correctly signalled > an error: > > Python 2.5.2 (r252:60911, May 28 2008, 08:35:32) > [GCC 4.2.4 (Debian 4.2.4-1)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> print 1 > 1 > >>> import emacs; print '_emacs_out () > File "", line 1 > import emacs; print '_emacs_out () > ^ > SyntaxError: EOL while scanning single-quoted string > >>> print 1 > 1 > >>> > > Can you try and come up with a more precise recipe to reproduce > your problem? Or maybe it's specific to your build (I see you're > apparently running under macosx, is that an X11 build? A Carbon > build?). > > > Stefan -- Otto Maddox ottomaddox@fastmail.fm -- http://www.fastmail.fm - I mean, what is it about a decent email service? From ottomaddox@fastmail.fm Sat Jun 7 08:56:43 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-5.6 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, RCVD_IN_DNSWL_LOW autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 7 Jun 2008 15:56:43 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m57FudOs016217 for ; Sat, 7 Jun 2008 08:56:40 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K50mV-0007wi-Ce for bug-gnu-emacs@gnu.org; Sat, 07 Jun 2008 11:56:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K50mT-0007tJ-P6 for bug-gnu-emacs@gnu.org; Sat, 07 Jun 2008 11:56:38 -0400 Received: from [199.232.76.173] (port=40459 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K50mT-0007st-Fq for bug-gnu-emacs@gnu.org; Sat, 07 Jun 2008 11:56:37 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:39057) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K50mS-0003EI-W0 for bug-gnu-emacs@gnu.org; Sat, 07 Jun 2008 11:56:37 -0400 Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id B7B1A1127F5; Sat, 7 Jun 2008 11:56:34 -0400 (EDT) Received: from web5.messagingengine.com ([10.202.2.214]) by compute2.internal (MEProxy); Sat, 07 Jun 2008 11:56:34 -0400 Received: by web5.messagingengine.com (Postfix, from userid 99) id 6F98C4CD0E; Sat, 7 Jun 2008 11:56:33 -0400 (EDT) Message-Id: <1212854193.6734.1257265639@webmail.messagingengine.com> X-Sasl-Enc: 2otqZX2FU76y0vzkfMxM8yMRGmQ04RMN6SbInAtU4Zgy 1212854193 From: "Otto Maddox" To: "Stefan Monnier" Cc: 359@debbugs.gnu.org, bug-gnu-emacs@gnu.org Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MessagingEngine.com Webmail Interface References: <1212588443.32247.1256719049@webmail.messagingengine.com> Subject: Re: bug#359: Inferior Python hangs at startup In-Reply-To: Date: Sat, 07 Jun 2008 16:56:33 +0100 X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-CrossAssassin-Score: 2 OK, so I just tried it with a locally built python instead of the Apple python, and it works. So the problem seems to be something to do with the combination of Emacs 22.2 on Mac OS X 10.5 and Apple's python. On Thu, 05 Jun 2008 10:21:22 -0400, "Stefan Monnier" said: > > M-x run-python RET > > Python 2.5.1 (r251:54863, Jan 17 2008, 19:35:17) > > [GCC 4.0.1 (Apple Inc. build 5465)] on darwin > > Type "help", "copyright", "credits" or "license" for more information. > >>>> import emacs; print '_emacs_out () > > > and the inferior Python buffer hangs. > > I cannot reporduce it. I did: > > % emacs/22/src/emacs -Q > > then > > M-x run-python RET > > which resulted in a *Python* buffer containing just > > Python 2.5.2 (r252:60911, May 28 2008, 08:35:32) > [GCC 4.2.4 (Debian 4.2.4-1)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> > > I then typed something at that prompt and it worked fine. I even tried > to type "import emacs; print '_emacs_out ()" and it correctly signalled > an error: > > Python 2.5.2 (r252:60911, May 28 2008, 08:35:32) > [GCC 4.2.4 (Debian 4.2.4-1)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> print 1 > 1 > >>> import emacs; print '_emacs_out () > File "", line 1 > import emacs; print '_emacs_out () > ^ > SyntaxError: EOL while scanning single-quoted string > >>> print 1 > 1 > >>> > > Can you try and come up with a more precise recipe to reproduce > your problem? Or maybe it's specific to your build (I see you're > apparently running under macosx, is that an X11 build? A Carbon > build?). > > > Stefan -- Otto Maddox ottomaddox@fastmail.fm -- http://www.fastmail.fm - The way an email service should be From lekktu@gmail.com Sat Jan 24 05:21:16 2009 Received: (at control) by emacsbugs.donarmstrong.com; 24 Jan 2009 13:21: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.8 required=4.0 tests=MISSING_SUBJECT,NOSUBJECT, PHONENUMBER,VALID_BTS_CONTROL autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-ew0-f10.google.com (mail-ew0-f10.google.com [209.85.219.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0ODLCeZ023904 for ; Sat, 24 Jan 2009 05:21:14 -0800 Received: by ewy3 with SMTP id 3so5801145ewy.1 for ; Sat, 24 Jan 2009 05:21:07 -0800 (PST) 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=xXa9eJVBndAYpPlZV8dLwqFosNsK4rqZOXRdWeYuJ4Q=; b=FSm4a7/ADlwvXftqIX5VnzAVcCu/qib11/WaJF0LyO3OJgKUp/NoIlvVk00YYAmQF5 dKWaUoM9GnZq+bL0SJD4rmcaiXm/3DZz1Gk86c0l73B/wLm05ZnrpbLuhWt/UvChd+Da t4TYf4l4StJDbisL5VT8nHaax0U9aF0FVlars= 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=ZTn4XF1egvmTGHFRvkqbsxdU3rXu4MiBWbTgcNKLgroBbFd0Tx/g2yd1YFAh6K4Q9l IVNvAMcs7GZuIg4hfmUU9io9zK5caCM70VAcodynraeu2Bo5NapviQJKWm7IJfMzcKX/ J1Zf8PnYatGaoHWFE1/9qKg1u3yUg8bpcdwOs= MIME-Version: 1.0 Received: by 10.210.41.14 with SMTP id o14mr1847258ebo.22.1232803267097; Sat, 24 Jan 2009 05:21:07 -0800 (PST) Date: Sat, 24 Jan 2009 14:21:07 +0100 Message-ID: Subject: From: Juanma Barranquero To: control@debbugs.gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit reassign 1207 emacs,w32 reassign 140 emacs,python reassign 359 emacs,python reassign 1985 emacs,python reassign 1987 emacs,python reassign 881 emacs,python reassign 949 emacs,documentation reassign 957 emacs,documentation reassign 965 emacs,documentation reassign 1010 emacs,documentation reassign 1084 emacs,documentation reassign 1193 emacs,documentation reassign 1581 emacs,documentation reassign 1807 emacs,documentation reassign 1989 emacs,documentation reassign 1184 emacs,documentation reassign 1381 emacs,documentation reassign 74 emacs,documentation reassign 1351 emacs,documentation reassign 1478 emacs,documentation reassign 1526 emacs,documentation reassign 1947 emacs,documentation reassign 352 emacs,documentation reassign 575 emacs,documentation quit From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 20 17:04:16 2010 Received: (at control) by debbugs.gnu.org; 20 Jan 2010 22:04:18 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NXieu-0006oY-Hp for submit@debbugs.gnu.org; Wed, 20 Jan 2010 17:04:16 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NXiet-0006oT-4Q for control@debbugs.gnu.org; Wed, 20 Jan 2010 17:04:15 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NXiep-0000eG-5s; Wed, 20 Jan 2010 17:04:11 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19287.32218.989898.872233@gargle.gargle.HOWL> Date: Wed, 20 Jan 2010 17:04:10 -0500 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: magenta X-Ran: AR3KLk+!y&hjofBbi}]:"Q-kM&YKgvVlo=5V\CYq">h%{ZVr3sf^R.24wn=2nk4lom+yNi X-Debbugs-No-Ack: yes X-Spam-Score: -5.0 (-----) 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.0 (-----) reassign 359 emacs merge 359 515 From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 11 01:35:12 2011 Received: (at control) by debbugs.gnu.org; 11 Sep 2011 05:35:12 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R2chD-00033E-To for submit@debbugs.gnu.org; Sun, 11 Sep 2011 01:35:12 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R2chB-000337-Qo for control@debbugs.gnu.org; Sun, 11 Sep 2011 01:35:10 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=stories.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1R2cd0-0002hz-6H for control@debbugs.gnu.org; Sun, 11 Sep 2011 07:30:50 +0200 Date: Sun, 11 Sep 2011 07:27:50 +0200 Message-Id: To: control@debbugs.gnu.org From: Lars Magne Ingebrigtsen Subject: control message for bug #359 X-MailScanner-ID: 1R2cd0-0002hz-6H X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1316323850.54156@Jy7T89tWvuk8AaaZyASjhA X-Spam-Status: No X-Spam-Score: -2.7 (--) 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: -2.7 (--) close 359 From unknown Fri Aug 15 17:58:37 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, 09 Oct 2011 11: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