From heikos at foni.net Mon Oct 13 09:53:28 2003 From: heikos at foni.net (heikos@foni.net) Date: Mon Oct 13 09:53:43 2003 Subject: [Python-mode] Installation question Message-ID: Dear Python-Mode-Team, since I am not familiar with emacs-programming I am afraid there is one very important information missing in the installation notes for python-mode.el for GNU-Emacs under (sorry!) Windows: if the Python-Interpreter is on e.g. D:\Python23\ where is the *correct* place in the python- mode.el to adapt the correct path? I tried (as usual in a lot of splendid GNU-Programs) a terrific amount of possibilities, but did not succeed (I only want to give my pupils the chance to use Emacs with Python at home; I prefer Linux). I would be very glad to get a hint because I do not have the time any more to dive into the hidden treasures of programming emacs. Thanks a lot Heiko Schroeder From bradd_b598493 at insurer.com Sat Oct 18 07:00:56 2003 From: bradd_b598493 at insurer.com (bradd_b598493@insurer.com) Date: Sat Oct 18 07:00:57 2003 Subject: [Python-mode] Python-mode, sick of deleting spam email !? Spam Remedy kills all spam automatically! Message-ID: An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/python-mode/attachments/20031018/f4a65c34/attachment.html From noreply at sourceforge.net Wed Oct 22 14:11:12 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Thu Oct 23 10:23:00 2003 Subject: [Python-mode] [ python-mode-Patches-828393 ] Improved py-current-defun (handles nesting) Message-ID: Patches item #828393, was opened at 2003-10-22 20:11 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=581351&aid=828393&group_id=86916 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Per Cederqvist (ceder) Assigned to: Nobody/Anonymous (nobody) Summary: Improved py-current-defun (handles nesting) Initial Comment: The py-current-defun I wrote back in 1996 only works well if you have classes and functions at top level, and one level of methods in the classes. If you nest a class statement inside a function, or if you have a function nested inside a function, it will not provide a good name. The attached patch is a rewrite of the py-current-defun that handles any level of nesting. If you have "class Outer", which contains "def method", which contains "class Inner", it will construct the name "Outer.method.Inner" for the inner class. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=581351&aid=828393&group_id=86916 From noreply at sourceforge.net Wed Oct 22 15:02:32 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Thu Oct 23 10:23:02 2003 Subject: [Python-mode] [ python-mode-Patches-828429 ] py-pdbtrack-grub-for-buffer typo Message-ID: Patches item #828429, was opened at 2003-10-22 21:02 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=581351&aid=828429&group_id=86916 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Per Cederqvist (ceder) Assigned to: Nobody/Anonymous (nobody) Summary: py-pdbtrack-grub-for-buffer typo Initial Comment: py-pdbtrack-grub-for-buffer assigns and reads the global variable "buf". It binds "curbuf" in a let statement, but never uses that variable. I think that the intent was to create a local binding and use it. The enclosed patch changes the binding so that the variable name "buf" is used throughout the function. I have not tested this. I might be missing something subtle. I stumbled across this bug when I looked at the warnings produced by Emacs 21.2 while byte-compiling python-mode.el. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=581351&aid=828429&group_id=86916 From noreply at sourceforge.net Fri Oct 31 15:15:55 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Mon Nov 3 09:58:09 2003 Subject: [Python-mode] [ python-mode-Patches-833859 ] (py-point 'bod) doesn't quite work Message-ID: Patches item #833859, was opened at 2003-10-31 20:15 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=581351&aid=833859&group_id=86916 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Dale Hagglund (dhagglund) Assigned to: Nobody/Anonymous (nobody) Summary: (py-point 'bod) doesn't quite work Initial Comment: The code for py-point in python-mode.el should pass 'either to py-beginning-of-def-or-class and py-end-of-def-or-class. The attached patch does this. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=581351&aid=833859&group_id=86916