From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 13 19:20:31 2010 Received: (at submit) by debbugs.gnu.org; 13 Aug 2010 23:20:31 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ok3Y7-00050Q-3v for submit@debbugs.gnu.org; Fri, 13 Aug 2010 19:20:31 -0400 Received: from mx10.gnu.org ([199.232.76.166]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ok3JB-0004u0-3C for submit@debbugs.gnu.org; Fri, 13 Aug 2010 19:05:05 -0400 Received: from lists.gnu.org ([199.232.76.165]:33154) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ok3K1-0000iI-LO for submit@debbugs.gnu.org; Fri, 13 Aug 2010 19:05:57 -0400 Received: from [140.186.70.92] (port=54838 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ok3K0-0006at-A0 for bug-gnu-emacs@gnu.org; Fri, 13 Aug 2010 19:05:57 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID, T_TO_NO_BRKTS_FREEMAIL, WEIRD_QUOTING autolearn=unavailable version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ok3Jz-0008Hy-2D for bug-gnu-emacs@gnu.org; Fri, 13 Aug 2010 19:05:55 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:44282) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ok3Jy-0008Hr-UQ for bug-gnu-emacs@gnu.org; Fri, 13 Aug 2010 19:05:55 -0400 Received: by wwi14 with SMTP id 14so2264235wwi.30 for ; Fri, 13 Aug 2010 16:05:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:content-type :date:message-id:mime-version:x-mailer; bh=Ppdo9419AD+xNjS5PczN5c1w9vQvifJqeySVgPxBeNU=; b=lKK+hC1kJGCj0PZ2/A7becLRcPNkz2o4pZrRRzaF57vkTyqgWYlb7XULoa5qgcLaj8 Y9V2qZ0vm07ls3ZCgOcq9J0ooR0yl7ilCUt1mIoWXkVo0yBoNWe2NZ4pj4RkdHBc+HqI BqtuAxpht/R2yvuhstKpQ2oFu0DEsuEym3INc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer; b=JKTQcRWfQ4ffU2lFVk9Wpm+i+Zcxhc8m/v2TmbryymR+31/iQx2vpFhRxVgIuzbMnU 2JK9NOwhTuc1mHkE6nGq2cBma5GGYL1LKonMOevYmEfv2hfEWY/lUWd0XIRywqkqQWNi 74EuZKMKdDUaE7PO6yYpwx4dLliuYDN993c3c= Received: by 10.227.128.79 with SMTP id j15mr2064205wbs.88.1281740753454; Fri, 13 Aug 2010 16:05:53 -0700 (PDT) Received: from [192.168.0.1] (cvl92-2-82-228-145-47.fbx.proxad.net [82.228.145.47]) by mx.google.com with ESMTPS id r10sm2768904wbe.0.2010.08.13.16.05.50 (version=SSLv3 cipher=RC4-MD5); Fri, 13 Aug 2010 16:05:50 -0700 (PDT) Subject: 24.0.50; python mode coloring broke From: Thomas Riccardi To: bug-gnu-emacs@gnu.org Content-Type: multipart/mixed; boundary="=-tMOlcM1baEpkm1/SQl7m" Date: Sat, 14 Aug 2010 01:05:48 +0200 Message-ID: <1281740748.5720.76.camel@kiwi-pc2> Mime-Version: 1.0 X-Mailer: Evolution 2.30.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -2.9 (--) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 13 Aug 2010 19:20:29 -0400 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: -3.4 (---) --=-tMOlcM1baEpkm1/SQl7m Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit emacs trunk revno: 101071 How to reproduce: 1/ emacs -Q test.py 2/ coloring is wrong starting L96 The test.py file is joint to this email. I tried to remove as many lines as possible: If you remove any line above L25 from the test.py file, the bug disappears... If you add or remove lines below L25, the line where the bug starts will still be L96. --=-tMOlcM1baEpkm1/SQl7m Content-Disposition: attachment; filename="test.py" Content-Type: text/x-python; name="test.py"; charset="UTF-8" Content-Transfer-Encoding: 7bit from core.url_open import URLOpen from core.tesseract import Tesseract CAPTCHACODE = "captchacode" MEGAVAR = "megavar" class CaptchaParser(HTMLParser): """""" def __init__(self, data): """""" HTMLParser.__init__(self) self.located = False self.captcha = None self.captchacode = "" self.megavar = "" self.feed(data) self.close() def handle_starttag(self, tag, attrs): """""" if self.get_starttag_text() == '': elif tag == "img": """""" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" "test" --=-tMOlcM1baEpkm1/SQl7m-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 18 19:09:42 2012 Received: (at 6853) by debbugs.gnu.org; 18 Jun 2012 23:09:42 +0000 Received: from localhost ([127.0.0.1]:47297 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sgl4o-0000Ws-9m for submit@debbugs.gnu.org; Mon, 18 Jun 2012 19:09:42 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:53640) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sgl4h-0000Wb-VP for 6853@debbugs.gnu.org; Mon, 18 Jun 2012 19:09:39 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Sgl1U-00084W-8J; Mon, 18 Jun 2012 19:06:16 -0400 From: Glenn Morris To: Thomas Riccardi Subject: Re: bug#6853: 24.0.50; python mode coloring broke References: <1281740748.5720.76.camel@kiwi-pc2> X-Spook: Mahmoud Ahmadinejad Syria president EuroFed Kosovo KGB X-Ran: ZalEj7f|[mg'(FGplZD$wwdRgws*vC"@gIy;gP*lCBc3zxjj4^_~.sR+F-wetox4m:luh4 X-Hue: black X-Attribution: GM Date: Mon, 18 Jun 2012 19:06:16 -0400 In-Reply-To: <1281740748.5720.76.camel@kiwi-pc2> (Thomas Riccardi's message of "Sat, 14 Aug 2010 01:05:48 +0200") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: 6853 Cc: 6853@debbugs.gnu.org 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: -6.9 (------) Thomas Riccardi wrote: > emacs trunk revno: 101071 > > > How to reproduce: > 1/ emacs -Q test.py > 2/ coloring is wrong starting L96 > > > The test.py file is joint to this email. Thanks for the report; sorry no-one ever replied. It looks like a complicated example file, and I don't know what I am supposed to be seeing. Line 96 looks the same to me as line 95. Do you still see this issue, and if so could you say exactly what is wrong? From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 23 18:02:11 2012 Received: (at 6853) by debbugs.gnu.org; 23 Jun 2012 22:02:11 +0000 Received: from localhost ([127.0.0.1]:54407 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SiYPC-0007zU-D1 for submit@debbugs.gnu.org; Sat, 23 Jun 2012 18:02:10 -0400 Received: from mail-vc0-f172.google.com ([209.85.220.172]:38033) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SiYPA-0007zN-CO for 6853@debbugs.gnu.org; Sat, 23 Jun 2012 18:02:09 -0400 Received: by vcqp1 with SMTP id p1so1669023vcq.3 for <6853@debbugs.gnu.org>; Sat, 23 Jun 2012 14:58:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=2Cb3miXRovxIz5/BWUe0wsEi5hknwmEBN26jwutOh6Y=; b=p0hHNZaZQZzrl8M8BvgOy3JWtG/zSnrGcZ4bvnCTTc2HUGCxVLo5ym6FbE5zhd/f0d +fbw2skdAPe8vsCNB6yQS5zcbEUlrVCQoXT4OdoFYyO1SLrsH+I9QUmFpMFGlHsOFxOc QRIgxb7Jfj5cDmOnBZVjg95o2H9Hw4zSy4io+wAsIUDeiTLCNBg0ByUxbpYBO8Ofu9Mf PpeDGXDx/4Qp8fLA1Lz+6cicoTko8aRke5moLsc+Pmq7WZG61/UGq86JYUmr/RAXOTIP 5H8rzMNFC0qwalwF4M18vK2D9k8jZqfrapELaZx2UkFS4fxbA0d6t+TmRpCEz4NIuPQ3 ML3A== MIME-Version: 1.0 Received: by 10.52.67.134 with SMTP id n6mr3416931vdt.23.1340488702012; Sat, 23 Jun 2012 14:58:22 -0700 (PDT) Received: by 10.52.33.208 with HTTP; Sat, 23 Jun 2012 14:58:21 -0700 (PDT) In-Reply-To: References: <1281740748.5720.76.camel@kiwi-pc2> Date: Sat, 23 Jun 2012 23:58:21 +0200 Message-ID: Subject: Re: bug#6853: 24.0.50; python mode coloring broke From: Thomas Riccardi To: Glenn Morris Content-Type: multipart/mixed; boundary=20cf307f3342e8accf04c32ad804 X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 6853 Cc: 6853@debbugs.gnu.org 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: -2.6 (--) --20cf307f3342e8accf04c32ad804 Content-Type: text/plain; charset=ISO-8859-1 On Tue, Jun 19, 2012 at 1:06 AM, Glenn Morris wrote: > Thomas Riccardi wrote: > >> emacs trunk revno: 101071 >> >> >> How to reproduce: >> 1/ emacs -Q test.py >> 2/ coloring is wrong starting L96 >> >> >> The test.py file is joint to this email. > > Thanks for the report; sorry no-one ever replied. > > It looks like a complicated example file, and I don't know what I am > supposed to be seeing. Line 96 looks the same to me as line 95. Do you > still see this issue, and if so could you say exactly what is wrong? The test.py file is indeed an unnecessary complicated example. Here is a simpler file reproducing the issue: def test(): """""" return None The issue is the following: All the lines after the empty triple-quoted string are colored with the 'font-lock-string-face' face. This seems to be a legit python code: http://docs.python.org/reference/lexical_analysis.html#string-literals There is the same issue with triple-quoted strings using simple quotes '. --20cf307f3342e8accf04c32ad804 Content-Type: application/octet-stream; name="test2.py" Content-Disposition: attachment; filename="test2.py" Content-Transfer-Encoding: base64 X-Attachment-Id: f_h3t7x13t0 ZGVmIHRlc3QoKToKCSIiIiIiIgoJcmV0dXJuIE5vbmUKCQo= --20cf307f3342e8accf04c32ad804-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 24 19:43:23 2012 Received: (at 6853) by debbugs.gnu.org; 24 Jun 2012 23:43:23 +0000 Received: from localhost ([127.0.0.1]:55607 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SiwSh-0004Aj-AN for submit@debbugs.gnu.org; Sun, 24 Jun 2012 19:43:23 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:52168) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SiwSe-0004AZ-Kz for 6853@debbugs.gnu.org; Sun, 24 Jun 2012 19:43:21 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SiwOs-0002hw-0J; Sun, 24 Jun 2012 19:39:26 -0400 From: Glenn Morris To: Thomas Riccardi Subject: Re: bug#6853: 24.0.50; python mode coloring broke References: <1281740748.5720.76.camel@kiwi-pc2> X-Spook: top secret Capricorn Armani MD4 terrorist electronic X-Ran: Q[[(Auj&lWQDD+Ur;+-,nPs|O;#pm26JSHf/V07-af&,T7A;7T8TD9q@k8_e`}_v|t1$./ X-Hue: red X-Debbugs-No-Ack: yes X-Attribution: GM Date: Sun, 24 Jun 2012 19:39:25 -0400 In-Reply-To: (Thomas Riccardi's message of "Sat, 23 Jun 2012 23:58:21 +0200") Message-ID: <7uobo85lg2.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: 6853 Cc: 6853@debbugs.gnu.org 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: -6.9 (------) Thomas Riccardi wrote: > def test(): > """""" > return None > > The issue is the following: > All the lines after the empty triple-quoted string are colored with > the 'font-lock-string-face' face. Thanks, that's much clearer. This issue still occurs with the latest python.el in the Emacs trunk. From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 24 19:43:50 2012 Received: (at control) by debbugs.gnu.org; 24 Jun 2012 23:43:50 +0000 Received: from localhost ([127.0.0.1]:55611 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SiwT7-0004Bn-QH for submit@debbugs.gnu.org; Sun, 24 Jun 2012 19:43:50 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:52170) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SiwT5-0004BW-Ro for control@debbugs.gnu.org; Sun, 24 Jun 2012 19:43:48 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SiwPL-0002ih-FZ for control@debbugs.gnu.org; Sun, 24 Jun 2012 19:39:55 -0400 Date: Sun, 24 Jun 2012 19:39:55 -0400 Message-Id: Subject: control message for bug 6853 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -6.9 (------) 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: -6.9 (------) found 6853 24.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 24 19:44:44 2012 Received: (at control) by debbugs.gnu.org; 24 Jun 2012 23:44:44 +0000 Received: from localhost ([127.0.0.1]:55619 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SiwU0-0004Ep-5l for submit@debbugs.gnu.org; Sun, 24 Jun 2012 19:44:44 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:52184) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SiwTw-0004Ec-Rr for control@debbugs.gnu.org; Sun, 24 Jun 2012 19:44:41 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SiwQC-0002qh-Dv for control@debbugs.gnu.org; Sun, 24 Jun 2012 19:40:48 -0400 Date: Sun, 24 Jun 2012 19:40:48 -0400 Message-Id: Subject: control message for bug 6853 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -6.9 (------) 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: -6.9 (------) retitle 6853 python font-lock and empty triple-quoted strings From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 24 14:46:26 2012 Received: (at 6853) by debbugs.gnu.org; 24 Sep 2012 18:46:26 +0000 Received: from localhost ([127.0.0.1]:53591 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TGDfl-0000MA-J9 for submit@debbugs.gnu.org; Mon, 24 Sep 2012 14:46:25 -0400 Received: from mail-gg0-f172.google.com ([209.85.161.172]:56968) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TGDfk-0000M3-6R for 6853@debbugs.gnu.org; Mon, 24 Sep 2012 14:46:24 -0400 Received: by ggnh4 with SMTP id h4so1829727ggn.3 for <6853@debbugs.gnu.org>; Mon, 24 Sep 2012 11:44:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding:x-gm-message-state; bh=KyVVYsUeNJ/NCnOcPyjMNv1A3GTcOkXsTK9JhtRREOQ=; b=g4HLWVLvdjj3Yp0KnmINNlc2ppAXPq0jlDSr6Di+ygb2vBJLAjv4xVSK4r4Y+BERBU caYIcJ56nxUhkyyI+oWH5Jdh94C4oHhEfyFlzzG1uRed2s8I0HUN0XmD+R3+u4FvhLLl aIiGlBhkfC+M82wV2TynDMln/nGo/IIuc/W+d66wpCPhKS1xivXiu7UCGFkz90vPvAcN vGD8LhuVbeng3HjD7WV8X6yiUCLaG+IsWC5lU/WqkfD8P+PdJqz7/xGo3AyeYRl5a5AY L5CJhQ3ffGNVczYlIyWrcMjCB0nTMDSsYO16hzktZDPU7DofTWc9mWKOmsXB5o4J4IrH 4dIQ== Received: by 10.236.144.137 with SMTP id n9mr13102533yhj.107.1348512268752; Mon, 24 Sep 2012 11:44:28 -0700 (PDT) Received: from [192.168.1.25] (host71.190-138-197.telecom.net.ar. [190.138.197.71]) by mx.google.com with ESMTPS id e5sm25912534yhk.21.2012.09.24.11.44.27 (version=SSLv3 cipher=OTHER); Mon, 24 Sep 2012 11:44:28 -0700 (PDT) Message-ID: <5060AA20.9060009@anue.biz> Date: Mon, 24 Sep 2012 15:44:48 -0300 From: =?ISO-8859-1?Q?Fabi=E1n_Ezequiel_Gallina?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120910 Thunderbird/15.0.1 MIME-Version: 1.0 To: 6853@debbugs.gnu.org Subject: python font-lock and empty triple-quoted strings Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQlVdwbEqy3eygcBA1NvutMi8jg23w8bZagD6THoBcGbMt0JGI4bqrAkwB89F5P52NA+XnQM X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 6853 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: -2.6 (--) I tried this and the current trunk's python.el seems to be working well on the given test file. From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 24 14:46:40 2012 Received: (at control) by debbugs.gnu.org; 24 Sep 2012 18:46:40 +0000 Received: from localhost ([127.0.0.1]:53594 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TGDg0-0000MY-5u for submit@debbugs.gnu.org; Mon, 24 Sep 2012 14:46:40 -0400 Received: from mail-gg0-f172.google.com ([209.85.161.172]:56968) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TGDfy-0000M3-SX for control@debbugs.gnu.org; Mon, 24 Sep 2012 14:46:39 -0400 Received: by mail-gg0-f172.google.com with SMTP id h4so1829727ggn.3 for ; Mon, 24 Sep 2012 11:44:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:content-type :content-transfer-encoding:x-gm-message-state; bh=FeL9hperw0X0s09fvrmUvwArRSDQqbu2SPnCF0MIxOE=; b=CdYSEaRiBR3LD6ZtdKZhNV5IHcQwbZtWBH5t7VSUVf3f6yg3W3EMBzgjylOllqOjPo ZuhxKurCEWh/z9wefQ9JDryTpci1tV417idUk0oNadq6P+hIwO91dJDOV0ltlEg+vCJM OW4SiJiZIfC8GSH9Rv6kuX0F2W/Qrgz+eG7JeabTvfIDJk3gSftvK6/nrKQAbzUPxk6M 0U1ItPyaogFSSdkdBDAAHHQDHgvppobhNZOyEjYL1ffCChE9yoKsW6RtQ6RGm+u1bmkP 0+NMLQRwP3pjdODl7C2h2fsUo2uy3Y/TZZnkV/HIGrvsECZZer+H1gwCA0pwmoJmZnoT IOtg== Received: by 10.236.137.104 with SMTP id x68mr13060845yhi.65.1348512283341; Mon, 24 Sep 2012 11:44:43 -0700 (PDT) Received: from [192.168.1.25] (host71.190-138-197.telecom.net.ar. [190.138.197.71]) by mx.google.com with ESMTPS id k2sm17252630anl.11.2012.09.24.11.44.42 (version=SSLv3 cipher=OTHER); Mon, 24 Sep 2012 11:44:42 -0700 (PDT) Message-ID: <5060AA2F.8080302@anue.biz> Date: Mon, 24 Sep 2012 15:45:03 -0300 From: =?ISO-8859-1?Q?Fabi=E1n_Ezequiel_Gallina?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120910 Thunderbird/15.0.1 MIME-Version: 1.0 To: control@debbugs.gnu.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQlfXtKHWENtP19vZmwmDuPGIXBGgFnF2CbxqKcF+v0WEzj5TXf+FIzXdD6PCHDwMWLxTW1p X-Spam-Score: 2.2 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close #6853 [...] Content analysis details: (2.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.161.172 listed in list.dnswl.org] 3.0 GOT_NO_SUBJECT No real subject -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 1.8 MISSING_SUBJECT Missing Subject: header 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: 2.2 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close #6853 [...] Content analysis details: (2.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.161.172 listed in list.dnswl.org] 3.0 GOT_NO_SUBJECT No real subject -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 1.8 MISSING_SUBJECT Missing Subject: header 0.0 TVD_SPACE_RATIO TVD_SPACE_RATIO close #6853 From unknown Mon Aug 18 15:39: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: Tue, 23 Oct 2012 11:24:04 +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