Re: [Python-mode] python-mode modifies load-path emacs-wide.

2011-08-17 Thread Barry Warsaw
I wrote a follow up rebuttal in the bug. Cheers, -Barry signature.asc Description: PGP signature ___ Python-mode mailing list [email protected] http://mail.python.org/mailman/listinfo/python-mode

Re: [Python-mode] python-mode modifies load-path emacs-wide.

2011-08-17 Thread Andreas Röhler
[ ... ] On the other hand if pycomplete should be able to exist alone from python this is not necessary. However I cannot imagine why this should be the case: pycomplete requires python-mode and cannot exist separately... There is also a blueprint to deliver a ready to use pymacs. In the perspec

Re: [Python-mode] python-mode modifies load-path emacs-wide.

2011-08-17 Thread Cavesnow
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Andreas can answer that, but I can say that python-mode.el should be > loadable > standalone. It can use optional additional tools, but loading > python-mode.el > should not break if it can't find them, and basic editing, syntax > highlighting, etc.

Re: [Python-mode] python-mode modifies load-path emacs-wide.

2011-08-16 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Aug 16, 2011, at 11:07 PM, Cavesnow wrote: >I will try to explain my idea a bit better. Removing part with the >direct modification of load-path I think is clear: a library shouldn't >interfer with global settings. Agreed. >If I underst

[Python-mode] python-mode modifies load-path emacs-wide.

2011-08-16 Thread Cavesnow
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Everyone, I am talking about the bug https://bugs.launchpad.net/python-mode/+bug/827341 I will try to explain my idea a bit better. Removing part with the direct modification of load-path I think is clear: a library shouldn't interfer with g