From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Lee Newsgroups: gmane.emacs.devel Subject: Re: python-mode patch Date: Mon, 21 Aug 2006 12:57:02 -0500 Organization: x Message-ID: References: <17627.5883.285449.474785@kahikatea.snap.net.nz> <20060820214937.48E0.SLAWOMIR.NOWACZYK.847@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1156183069 369 80.91.229.2 (21 Aug 2006 17:57:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 21 Aug 2006 17:57:49 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 21 19:57:46 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GFE1x-000095-QL for ged-emacs-devel@m.gmane.org; Mon, 21 Aug 2006 19:57:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GFE1x-0005od-8r for ged-emacs-devel@m.gmane.org; Mon, 21 Aug 2006 13:57:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GFE1j-0005mb-A3 for emacs-devel@gnu.org; Mon, 21 Aug 2006 13:57:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GFE1e-0005b3-5R for emacs-devel@gnu.org; Mon, 21 Aug 2006 13:57:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GFE1e-0005ai-0m for emacs-devel@gnu.org; Mon, 21 Aug 2006 13:57:26 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GFE93-0003t5-5H for emacs-devel@gnu.org; Mon, 21 Aug 2006 14:05:06 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GFE1K-0008SZ-35 for emacs-devel@gnu.org; Mon, 21 Aug 2006 19:57:08 +0200 Original-Received: from 66-194-80-196.static.twtelecom.net ([66.194.80.196]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Aug 2006 19:57:06 +0200 Original-Received: from pete.a.lee by 66-194-80-196.static.twtelecom.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Aug 2006 19:57:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 13 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 66-194-80-196.static.twtelecom.net User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) Cancel-Lock: sha1:zgyCWRVaJ0gM/yqtxqj1DDBJgU0= 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:58656 Archived-At: >>>> Edward O'Connor writes: > FWIW, I use it. I imagine approximately everyone who is using CVS Emacs > to write Python code is using it too. I don't use it, but then I only recently heard about it. One annoying thing about the built-in package is the creation of tmp buffers when using pdb and stepping through the code via the interpreter. The creation of the tmp buffer is not a big deal (sourceforge python-mode does this too), but the CVS Emacs version doesn't fontify it. Other than that and the fact that "self" is not fontified by default (py-pseudo-keyword-face for the other python-mode), I didn't notice anything else... but I didn't use it very long... the non-fontified tmp buffer is a non-starter for me.