Have been hitting the same issue and could not tollerate it any
longer...

ideally fresh release (fixes issue with ipython leading to this) should
have been uploaded

here is description I shared on python-mode mailing list + a workaround:

ipython 0.10 (in Debian sid/squeeze) has issue handling its ad-hoc way
to silence it down for some calls: e.g.
in fixed 0.10.1:

In [1]: print 1 # PYTHON-MODE SILENT
1


while in 0.10:
In [1]: print 1 # PYTHON-MODE SILENT
------> print(1 # PYTHON-MODE SILENT)
   ...:
   ...:
   ...:
   ...:
goes on

as a quick work-around if someone hits it as well:

    (setq ipython-completion-command-string
          "print(';'.join(__IP.Completer.all_completions('%s'))) #PYTHON-MODE 
SILENT\n")



-- 
=------------------------------------------------------------------=
Keep in touch                                     www.onerussian.com
Yaroslav Halchenko                 www.ohloh.net/accounts/yarikoptic



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to