Re: [Python-mode] python-mode.el checkout

2008-05-08 Thread Andreas Röhler
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

Re: [Python-mode] python-mode.el checkout

2008-05-08 Thread skip
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

Re: [Python-mode] python-mode.el checkout

2008-05-08 Thread Andreas Röhler
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