Re: [Python-mode] bugfixes, `py-match-paren' now at %

2009-02-06 Thread Andreas Roehler
Yaroslav Halchenko wrote:
 pardon my ignorance, but was it done on purpose?
 
 in 356. By  Andreas Roehler  on 2009-01-29
 ,---
 | *$ git show 07985672d238301b27353913fc4aa509992571fb --stat
 | commit 07985672d238301b27353913fc4aa509992571fb
 | Author: Andreas Roehler andreas.roeh...@online.de
 | Date:   Thu Jan 29 18:33:20 2009 +0100
 |
 | py-match-paren
 |
 |  README  |7 -
 |  doctest-mode.el | 2061 
 ---
 |  pycomplete.el   |   50 --
 |  pycomplete.py   |  110 ---
 |  python-mode.el  |   86 +++
 |  5 files changed, 86 insertions(+), 2228 deletions(-)
 `---
 
 you've removed all those files in the root of the repository and left only
 python-mode (which you also modified in the same commit) and the website
 directory
 
 log message (py-match-paren) is too concise to figure out what was
 intended ;-)
 
 P.S. git-bzr is cool -- now I can watch both branches (main and yours)
 in the same git repository ;-)
 
 On Wed, 04 Feb 2009, Andreas Roehler wrote:
 Hi,
 
 luckily announce some progress in python-mode.el (branch)
 
 `py-match-paren' now has a key: % as in lisp.
 
 `M-x py-match-paren-mode', jump between beg and
 end of block pressing %. To the beginning first, if
 inside.

Hi Yaroslav,

as Barry seems busy,

are you able to combine pyton-mode.el from branch with remaining files from 
trunk?

BTW as branch changes still, please tell about your deadlines, if you want to 
build it in.

No bugs concerning my changing known so far.

Thanks

Andreas



___
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode


Re: [Python-mode] bugfixes, `py-match-paren' now at %

2009-02-06 Thread Yaroslav Halchenko
 as Barry seems busy,

 are you able to combine pyton-mode.el from branch with remaining files from
trunk?  well -- now -- not natively since if I merge your branch I
loose those removed files:

$ git merge bzr/a-roehler
Merging HEAD with bzr/a-roehler
Removed README
Removed doctest-mode.el
Removed pycomplete.el
Removed pycomplete.py
Auto-merged python-mode.el

may be in bzr there is a native way to handle merges on per-file basis
but unfortunately I am not familiar with bzr.

I can always though generate a patch of your modifications in python-mode and
apply within my local copy of the master branch, but that is not native
way and brings even more confusion.

It might be that if you added those files back, bzr would be able to
handle situation gracefully... git does apparently:

So, I've added those files back within a local copy of your branch and then
tried to merge your branch back into the master

*$ git merge a-roehler
Merging HEAD with a-roehler
Auto-merged python-mode.el
Merge made by recursive.
 python-mode.el |  374 
 1 files changed, 349 insertions(+), 25 deletions(-)


 BTW as branch changes still, please tell about your deadlines, if you want to 
 build it in.

I am just a little person -- a maintainer of python-mode.el for Debian. I've
already shipped current version into Debian, and would be happy to ship a new
version with your modifications if they propagate reach master
branch

 No bugs concerning my changing known so far.

nothing is good than a real field testing by hunders of users --
unexpected aspects of code functioning get unraveled ;-)

-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]


___
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode


Re: [Python-mode] bugfixes, `py-match-paren' now at %

2009-02-06 Thread Andreas Roehler
Yaroslav Halchenko wrote:
 as Barry seems busy,
 
 are you able to combine pyton-mode.el from branch with remaining files from
 trunk?  well -- now -- not natively since if I merge your branch I
 loose those removed files:
 
 $ git merge bzr/a-roehler
 Merging HEAD with bzr/a-roehler
 Removed README
 Removed doctest-mode.el
 Removed pycomplete.el
 Removed pycomplete.py
 Auto-merged python-mode.el
 
 may be in bzr there is a native way to handle merges on per-file basis
 but unfortunately I am not familiar with bzr.
 
 I can always though generate a patch of your modifications in python-mode and
 apply within my local copy of the master branch, but that is not native
 way and brings even more confusion.
 
 It might be that if you added those files back, bzr would be able to
 handle situation gracefully... 

OK. I'll try that.

Have not that much experience with bazaar too...

I'll wait some days still, maybe Barry has another idea.

Cheers

