Rob Wolfe wrote:
> The good news is that I managed to configure completion for Python
> in Emacs using pymacs, python-mode.el, pycomplete.el and pycomplete.py.
> For contents of my pycomplete.el, pycomplete.py and necessary
> settings in .emacs see below.
Thanks for that! I've been hoping someth
Thanks Rob. Your code should basically do the trick.
-- Richard
--
http://mail.python.org/mailman/listinfo/python-list
Terry Jones <[EMAIL PROTECTED]> writes:
>> "Richard" == Richard Szopa <[EMAIL PROTECTED]> writes:
I don't see Richard's original post, so I reply to Terry.
>
> Richard> I am a devoted Emacs user and I write a lot in Python.
>
> Me too.
The good news is that I managed to configure completion
["Followup-To:" header set to comp.lang.python.]
On Sat, 19 Jan 2008 17:51:50 +0100, Terry Jones <[EMAIL PROTECTED]> wrote:
>> "Richard" == Richard Szopa <[EMAIL PROTECTED]> writes:
>
>Richard> I am a devoted Emacs user and I write a lot in Python.
>
> Me too.
>
>Richard> I need the following
I add just a note about ipython:
if you use a version > 0.6.15 may be you will have a bad output
on error like:
== " ":
instead of:
if __name__ == "__main__":
all the characters are missing.
To avoid that, run in ipython:
%upgrade -nolegacy
uncomment in ~/.ipython/ipy_user_config.p
> "Richard" == Richard Szopa <[EMAIL PROTECTED]> writes:
Richard> I am a devoted Emacs user and I write a lot in Python.
Me too.
Richard> I need the following features:
Richard> 1) Tab completion, ideally Slime like. That is, when there's not
Richard> enough letters to unambiguously complet
Hi All,
I am a devoted Emacs user and I write a lot in Python. However, I
never managed to get my Emacs configuration right for this purpose.
There were some discussions on this, but the threads that show if I
search the group are either old or not so relevant.
I need the following features:
0)