Following a step by step on how to get a good environment with emacs and having some doubts

Asked by Khaoz

I'm following the steps described in this link http://pedrokroger.com/2010/07/configuring-emacs-as-a-python-ide-2/ and reading some comments in the internet about python-mode.el i noted that some functionality is being merged into the python-mode.el ( as the ones provided by ipython.el for example ) to provide a centralized and good start point for python programming without external emacs scripts/packages/programs.

Is there some out of the box feature for autocomplete in substitution to the "anything" solution proposed in the tutorial above ?
Also, python-mode.el implement some feature that can be configured to avoid the use of external solutions like pylookup (for docs), python-pep8.el and python-pylint.el ?

Thank you.

Question information

Language:
English Edit question
Status:
Solved
For:
python-mode.el Edit question
Assignee:
No assignee Edit question
Solved by:
Khaoz
Solved:
Last query:
Last reply:
Revision history for this message
Khaoz (giulianisanches) said :
#1

Hi,

Reading the change log and source code looks like that all the features are delivered with python-mode and it's just a matter of configuration.

Thanks guys.

Revision history for this message
Andreas Roehler (a-roehler) said :
#2

Hi,

strictly spoken completion should work, while auto-completion still ahead.

Best,

Andreas