From debbugs-submit-bounces@debbugs.gnu.org Fri May 21 23:07:45 2010 Received: (at submit) by debbugs.gnu.org; 22 May 2010 03:07:45 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFf3w-0007H3-8c for submit@debbugs.gnu.org; Fri, 21 May 2010 23:07:44 -0400 Received: from mx10.gnu.org ([199.232.76.166]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFf3u-0007Gy-Kv for submit@debbugs.gnu.org; Fri, 21 May 2010 23:07:43 -0400 Received: from lists.gnu.org ([199.232.76.165]:40962) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1OFf3r-0001Oo-1k for submit@debbugs.gnu.org; Fri, 21 May 2010 23:07:39 -0400 Received: from [140.186.70.92] (port=52370 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFf3p-00050c-JH for bug-gnu-emacs@gnu.org; Fri, 21 May 2010 23:07:38 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, T_DKIM_INVALID, T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFf3o-000183-IY for bug-gnu-emacs@gnu.org; Fri, 21 May 2010 23:07:37 -0400 Received: from mail-qy0-f191.google.com ([209.85.221.191]:44314) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFf3o-00017x-Em for bug-gnu-emacs@gnu.org; Fri, 21 May 2010 23:07:36 -0400 Received: by qyk29 with SMTP id 29so1827581qyk.14 for ; Fri, 21 May 2010 20:07:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:mime-version:content-type; bh=4lnioMpUB4ZZpVdlAFGAPAx8hPJQpn2Y3yrjXVy70kc=; b=oU27u/N+uAvKfOyti+kI8mHogvueOWkbSLJmUschPwD8qg5bQtqQh+41uyDAMD1haJ yMRcxs3fgfImzMfprJPyYhore6H5ZpMjTcuRL3Iq6f+uz0o1vZnsfRDVzfNq+Tc6jNTs liXi4ZtvKUMLMzoLzx1udNUs56T1toCC+rk3k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:mime-version:content-type; b=UNG/Id2rwzsak7pDkvCylb9B04tpsaYD39B0zAgt/fyOIKVbEIF48i2GOZslAYygxt buriX0wh9XISHi3+H+TYMKlBac/eaWpKSFwnBh9QSo5laiSIN835hN4uP3W0YwF+Jo9n aZ/oylSHzzp4N/mZ4rMRC28o/TLTn7IPBecAo= Received: by 10.224.123.79 with SMTP id o15mr1803207qar.133.1274497655311; Fri, 21 May 2010 20:07:35 -0700 (PDT) Received: from nflath-laptop (CPE00265af23bbe-CM00111ae68332.cpe.net.cable.rogers.com [99.255.140.96]) by mx.google.com with ESMTPS id 22sm1017758qyk.2.2010.05.21.20.07.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 21 May 2010 20:07:34 -0700 (PDT) From: nflath To: bug-gnu-emacs@gnu.org Subject: 23.1.96; Python incorrect keyword highlighting Date: Fri, 21 May 2010 23:07:32 -0400 Message-ID: <8739xky6q3.fsf@nflath-laptop.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: -5.9 (-----) 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: -5.9 (-----) The python highlighting is somewhat broken - keywords are highlighted even when theyare part of identifiers. To replicate: emacs -q C-x C-f test.py d = collections.defaultdictionary the def in defaultdictionary will be highlighted. From debbugs-submit-bounces@debbugs.gnu.org Mon May 24 14:33:45 2010 Received: (at 6244) by debbugs.gnu.org; 24 May 2010 18:33:45 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OGcTB-0003cA-KF for submit@debbugs.gnu.org; Mon, 24 May 2010 14:33:45 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OGcT9-0003c4-W7 for 6244@debbugs.gnu.org; Mon, 24 May 2010 14:33:44 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OGcT4-0007yi-BO; Mon, 24 May 2010 14:33:38 -0400 To: nflath Subject: Re: bug#6244: 23.1.96; Python incorrect keyword highlighting References: <8739xky6q3.fsf@nflath-laptop.i-did-not-set--mail-host-address--so-tickle-me> From: Glenn Morris X-Spook: Defcon emc Yukon sniper e-cash terrorism bootleg e-bomb X-Ran: \l([-\Z^Xk=|3k%i6Yd0{06aW&$_K2y2SM!)IT'NcSW}_R-iOvtN9}:|!edYt|pa~pY3B2 X-Hue: magenta X-Debbugs-No-Ack: yes X-Attribution: GM Date: Mon, 24 May 2010 14:33:38 -0400 In-Reply-To: <8739xky6q3.fsf@nflath-laptop.i-did-not-set--mail-host-address--so-tickle-me> (nflath's message of "Fri\, 21 May 2010 23\:07\:32 -0400") 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.1 (------) X-Debbugs-Envelope-To: 6244 Cc: 6244@debbugs.gnu.org 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: -6.1 (------) nflath wrote: > emacs -q > C-x C-f test.py > d = collections.defaultdictionary > > the def in defaultdictionary will be highlighted. I cannot reproduce this with 23.2 or the current trunk (using emacs -Q). 23.1.96 is a somewhat old pretest. From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 14 17:22:08 2010 Received: (at 6244-done) by debbugs.gnu.org; 14 Jun 2010 21:22:08 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOH6e-0002jH-9y for submit@debbugs.gnu.org; Mon, 14 Jun 2010 17:22:08 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOH6d-0002is-5c for 6244-done@debbugs.gnu.org; Mon, 14 Jun 2010 17:22:07 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OOH6Z-0008Rn-2o; Mon, 14 Jun 2010 17:22:03 -0400 To: 6244-done@debbugs.gnu.org Subject: Re: bug#6244: 23.1.96; Python incorrect keyword highlighting References: <8739xky6q3.fsf@nflath-laptop.i-did-not-set--mail-host-address--so-tickle-me> From: Glenn Morris X-Spook: InfoSec Saddam Hussein investigation DRM BRLO rail gun X-Ran: @QD3Ns|=`xtu3>;BW)X;7nP@07vK/:E%PwI/Ct+&O?JQS$Ht6""?/9KSZB\^^(j!j_214Z X-Hue: green X-Attribution: GM Date: Mon, 14 Jun 2010 17:22:03 -0400 In-Reply-To: (Glenn Morris's message of "Mon\, 24 May 2010 14\:33\:38 -0400") 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.1 (------) X-Debbugs-Envelope-To: 6244-done 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: -6.1 (------) I am closing this since there has been no response explaining how to reproduce the issue. You can still reply any time in the next 28 days (or indeed after that if you follow the instructions about unarchiving bugs.) From unknown Sat Sep 06 13:45:08 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, 13 Jul 2010 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