Re: [Python-mode] python-mode.el-6.2.0 released

2014-11-29 Thread Yaroslav Halchenko

On Sat, 29 Nov 2014, Barry Warsaw wrote:

 On Nov 28, 2014, at 08:30 PM, Andreas Röhler wrote:

 so it's out there finally.

 For new features see

 https://launchpad.net/python-mode/+announcement/13077

 Congrats!  I'll pull bzr and run from there.  I can't update the Debian
 version while Jessie is in freeze.

you can update it in Debian experimental...   if works for me I can
immediately provide backports for all other compatible debian/ubuntus

-- 
Yaroslav O. Halchenko, Ph.D.
http://neuro.debian.net http://www.pymvpa.org http://www.fail2ban.org
Research Scientist,Psychological and Brain Sciences Dept.
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
Phone: +1 (603) 646-9834   Fax: +1 (603) 646-1419
WWW:   http://www.linkedin.com/in/yarik
___
Python-mode mailing list
Python-mode@python.org
https://mail.python.org/mailman/listinfo/python-mode


Re: [Python-mode] running Python tests

2011-03-15 Thread Yaroslav Halchenko
Hi Andreas,

Thank you for the invitation -- unfortunately I am already overloaded
with other projects so would not be able to provide adequate time to
python-mode.  Moreover my elisp knowledge is quite basic :-/

FWIW I use python-mode together with rope to get me some quick
navigation facilities (haven't actually used it for refactoring ;) )

 Pymacs seems broken.

With which version?  I recall fixing something to make rope work back
again after some not so recent upgrade -- now all seems to be fine with

GNU Emacs 23.2.1 (x86_64-pc-linux-gnu, GTK+ Version 2.20.1)
ii  pymacs  0.23-1.1interface 
between Emacs Lisp and Python
ii  python-rope 0.9.2-1 Python 
refactoring library
ii  python-ropemacs 0.6c2-4 Emacs mode 
for Python refactoring


On Tue, 15 Mar 2011, Andreas Röhler wrote:
 thanks pointing to it.

 BTW what about joining the team, make a notice as a blueprint, push
 up your branch, propose for merge etc?

 We still need a lot of stuff - reasonable auto-completion,
 refactoring, pydb etc.

 Pymacs seems broken.

 Definitly we should have a specification.
-- 
=--=
Keep in touch www.onerussian.com
Yaroslav Halchenko www.ohloh.net/accounts/yarikoptic
___
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode


[Python-mode] running Python tests

2011-03-14 Thread Yaroslav Halchenko
Dear Python-mode gurus,

could someone look into adopting at least minimalistic convenience to
run unittests from within emacs? e.g.

https://bitbucket.org/jpellerin/nosemacs

seems to be doing its minimal job just fine

-- 
=--=
Keep in touch www.onerussian.com
Yaroslav Halchenko www.ohloh.net/accounts/yarikoptic
___
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode


[Python-mode] python-mode and ipython.el

2011-01-11 Thread Yaroslav Halchenko
Hi Guys,

Somewhat unrelated to the release of python-mode...

I wonder if anyone is using python-mode together with ipython as the
interpreter... do you use then ipython's ipython.el?

My problem is that previously (I think with emacs 22 and snapshots prior 23),
when I used python-mode + ipython.el, completions in the python shell were
working just fine.  Then after some upgrade (sorry, I do not recollect when it
happened but may be nearly a year ago) -- completions stopped working. Now I am
using emacs 23.2+1-7 on Debian, python shell can't complete even environment
names, not to mention attributes of the modules/objects:

Using the CPython shell
Can't find completion for nump [2 times]
Can't find completion for numpy
Can't find completion for numpy.

I just thought to ask here first ;-)
-- 
=--=
Keep in touch www.onerussian.com
Yaroslav Halchenko www.ohloh.net/accounts/yarikoptic
___
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode


Re: [Python-mode] [PDEE] CEDET integration with python-mode.el?

2010-03-20 Thread Yaroslav Halchenko

On Sat, 20 Mar 2010, Rohan Nicholls wrote:
  Ipython + python-mode + python-ropemacs + pylint + flymake + outline
  ...
 I have also used such a setup, and it has a lot to offer, but I found
 that it really dies on you when you work with big projects.  I think
 ...
I had similar slowdown/cpu_intensive experience with some versions of
pylint and more or less large projects but then it somehow became sane
again (didn't check if any recent version changelog had any
performance/dependecy_tracking improvements  mentioned)

 emacs frontend to rpdb (command line version of the winpdb debugger),
 which seems to handle threading as well if not better than anyone
 else.  Pdb falls down horribly when dealing with multi-threaded
 applications such as a wx-python or zope app.
what about pydb (or even may be a new rewrite pydbgr ?)  I bet Rocky
(their author) who is also an emacs user might like to join the forces
to provide adequate glue? (CCing him just in case... for the complete
thread see 

http://mail.python.org/pipermail/python-mode/2010-March/000751.html
-- 
  .-.
=--   /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] [PDEE] CEDET integration with python-mode.el?

2010-03-19 Thread Yaroslav Halchenko

On Tue, 16 Mar 2010, Tom Roche wrote:

 It Seems To Me (quite possibly naively) that the best/easiest way to
 get smarter completion particularly, and several more services
 besides, is to use CEDET
or may be (citing my post earlier in this list):

Ipython + python-mode + python-ropemacs + pylint + flymake + outline
make emacs very well featured for Python mode development
(completions, documentation lookup, jump to definition, etc). You might
look into my messy .emacs setup [1] or excerpt from it, which I placed
into pymvpa project [2], on how to make such combination work nicely.

There is an ongoing discussion in python-mode mailing list [3]
regarding possible merge of python.el (shipped with GNU emacs) and
python-mode.el (separate project which originated at python.org)

[1] http://git.onerussian.com/?p=etc/emacs.git;a=summary
[2] 
http://git.debian.org/?p=pkg-exppsy/pymvpa.git;a=blob;f=doc/misc/emacs;h=42876c90a36ce73c34fc20408bfea44657e8a07a;hb=46624cd2bbc2f864621b7bd48673b44dc22af3e5
[3] http://mail.python.org/pipermail/python-mode/2009-February/thread.html

-- 
  .-.
=--   /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 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] SF tracker import

2009-02-04 Thread Yaroslav Halchenko
I myself (since new to python-mode list and development in general)
can't provide any objective information, besides that imported list
looks great to me ;)

unfortunately that bugs.staging.launchpad.net doesn't like me, so I was
able to lookup only few bugs before I start getting
Sorry, there was a problem connecting to the Launchpad server. 

;-)

as soon as migration happens I will try to 'connect' left-out bug
reports in Debian to your bug tracking

http://bugs.debian.org/python-mode

On Wed, 04 Feb 2009, Barry Warsaw wrote:

 My colleague Graham Binns has completed the test import of the old  
 python-mode SourceForge tracker into Launchpad.  Please take a look  
 here:

-- 
  .-.
=--   /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-04 Thread Yaroslav Halchenko
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.
-- 
  .-.
=--   /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