From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nathaniel Flath Newsgroups: gmane.emacs.devel Subject: Re: Python fix for def and class highlighting Date: Fri, 1 Jan 2010 23:15:06 -0500 Message-ID: <5e3a506e1001012015m4d233bfx8bc5280303ff94f0@mail.gmail.com> References: <5e3a506e0912281151n4b309bcbgec72a2d356302a3d@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=000e0cd2de5ab461a1047c26bb4a X-Trace: ger.gmane.org 1262405725 17096 80.91.229.12 (2 Jan 2010 04:15:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Jan 2010 04:15:25 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 02 05:15:18 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NQvOY-0000lJ-DZ for ged-emacs-devel@m.gmane.org; Sat, 02 Jan 2010 05:15:18 +0100 Original-Received: from localhost ([127.0.0.1]:51560 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQvOY-0003Gh-Q2 for ged-emacs-devel@m.gmane.org; Fri, 01 Jan 2010 23:15:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NQvOS-0003Fn-Pl for emacs-devel@gnu.org; Fri, 01 Jan 2010 23:15:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQvOO-0003Ci-CI for emacs-devel@gnu.org; Fri, 01 Jan 2010 23:15:12 -0500 Original-Received: from [199.232.76.173] (port=47790 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQvOO-0003Cb-1F for emacs-devel@gnu.org; Fri, 01 Jan 2010 23:15:08 -0500 Original-Received: from mail-px0-f192.google.com ([209.85.216.192]:45321) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NQvON-0001Bv-T7 for emacs-devel@gnu.org; Fri, 01 Jan 2010 23:15:08 -0500 Original-Received: by pxi30 with SMTP id 30so9036681pxi.14 for ; Fri, 01 Jan 2010 20:15:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=5ge7S/5pwNLKKNEXFU0SmJg/H9UCMSa2ZQ0qz2MfE4c=; b=xqrBVz66db0pzirkQtySxVbJM7SiRwVbNNUHfx76kfrSLPh7JmZ3NLVN3StaIfAyor WvqrRSdCD9bQfiG5HITXRZliDTindD7AzcwnvJpl8TF9cyGOEhhz+EapL8mnoblV03AW pgntwylhiac+XnPcoslP8WiPuWtBpYn7jdGFg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=AXhJ1GvKuK7OdodRA+uJ3NK7pErkayu0vDzLmED48jh82V+OXSup2qnNn4xw0pX94M yaPl2h/T4z5uyRa/vR/kTa2S14NOa6d4xJB6DKOOzgc4s8AFCO2BtBg8Nhc8jDHSD9PR X0XOE8/q2FC72S45Sfd5+5gB5RnyV5miohtBc= Original-Received: by 10.140.82.21 with SMTP id f21mr284932rvb.55.1262405706604; Fri, 01 Jan 2010 20:15:06 -0800 (PST) In-Reply-To: <5e3a506e0912281151n4b309bcbgec72a2d356302a3d@mail.gmail.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:119250 Archived-At: --000e0cd2de5ab461a1047c26bb4a Content-Type: text/plain; charset=ISO-8859-1 Just throwing this out again. Is there a more specific list I should email? Thanks, Nathaniel Flath On Mon, Dec 28, 2009 at 2:51 PM, Nathaniel Flath wrote: > In python-mode, def and class are not highlighted as keywords until the > function or class name is started. The attached patch will highlight these > properly without requiring whitespace or a name afterwards. This makes it > more like elisp-mode, java-mode, cc-mode, and js2-mode. > > Thanks, > Nathaniel Flath > --000e0cd2de5ab461a1047c26bb4a Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Just throwing this out again.=A0 Is there a more specific list I should ema= il?

Thanks,
Nathaniel Flath

On = Mon, Dec 28, 2009 at 2:51 PM, Nathaniel Flath <flat0103@gmail.com> wrote:
In python-mode, d= ef and class are not highlighted as keywords until the function or class na= me is started.=A0 The attached patch will highlight these properly without = requiring whitespace or a name afterwards.=A0 This makes it more like elisp= -mode, java-mode, cc-mode, and js2-mode.

Thanks,
Nathaniel Flath

--000e0cd2de5ab461a1047c26bb4a--