Re: [Python-mode] highlight bug?

2011-02-25 Thread Andreas Röhler
Am 25.02.2011 16:35, schrieb andrea crotti: Uhm even forcing the load of the file python-mode.el doesn't work. But I think I found it, in wisent-python.el there is ;; Try to load python support, but fail silently since it is only used ;; for optional functionality (require 'python nil t) Which

Re: [Python-mode] highlight bug?

2011-02-25 Thread Andreas Röhler
Am 25.02.2011 16:30, schrieb andrea crotti: 2011/2/25 Andreas Röhler: usually I start here: https://code.launchpad.net/python-mode BTW my components branch is still heavily changed, major changes underway... Have a look at the thing-at-point utils stuff nonetheless, for me it's a rocket~~~

Re: [Python-mode] highlight bug?

2011-02-25 Thread andrea crotti
Uhm even forcing the load of the file python-mode.el doesn't work. But I think I found it, in wisent-python.el there is ;; Try to load python support, but fail silently since it is only used ;; for optional functionality (require 'python nil t) Which if I get it right hides the python-mode functi

Re: [Python-mode] highlight bug?

2011-02-25 Thread Andreas Röhler
Am 25.02.2011 13:32, schrieb andrea crotti: Ok first I need to be sure I'm up to date. I'm at revision 396, and also here https://code.launchpad.net/~python-mode-devs/+ownedbranches I see the same as last commit done... Are there any more advanced branches? usually I start here: https://code

Re: [Python-mode] highlight bug?

2011-02-25 Thread andrea crotti
2011/2/25 Andreas Röhler : > usually I start here: > > https://code.launchpad.net/python-mode > BTW my components branch is still heavily changed, major changes underway... > > Have a look at the thing-at-point utils stuff nonetheless, for me it's a > rocket~~~:===> > >> For python-mode/python.

Re: [Python-mode] highlight bug?

2011-02-25 Thread Barry Warsaw
On Feb 25, 2011, at 12:18 PM, andrea crotti wrote: >Before I wasn't sure if it was an old bug, but today I got the last >revision from bzr and I see the same. > >Function and variable names containing reserved keywords are not >highlighted correctly. >For example in > >def generate_random_tuple()

Re: [Python-mode] highlight bug?

2011-02-25 Thread andrea crotti
Ok first I need to be sure I'm up to date. I'm at revision 396, and also here https://code.launchpad.net/~python-mode-devs/+ownedbranches I see the same as last commit done... Are there any more advanced branches? For python-mode/python.el good to know, as long as it's sharing and helping and not

Re: [Python-mode] highlight bug?

2011-02-25 Thread Andreas Röhler
Am 25.02.2011 12:18, schrieb andrea crotti: Before I wasn't sure if it was an old bug, but today I got the last revision from bzr and I see the same. Function and variable names containing reserved keywords are not highlighted correctly. For example in def generate_random_tuple() tuple is colo

[Python-mode] highlight bug?

2011-02-25 Thread andrea crotti
Before I wasn't sure if it was an old bug, but today I got the last revision from bzr and I see the same. Function and variable names containing reserved keywords are not highlighted correctly. For example in def generate_random_tuple() tuple is colored as it was the tuple function call... Anyon