Re: [Python-mode] [Merge] lp:~a-roehler/python-mode/string-to-syntax into lp:python-mode

2011-01-11 Thread skip
Sorry this got all garbled, however... Andreas> diff python-mode.el.THIS python-mode.el.BASE Andreas> 447c447 Andreas> < (syntax (parse-partial-sexp (point-min) (point Andreas> --- >> (syntax (syntax-ppss))) Andreas> 463c463 Andreas> < (unless

Re: [Python-mode] simplified procedure

2011-01-11 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Jan 11, 2011, at 07:40 PM, Georg Brandl wrote: >-BEGIN PGP SIGNED MESSAGE- >Am 11.01.2011 16:20, schrieb Barry Warsaw: >> Sure. I think it's fine to JFDI for trivial patches. After all, we have a >> version control system and post-commi

Re: [Python-mode] simplified procedure

2011-01-11 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 11.01.2011 16:20, schrieb Barry Warsaw: > Hi Andreas, > > On Jan 11, 2011, at 09:55 AM, Andreas Röhler wrote: > >>With respect to the still considerable amount of >>reports and a possible speed up of it's treatment, please >>permit some reflexions

Re: [Python-mode] c/c++ project management and debugging

2011-01-11 Thread Andreas Röhler
Am 10.01.2011 17:18, schrieb Richard Riley: Gary writes: Le Wang wrote: My opinion of Eclipse aside, generally, when someone argues is because Google results count is xxx, you should seriously question that side of the argument. I didn't claim it was slow "because Google results count i

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

2011-01-11 Thread Yaroslav Halchenko
nevermind -- debugged situation... problem is inherent to ipython and somewhat non-robustness of ipython.el. FWIW: 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.1

[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.e

Re: [Python-mode] simplified procedure

2011-01-11 Thread Barry Warsaw
Hi Andreas, On Jan 11, 2011, at 09:55 AM, Andreas Röhler wrote: >With respect to the still considerable amount of >reports and a possible speed up of it's treatment, please >permit some reflexions, how ease the process: > >- as for pure typos, whitespace, indent-matters IMHO > developers should

[Python-mode] simplified procedure

2011-01-11 Thread Andreas Röhler
Hi Barry, thanks for the merges. With respect to the still considerable amount of reports and a possible speed up of it's treatment, please permit some reflexions, how ease the process: - as for pure typos, whitespace, indent-matters IMHO developers should be permitted to push into the trunk