Andreas


 git does apparently:
 
 So, I've added those files back within a local copy of your branch and then
 tried to merge your branch back into the master
 
 *$ git merge a-roehler
 Merging HEAD with a-roehler
 Auto-merged python-mode.el
 Merge made by recursive.
  python-mode.el |  374 
 
  1 files changed, 349 insertions(+), 25 deletions(-)
 
 
 BTW as branch changes still, please tell about your deadlines, if you want 
 to build it in.
 
 I am just a little person -- a maintainer of python-mode.el for Debian. I've
 already shipped current version into Debian, and would be happy to ship a new
 version with your modifications if they propagate reach master
 branch
 
 No bugs concerning my changing known so far.
 
 nothing is good than a real field testing by hunders of users --
 unexpected aspects of code functioning get unraveled ;-)
 

___
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode


Re: [Python-mode] [CEDET-devel] python

2009-02-06 Thread Andreas Röhler
Eric M. Ludlam wrote:
 Vladimir Kazanov vkaza...@inbox.ru seems to think that:
 
 Probably off topic, but just in case you are not aware of, *ropemacs*
 supports Python very well under Emacs.

 Cheers,
 poppyer
   
 Well... Could you redirect me to a more suitable mailing list then?

 I do have and actively use pymacs/ropemacs, but wouldn`t it be better
 to use a single
 system for various languages? Consistency is important, after all.
 
   [ ... ]

 Hi,

   I'm not that familiar with Python or pymacs/ropemacs.  If these
 tools provide some sort of file parsing, tag searching feature, then
 they could plug into the back-end of the semantic parsing/searching
 tools.

   The ideal is that any tool that can supply tagging information would
 plug into CEDET.  Then anyone who has a cool completion UI idea would
 implement it on top of CEDET.  In that way the users would get the
 best of the tagging and their favorite completion UI styles instead of
 having something slightly different for every language they use.

   If someone wants to tackle a project of improving the python support
 I'd be happy to help.

 Eric

   
Hi Eric, hi Vladimir, hi all,

I'm taking part in developing python-mode.el, which has a mailing-list
at its own, (see cc)
its run by Barry Warsaw.

python-mode.el is designed for all Emacsen.

We take interest in any python-related topic with Emacs.

So please feel free to cc or adress us with your questions,
even if not python-mode.el specific.

Thanks

Andreas Röhler

--
http://bazaar.launchpad.net/~a-roehler/python-mode/python-mode.el/files
https://code.launchpad.net/s-x-emacs-werkstatt/

___
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode


Re: [Python-mode] [CEDET-devel] python

2009-02-06 Thread Eric M. Ludlam
 =?ISO-8859-1?Q?Andreas_R=F6hler?= andreas.roeh...@easy-emacs.de seems to 
 think that:
Eric M. Ludlam wrote:
 Vladimir Kazanov vkaza...@inbox.ru seems to think that:
 
 Probably off topic, but just in case you are not aware of, *ropemacs*
 supports Python very well under Emacs.

 Cheers,
 poppyer
   
 Well... Could you redirect me to a more suitable mailing list then?

 I do have and actively use pymacs/ropemacs, but wouldn`t it be better
 to use a single
 system for various languages? Consistency is important, after all.
 
   [ ... ]

 Hi,

   I'm not that familiar with Python or pymacs/ropemacs.  If these
 tools provide some sort of file parsing, tag searching feature, then
 they could plug into the back-end of the semantic parsing/searching
 tools.

   The ideal is that any tool that can supply tagging information would
 plug into CEDET.  Then anyone who has a cool completion UI idea would
 implement it on top of CEDET.  In that way the users would get the
 best of the tagging and their favorite completion UI styles instead of
 having something slightly different for every language they use.

   If someone wants to tackle a project of improving the python support
 I'd be happy to help.

 Eric

   
Hi Eric, hi Vladimir, hi all,

I'm taking part in developing python-mode.el, which has a mailing-list
at its own, (see cc)
its run by Barry Warsaw.

python-mode.el is designed for all Emacsen.

We take interest in any python-related topic with Emacs.

So please feel free to cc or adress us with your questions,
even if not python-mode.el specific.
  [ ... ]

Thanks for the info.  I saw posts on emacs-devel about various issues
with python-mode.el integration.  CEDET is also due to be integrated
Emacs at some future date.

As I mentioned in the message you replied to, I don't use python, but
am happy to help if someone working on CEDET/Python integration.
There are a pretty wide range of features in CEDET that can be
customized for different languages.  Some of them are bound to be
useful with Python.  It just takes someone with the right domain
knowledge to do it.

Thanks
Eric

-- 
  Eric Ludlam:   e...@siege-engine.com
   Siege: www.siege-engine.com  Emacs: http://cedet.sourceforge.net
___
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode