From andreas.roehler at online.de Thu May 8 15:36:46 2008 From: andreas.roehler at online.de (Andreas =?iso-8859-1?q?R=F6hler?=) Date: Thu, 8 May 2008 15:36:46 +0200 Subject: [Python-mode] python-mode.el checkout In-Reply-To: <18464.62869.658994.806636@montanaro-dyndns-org.local> References: <200805061324.21391.andreas.roehler@online.de> <18464.62869.658994.806636@montanaro-dyndns-org.local> Message-ID: <200805081536.47524.andreas.roehler@online.de> Am Mittwoch, 7. Mai 2008 02:19 schrieben Sie: > > Andreas> could someone tell me please, how to check out last > Andreas> python-mode.el? > > Something like this: > > svn co https://python-mode.svn.sourceforge.net/svnroot/python-mode/trunk/python-mode python-mode > > If you'd like checkin privileges, send me your SF id. I'll look for that for next time. > There's also a mailing list: > Inscribed. > http://mail.python.org/mailman/listinfo/python-mode > > Skip > Herewith the patch Introduced an additional check for being not-in-string: (not (numberp (nth 3 state))) Thanks Andreas R?hler -------------- next part -------------- A non-text attachment was scrubbed... Name: python-mode.diff Type: text/x-diff Size: 586 bytes Desc: not available URL: From skip at pobox.com Fri May 9 03:14:53 2008 From: skip at pobox.com (skip at pobox.com) Date: Thu, 8 May 2008 20:14:53 -0500 Subject: [Python-mode] python-mode.el checkout In-Reply-To: <200805081536.47524.andreas.roehler@online.de> References: <200805061324.21391.andreas.roehler@online.de> <18464.62869.658994.806636@montanaro-dyndns-org.local> <200805081536.47524.andreas.roehler@online.de> Message-ID: <18467.42381.966550.839338@montanaro-dyndns-org.local> Andreas> Herewith the patch Andreas> Introduced an additional check for being not-in-string: Andreas> (not (numberp (nth 3 state))) Andreas> Thanks Andreas> Andreas R?hler Andreas> diff -u -b /old/python-mode.el /new/python-mode.el Andreas> --- /old/python-mode.el 2008-05-07 08:05:55.000000000 +0200 Andreas> +++ /new/python-mode.el 2008-05-08 15:28:35.000000000 +0200 Andreas> @@ -3522,7 +3522,7 @@ Andreas> (setq searching nil) ; search is done either way Andreas> (setq state (parse-partial-sexp start Andreas> (match-beginning 0))) Andreas> - (setq answer (not (nth 4 state))))) Andreas> + (setq answer (and (not (numberp (nth 3 state)))(not (nth 4 state)))))) Andreas> ;; search failed: couldn't find another interesting colon Andreas> (setq searching nil))) Andreas> answer))) Exactly what problem does that additional check solve? I admit freely that my Lisp-ish knowledge ain't what it used to be, and it was never all that good to begin with. Thanks, Skip From andreas.roehler at online.de Fri May 9 08:09:08 2008 From: andreas.roehler at online.de (Andreas =?iso-8859-1?q?R=F6hler?=) Date: Fri, 9 May 2008 08:09:08 +0200 Subject: [Python-mode] python-mode.el checkout In-Reply-To: <18467.42381.966550.839338@montanaro-dyndns-org.local> References: <200805061324.21391.andreas.roehler@online.de> <200805081536.47524.andreas.roehler@online.de> <18467.42381.966550.839338@montanaro-dyndns-org.local> Message-ID: <200805090809.09038.andreas.roehler@online.de> Am Freitag, 9. Mai 2008 03:14 schrieben Sie: > > Andreas> Herewith the patch > > Andreas> Introduced an additional check for being not-in-string: > > Andreas> (not (numberp (nth 3 state))) > > Andreas> Thanks > > Andreas> Andreas R?hler > Andreas> diff -u -b /old/python-mode.el /new/python-mode.el > Andreas> --- /old/python-mode.el 2008-05-07 08:05:55.000000000 +0200 > Andreas> +++ /new/python-mode.el 2008-05-08 15:28:35.000000000 +0200 > Andreas> @@ -3522,7 +3522,7 @@ > Andreas> (setq searching nil) ; search is done either way > Andreas> (setq state (parse-partial-sexp start > Andreas> (match-beginning 0))) > Andreas> - (setq answer (not (nth 4 state))))) > Andreas> + (setq answer (and (not (numberp (nth 3 state)))(not (nth 4 state)))))) > Andreas> ;; search failed: couldn't find another interesting colon > Andreas> (setq searching nil))) > Andreas> answer))) > > Exactly what problem does that additional check solve? [ ... ] Bug reported by David Hemmingsson at http://mail.python.org/pipermail/python-mode/2003-August/000002.html: Thanks for a nice emacs mode! But today I found that the indentation didn t work when I tried the following: filen.write("\n") From barry at python.org Fri May 9 17:23:41 2008 From: barry at python.org (Barry Warsaw) Date: Fri, 9 May 2008 11:23:41 -0400 Subject: [Python-mode] Moved to Launchpad and Bazaar Message-ID: <275EDD54-48FE-4898-8B91-CFE0F05C3474@python.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 As previously threatened, er, promised, I've finally moved the official python-mode.el source code repository to Launchpad, to be managed under the Bazaar revision control system. I cannot remove the old SourceForge Subversion repository, but I've disabled all write access to it and removed the link from the SF page. Since the repo was pretty simple, I believe I've preserved all the history, but let me know if anything looks weird. The project page is here: https://launchpad.net/python-mode Click on the Code tab if you want to learn how to get read-only branch. I've also created a new team called python-mode-devs. Members of this team will have write access to the main branch, although of course anybody can push their own personal branches of python-mode. Right now I'm the only member of the team, but if you want write access to python-mode's bzr, go to https://launchpad.net/~python-mode-devs and click on Join. This is a moderated team (since it controls write access), but when I see your request, if I know who you are , I'll approve it. Cheers and let me know if you have any questions. - -Barry P.S. Eventually, I want to import the SF tracker into Launchpad, but that's not automated yet. I know the guy to bug about it and as soon as he does the Mailman tracker I'll get him to do the python-mode tracker. :) P.P.S. Ken, I think this will make it easier to work on the eventual XEmacs/FSFmacs merge of the mode. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (Darwin) iQCVAwUBSCRsfXEjvBPtnXfVAQLG4gP+KgWQ0rKjjIVom5nuz7ACkfMAMCJlX37U UDDDNh8FxOCi5cnhASDRHaaJq8KOozZP76bYJ9O/exSka1MFodcmXQLihIpnf7tI Toxj3PBtPx4rmeGwB4FutMiG/0dUnckJmMnDFLvlRBH+ZiUvv4UHEoC2PcHjcGOw 9yPx0KNeM/k= =wcOl -----END PGP SIGNATURE----- From andreas.roehler at online.de Sat May 10 15:48:38 2008 From: andreas.roehler at online.de (Andreas =?iso-8859-1?q?R=F6hler?=) Date: Sat, 10 May 2008 15:48:38 +0200 Subject: [Python-mode] Moved to Launchpad and Bazaar In-Reply-To: <275EDD54-48FE-4898-8B91-CFE0F05C3474@python.org> References: <275EDD54-48FE-4898-8B91-CFE0F05C3474@python.org> Message-ID: <200805101548.39191.andreas.roehler@online.de> Hi Barry, I asked for join with my adress already registered at launchpad: a.roehler at web.de Baazar seems interesting, the rather childish atmosphere of launchpad I hope to bear for Emacs's sake. :) Thanks for python-mode BTW. Andreas R?hler Am Freitag, 9. Mai 2008 17:23 schrieb Barry Warsaw: > As previously threatened, er, promised, I've finally moved the > official python-mode.el source code repository to Launchpad, to be > managed under the Bazaar revision control system. I cannot remove the > old SourceForge Subversion repository, but I've disabled all write > access to it and removed the link from the SF page. > > Since the repo was pretty simple, I believe I've preserved all the > history, but let me know if anything looks weird. > > The project page is here: > > https://launchpad.net/python-mode > > Click on the Code tab if you want to learn how to get read-only branch. > > I've also created a new team called python-mode-devs. Members of this > team will have write access to the main branch, although of course > anybody can push their own personal branches of python-mode. Right > now I'm the only member of the team, but if you want write access to > python-mode's bzr, go to > > https://launchpad.net/~python-mode-devs > > and click on Join. This is a moderated team (since it controls write > access), but when I see your request, if I know who you are , > I'll approve it. > > Cheers and let me know if you have any questions. > -Barry > > P.S. Eventually, I want to import the SF tracker into Launchpad, but > that's not automated yet. I know the guy to bug about it and as soon > as he does the Mailman tracker I'll get him to do the python-mode > tracker. :) > > P.P.S. Ken, I think this will make it easier to work on the eventual > XEmacs/FSFmacs merge of the mode. > > _______________________________________________ > Python-mode mailing list > Python-mode at python.org > http://mail.python.org/mailman/listinfo/python-mode > From dfernan at gmail.com Wed May 28 04:32:52 2008 From: dfernan at gmail.com (Daniel Fernandez) Date: Tue, 27 May 2008 22:32:52 -0400 Subject: [Python-mode] Xemacs configuration Message-ID: <84e5c4fd0805271932i401d86b9o471c4f7ae86b357d@mail.gmail.com> To whom it may concern, Thanks for providing the python mode for xemacs. I moved all the archives in the zip file to my .xemacs folder. Is that enough to start working in python mode or I have to change something in the init.el archive? Best, Daniel F. -------------- next part -------------- An HTML attachment was scrubbed... URL: