From seberino at spawar.navy.mil Tue Dec 2 14:16:55 2003 From: seberino at spawar.navy.mil (seberino@spawar.navy.mil) Date: Tue Dec 2 14:16:58 2003 Subject: [Python-mode] bug report - please forward to right place Message-ID: <20031202191655.GB11574@spawar.navy.mil> ver. 4.15 has a working py-execute-buffer but ver. 4.20 doesn't py-execute-buffer died somewhere between these 2 versions. Chris -- _______________________________________ Christian Seberino, Ph.D. SPAWAR Systems Center San Diego Code 2872 49258 Mills Street, Room 158 San Diego, CA 92152-5385 U.S.A. Phone: (619) 553-9973 Fax : (619) 553-6521 Email: seberino@spawar.navy.mil _______________________________________ From noreply at sourceforge.net Fri Dec 12 02:05:29 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Fri Dec 12 02:05:32 2003 Subject: [Python-mode] [ python-mode-Bugs-858748 ] highlight errors in font-lock-mode Message-ID: Bugs item #858748, was opened at 2003-12-12 07:05 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=581349&aid=858748&group_id=86916 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Matthias Klose (doko) Assigned to: Nobody/Anonymous (nobody) Summary: highlight errors in font-lock-mode Initial Comment: [ forwarded from http://bugs.debian.org/223520 ] version 4.40 def cfile(): clist = 2 highlights 'list' and 'file', but it shouldn't ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=581349&aid=858748&group_id=86916 From k3pjuz0a at juno.com Fri Dec 19 12:10:57 2003 From: k3pjuz0a at juno.com (Steve Clements) Date: Fri Dec 19 06:18:49 2003 Subject: [Python-mode] Python-list-request yd uomjs ovs Message-ID: Hi Python-list-request , I have a picture online now. I just want someone to know me before they see me. I just feel better that way. (but believe me you wont be disappointed) Well i am 22 years old. I have a very out going personality. I love to meet new people, i am on the varsity cheerleading squad. I like the little romantic stuff and love to be swept off my feet and suprised. I am currently looking for a relationship. All around if i were to use 3 words to describe me id say Outgoing, sexy, and spontaneous :) And if u wanna chat or get to know me. If u really like what u see. youll do more than just send me a note. Talk to you soon I hope... :) Carolynn ps. my friend Maria is on with me as well. http://seeingnoone.com/confirm/?oc=52211091 I do not wish to go on any blind dates at all, now or in the future: http://seeingnoone.com/remove/?oc=1 m393nnm3m3oqkkf ptki akk op hycsa From noreply at sourceforge.net Fri Dec 19 09:18:18 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Fri Dec 19 09:18:22 2003 Subject: [Python-mode] [ python-mode-Patches-862952 ] Highlight builtins better Message-ID: Patches item #862952, was opened at 2003-12-19 15:18 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=862952&group_id=86916 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Bernhard Herzog (bernhard) Assigned to: Nobody/Anonymous (nobody) Summary: Highlight builtins better Initial Comment: The regexp that hightlights builtins in rev. 4.41 highlights them in the wrong places sometimes. E.g. in self.map map is hightlighted too. The patch fixes that and also uses py-pseudo-keyword-face which I think is more appropriate for builtins than highlighting them like keywords. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=581351&aid=862952&group_id=86916 From noreply at sourceforge.net Fri Dec 19 09:25:51 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Fri Dec 19 09:25:55 2003 Subject: [Python-mode] [ python-mode-Patches-862954 ] bind py-fill-paragraph to fill-paragraph-function Message-ID: Patches item #862954, was opened at 2003-12-19 15:25 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=862954&group_id=86916 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Bernhard Herzog (bernhard) Assigned to: Nobody/Anonymous (nobody) Summary: bind py-fill-paragraph to fill-paragraph-function Initial Comment: This patch sets fill-paragraph-function to py-fill-paragraph in python-mode and removes the keybinding for M-q. For me at least this works much better. I'm using GNU Emacs, maybe this is different in XEmacs ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=581351&aid=862954&group_id=86916 From noreply at sourceforge.net Fri Dec 19 09:36:54 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Fri Dec 19 09:37:00 2003 Subject: [Python-mode] [ python-mode-Patches-862952 ] Highlight builtins better Message-ID: Patches item #862952, was opened at 2003-12-19 08:18 Message generated for change (Comment added) made by montanaro You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=581351&aid=862952&group_id=86916 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Bernhard Herzog (bernhard) Assigned to: Nobody/Anonymous (nobody) Summary: Highlight builtins better Initial Comment: The regexp that hightlights builtins in rev. 4.41 highlights them in the wrong places sometimes. E.g. in self.map map is hightlighted too. The patch fixes that and also uses py-pseudo-keyword-face which I think is more appropriate for builtins than highlighting them like keywords. ---------------------------------------------------------------------- >Comment By: Skip Montanaro (montanaro) Date: 2003-12-19 08:36 Message: Logged In: YES user_id=44345 Thanks Bernhard. Checked in as python-mode.el 4.42. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=581351&aid=862952&group_id=86916 From noreply at sourceforge.net Fri Dec 19 09:41:05 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Fri Dec 19 09:41:11 2003 Subject: [Python-mode] [ python-mode-Patches-862954 ] bind py-fill-paragraph to fill-paragraph-function Message-ID: Patches item #862954, was opened at 2003-12-19 08:25 Message generated for change (Comment added) made by montanaro You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=581351&aid=862954&group_id=86916 Category: None Group: None >Status: Closed >Resolution: Accepted Priority: 5 Submitted By: Bernhard Herzog (bernhard) Assigned to: Nobody/Anonymous (nobody) Summary: bind py-fill-paragraph to fill-paragraph-function Initial Comment: This patch sets fill-paragraph-function to py-fill-paragraph in python-mode and removes the keybinding for M-q. For me at least this works much better. I'm using GNU Emacs, maybe this is different in XEmacs ---------------------------------------------------------------------- >Comment By: Skip Montanaro (montanaro) Date: 2003-12-19 08:41 Message: Logged In: YES user_id=44345 Thanks Bernhard. Added to python-mode.el 4.43. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=581351&aid=862954&group_id=86916 From noreply at sourceforge.net Fri Dec 19 09:42:09 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Fri Dec 19 09:42:16 2003 Subject: [Python-mode] [ python-mode-Patches-862952 ] Highlight builtins better Message-ID: Patches item #862952, was opened at 2003-12-19 08:18 Message generated for change (Settings changed) made by montanaro You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=581351&aid=862952&group_id=86916 Category: None Group: None >Status: Closed >Resolution: Accepted Priority: 5 Submitted By: Bernhard Herzog (bernhard) Assigned to: Nobody/Anonymous (nobody) Summary: Highlight builtins better Initial Comment: The regexp that hightlights builtins in rev. 4.41 highlights them in the wrong places sometimes. E.g. in self.map map is hightlighted too. The patch fixes that and also uses py-pseudo-keyword-face which I think is more appropriate for builtins than highlighting them like keywords. ---------------------------------------------------------------------- Comment By: Skip Montanaro (montanaro) Date: 2003-12-19 08:36 Message: Logged In: YES user_id=44345 Thanks Bernhard. Checked in as python-mode.el 4.42. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=581351&aid=862952&group_id=86916 From noreply at sourceforge.net Fri Dec 19 09:47:46 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Fri Dec 19 09:47:52 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 14:15 Message generated for change (Comment added) made by montanaro You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=581351&aid=833859&group_id=86916 Category: None Group: None >Status: Closed >Resolution: Accepted 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. ---------------------------------------------------------------------- >Comment By: Skip Montanaro (montanaro) Date: 2003-12-19 08:47 Message: Logged In: YES user_id=44345 Sorry for the delay. Applied as python-mode.el 4.44. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=581351&aid=833859&group_id=86916 From noreply at sourceforge.net Fri Dec 19 09:50:19 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Fri Dec 19 09:50:34 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 14:02 Message generated for change (Comment added) made by montanaro You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=581351&aid=828429&group_id=86916 Category: None Group: None >Status: Closed >Resolution: Accepted 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. ---------------------------------------------------------------------- >Comment By: Skip Montanaro (montanaro) Date: 2003-12-19 08:50 Message: Logged In: YES user_id=44345 Thanks. Sorry for the delay. python-mode.el 4.45. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=581351&aid=828429&group_id=86916 From noreply at sourceforge.net Fri Dec 19 09:55:54 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Fri Dec 19 09:55:57 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 13:11 Message generated for change (Comment added) made by montanaro You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=581351&aid=828393&group_id=86916 Category: None Group: None >Status: Closed >Resolution: Accepted 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. ---------------------------------------------------------------------- >Comment By: Skip Montanaro (montanaro) Date: 2003-12-19 08:55 Message: Logged In: YES user_id=44345 Applied as python-mode.el 4.46. Sorry for the delay. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=581351&aid=828393&group_id=86916 From noreply at sourceforge.net Fri Dec 19 10:19:19 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Fri Dec 19 10:19:24 2003 Subject: [Python-mode] [ python-mode-Bugs-813266 ] better indentation for lambda bodies Message-ID: Bugs item #813266, was opened at 2003-09-26 15:37 Message generated for change (Comment added) made by montanaro You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=581349&aid=813266&group_id=86916 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Matthias Klose (doko) >Assigned to: Skip Montanaro (montanaro) Summary: better indentation for lambda bodies Initial Comment: [forwarded from http://bugs.debian.org/208303] Currently, if you place the body of a lambda on the next line (to curb rightward drift), the Emacs Python mode indents it like this: ... lambda x: body_of_lambda() ... In keeping with Lisp traditions, and to improve readability, I suggest a small amount of indentation for the lambda body, eg: lambda x: body_of_lambda() or lambda x: body_of_lambda() ---------------------------------------------------------------------- >Comment By: Skip Montanaro (montanaro) Date: 2003-12-19 09:19 Message: Logged In: YES user_id=44345 Matthias, is this still a problem for you? In XEmacs, I get a four-space indent if I end the line with "lambda:" and hit the TAB key on the next line. (Please check with the latest version. It's accumulated several changes in the past day.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=581349&aid=813266&group_id=86916 From skip at pobox.com Fri Dec 19 10:25:37 2003 From: skip at pobox.com (Skip Montanaro) Date: Fri Dec 19 10:25:40 2003 Subject: [Python-mode] XEmacs python-mode package maintainership In-Reply-To: References: <16307.63053.25597.808996@montanaro.dyndns.org> Message-ID: <16355.6257.847620.499932@montanaro.dyndns.org> >> I'm here as well. What's involved? Norbert> Basically, updating the file-version in the XEmacs package Norbert> directory from time to time. How often this is done is up to Norbert> the maintainer. Currently the XEmacs development team is Norbert> listed, but the last update has been made before I became Norbert> package release manager, ie nobody really feels responsible for Norbert> the package. Norbert, I just made a number of changes (mostly bug fixes submitted by others) to python-mode.el. How do I go about notifying the XEmacs gurus about this change? (That is, how do I "updat[e] the file-version in the XEmacs package directory"?) Skip From viteno at xemacs.org Fri Dec 19 10:54:45 2003 From: viteno at xemacs.org (Norbert Koch) Date: Fri Dec 19 10:52:06 2003 Subject: [Python-mode] XEmacs python-mode package maintainership In-Reply-To: <16355.6257.847620.499932@montanaro.dyndns.org> (Skip Montanaro's message of "Fri, 19 Dec 2003 09:25:37 -0600") References: <16307.63053.25597.808996@montanaro.dyndns.org> <16355.6257.847620.499932@montanaro.dyndns.org> Message-ID: Skip Montanaro writes: Hi Skip, > I just made a number of changes (mostly bug fixes submitted by others) to > python-mode.el. How do I go about notifying the XEmacs gurus about this > change? (That is, how do I "updat[e] the file-version in the XEmacs package > directory"?) So you're willing to maintain the package? Cool, that's great news. http://www.de.xemacs.org/Develop/cvsaccess.html#committers contains the information about becoming a committer (I should have sent this earlier, sorry). Could you provide the bits and pieces? Then we're going to set up your access point and you're the master of python-mode. I don't expect anyone on the board to object this move. If I'm mistaken, please speak up! norbert. From skip at pobox.com Fri Dec 19 11:07:38 2003 From: skip at pobox.com (Skip Montanaro) Date: Fri Dec 19 11:07:38 2003 Subject: [Python-mode] XEmacs python-mode package maintainership In-Reply-To: References: <16307.63053.25597.808996@montanaro.dyndns.org> <16355.6257.847620.499932@montanaro.dyndns.org> Message-ID: <16355.8778.749916.73684@montanaro.dyndns.org> Norbert> http://www.de.xemacs.org/Develop/cvsaccess.html#committers Norbert> contains the information about becoming a committer (I should Norbert> have sent this earlier, sorry). Could you provide the bits and Norbert> pieces? I've attached my dsa pubkey. My preferred usernames (in order) would be "skip", "montanaro", "smontanaro" (or 8-char prefix if the historical Unix username limits are in effect). I have the other stuff (stanza, cvs convenience script) set up locally. Let me know when to give things a try. Skip -------------- next part -------------- A non-text attachment was scrubbed... Name: id_dsa.pub Type: application/octet-stream Size: 614 bytes Desc: pubkey Url : http://mail.python.org/pipermail/python-mode/attachments/20031219/ef37f865/id_dsa.obj From stephen at xemacs.org Sat Dec 20 01:41:57 2003 From: stephen at xemacs.org (Stephen J. Turnbull) Date: Sat Dec 20 01:42:15 2003 Subject: [Python-mode] XEmacs python-mode package maintainership In-Reply-To: (Norbert Koch's message of "Fri, 19 Dec 2003 16:54:45 +0100") References: <16307.63053.25597.808996@montanaro.dyndns.org> <16355.6257.847620.499932@montanaro.dyndns.org> Message-ID: <871xr0ng7e.fsf@tleepslib.sk.tsukuba.ac.jp> >>>>> "viteno" == Norbert Koch writes: viteno> I don't expect anyone on the board to object this move. viteno> If I'm mistaken, please speak up! You're not mistaken, in my case anyway. Skip is definitely somebody we'd like to have on board. steve -- Institute of Policy and Planning Sciences http://turnbull.sk.tsukuba.ac.jp University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN Ask not how you can "do" free software business; ask what your business can "do for" free software.