Am 07.11.2011 22:13, schrieb Jeffrey Spencer:
I am trying to setup pycomplete.el on my system. I had two questions
about it:
1) Can it be integrated with auto-complete and has anyone done this
before and has some tips??
Hi,
AFAIK it should not interfere with auto-complete.el
However, these will be two different approaches.
py-complete will not come into action by themselves, only when called.
BTW current python-mode.el trunk offers customizable alternatives to
py-complete, the choice selected always on M-TAB.
Or how do you get access to the list of
available completions. The display of completions available doesn't seem
to work or get passed back to the completions buffer like it is supposed
to. No *completions* buffer is ever created. I think this list could
also be used as a source in autocomplete.
Yes, it could. But it's more complex yet due to limits of auto-complete,
which still isn't perfect for Python modes IMO.
A question is, what the resources of completion are and how to get them.
2) How do I set it so whenever it does expand the symbol at the point it
performs a (indent-for-tab-command). I have this right now working but
the only way I can figure it out is that everytime the function is run
it doesn't which isn't desired. This is temporary until I had figured
out how to work into autocomplete.
Have only a faintly impression what that last section means. What "it"
in the first sentence relies to?
May you write a bug-report for this?
BTW you could help development by filing you different questions and
consideration in suitable slots at
https://answers.launchpad.net/python-mode
https://blueprints.launchpad.net/python-mode/+spec/context-sensitive-completion
Should you must be a member of the team for this, that should be easy to
activate.
Thanks back,
Andreas
Thanks for any help,
Jeff
_______________________________________________
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode