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: Tue, 22 Aug 2006 15:31:33 -0500 Organization: x Message-ID: References: <873bbpftfi.fsf-monnier+emacs@gnu.org> <20060822215650.4987.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 1156278737 12410 80.91.229.2 (22 Aug 2006 20:32:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Aug 2006 20:32:17 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 22 22:32:14 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 1GFcuy-0005ul-M8 for ged-emacs-devel@m.gmane.org; Tue, 22 Aug 2006 22:32:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GFcuy-0001aI-0S for ged-emacs-devel@m.gmane.org; Tue, 22 Aug 2006 16:32:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GFcum-0001ZZ-Ae for emacs-devel@gnu.org; Tue, 22 Aug 2006 16:32:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GFcuk-0001ZL-SH for emacs-devel@gnu.org; Tue, 22 Aug 2006 16:31:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GFcuk-0001ZI-NQ for emacs-devel@gnu.org; Tue, 22 Aug 2006 16:31:58 -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 1GFd2Q-0004yh-T7 for emacs-devel@gnu.org; Tue, 22 Aug 2006 16:39:55 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GFcuT-0005ot-WD for emacs-devel@gnu.org; Tue, 22 Aug 2006 22:31:42 +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 ; Tue, 22 Aug 2006 22:31:41 +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 ; Tue, 22 Aug 2006 22:31:41 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 24 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:a/ko+Cqjqkz7EJ+Ze88d30XgOMA= 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:58747 Archived-At: >>>> Slawomir Nowaczyk writes: > C-c C-! is undefined in python-mode I use... and the "shell" terminology > is not used in our mode, only in the other one. But I assume you mean > python-switch-to-python command. Yes you are right, somehow I was in a bizarre state where the other python-mode was getting picked up although I had removed it from load-path. > Nothing reverts for me... I have a strong impression you are not using > python-mode from CVS, as this mode doesn't do anything special about > pdb AFAICT (the pdb tracking feature is only present in the other mode). Right, it doesn't revert now... that's nice. I will start using this going forward. > Actually, C-c C-c works... the only thing is it doesn't show Inferior > Python by default, so you would need to switch to *Python* buffer > manually. Still, that's only two commands, not 4 :) It does work as you say and 2 is def. better than 4. Can "self" be made a keyword? Thanks for clearing the rest up.