Am 14.03.2011 10:04, schrieb Anton Johansson:
Hi, if you can forward bug tracking automatically, please do,


Hi,

launchpad sends notifications once a bug is tracked there. Must be registered, which goes smoothly, no special requirings.

With an lp account I may subscribe to related bugs. Also you may subscribe yourself to what matter whatever and do some other funny things.

Beside bug-tracking feature-request may be tracked. Blue-prints are for that AFAIU.

Than it has Milestones where ToDo's might be listed and Releases prepared.

highlight-indentation integration could be part of a milestone for example.

So far

best regards,

Andreas


otherwise it's ok don't overwork it :) Also the full functionality of highlight-indentation is basically:

(setq highlight-indent-offset 4) ;; Spaces indent level
(font-lock-add-keywords nil `((,(format "\\( \\) \\{%s\\}" (- 
highlight-indent-offset 1)) (1 'highlight-indent-face))))

so if you find a better place to extract that to syntax highlighting code it 
might be better...

Cheers
-- Anton

On Mar 13, 2011, at 09:15 , Andreas Röhler wrote:

Hi Anton,

thanks a lot BTW.

Added a link onto your repo into the header.

In order to get a wider audience with resp. to other modes an entry
at

http://www.emacswiki.org/emacs-en

might be useful.


As for bug-tracking think we should forward any report to you, if it concerns 
your file(s). OTOH would not charge the users which such specific requests.

Agreed?

Thanks again.


Andreas

--
https://code.launchpad.net/~a-roehler/python-mode/python-mode-components
https://code.launchpad.net/s-x-emacs-werkstatt/




Am 12.03.2011 11:38, schrieb Anton Johansson:
Hello,

I'm absolutely cool with you guys using the code in any way you find
suitable, nice to see some people finding it useful!

Like you have discussed before, there are some issues with
highlight-indentation.el that could be handled better, for example
highlighting spaces that are not in the leading whitespace. If you can
find a good way to link to my repo so that people can submit possible
fixes that would be good since the code is also usable in other modes.

Cheers
-Anton

On Sat, Mar 12, 2011 at 4:28 AM, Barry Warsaw<ba...@python.org>   wrote:
Hi Andreas,

I noticed that you committed this file to our bzr tree.  I'm concerned about
doing this without Anton's approval (and maybe even with it).  Anton probably
has his own source code repository, so at the very least it would be more
effort for us to keep our copy up-to-date with his.  python-mode.el doesn't
depend on his code, so it's really not necessary for us to have a copy in our
tree.

As cool as Anton's module is, and it definitely could help Python programmers,
it's probably a better idea to add a reference to his work (and his download
site or source repository) in our README file or in the comments at the top of
python-mode.el.

If Anton really wants us to keep the canonical version of his mode in our bzr
tree, we could discuss that.  Anton, what do you think?

Cheers,
-Barry






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

Reply via email to