[ ... ]
PS: with regards completion, my python.el uses the interactive shell by querying completions with the code defined in python-shell-completion-string-code.
so it's done in python-mode.el trunk too presently. It's not the cleaner way to do it,
but it does it's job.
IIUC it completes only symbols, which are present in the Python module loaded. We can do better.
Having several major approaches in Emacs - the mentioned auto-complete.el, a completion using company-mode, CEDET etc.
Toby Cubits Predictive seems very interesting too: http://www.dr-qubit.org/emacs.php#predictive-download git clone http://www.dr-qubit.org/git/predictive.git The problem with this is that it breaks if you are
working on the comint shell and you have a sentence split in several lines. My plan is to give the comint shell the ability to handle raw tabs like it would in term (M-x term), this way I can let readline to do it's job and then parse the result. I was halfway through a hack for it but never got time to complete it, I'll let you know if I finish it sometime, might be a good alternative, who knows :)
makes me think at the ipython-shell. resp. it's ipython.el. Isn't it realised there already?
Cheers _______________________________________________ Python-mode mailing list Python-mode@python.org http://mail.python.org/mailman/listinfo/python-mode