Comment 3 for bug 1004613

Revision history for this message
Richard Stanton (a-stanton) wrote : RE: [Bug 1004613] Re: r989: Completion fails in python script buffer

completion-at-point-functions is a variable defined in `minibuffer.el'.
Its value is (ipython-complete t)
Local in buffer run.py; global value is nil

> -----Original Message-----
> From: <email address hidden> [mailto:<email address hidden>] On Behalf
> Of Andreas Roehler
> Sent: Sunday, May 27, 2012 2:03 AM
> To: Richard Stanton
> Subject: Re: [Bug 1004613] Re: r989: Completion fails in python script buffer
>
> Am 27.05.2012 00:07, schrieb Richard Stanton:
> > With r991, the cursor stays where it is, but now after typing "ex",
> > ESC- TAB, I get the message
> >
> > Can't find completion for "ex"
> >
> > In a regular ipython shell (not running under Emacs), I am offered
> > four choices of completion:
> >
> > In [1]: ex
> > except exec execfile exit
> >
>
> thats the result from test here also - ie a buffer *Python Completions* is
> opened displaying it
>
>
> what tells
>
> C-h v completion-at-point-functions RET
>
> ?
>
> Thanks
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1004613
>
> Title:
> r989: Completion fails in python script buffer
>
> Status in An Emacs mode for editing Python code:
> New
>
> Bug description:
> With r989 under Windows, if I open a python script file (with ipython
> set as my default python shell), type some text, e.g., "ex", then
> press ESC-TAB to complete, Emacs waits for several seconds, then the
> cursor moves to the next tab position, I get the message "Completion
> function py-completion-at-point uses a deprecated calling convention"
> in the Minibuffer, and no completion activity occurs (not even a
> message telling me there are no completions).
>
> This may well be related to #1004329.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/python-mode/+bug/1004613/+subscriptions