unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#15496: completion--capf-wrapper blocks first completion
@ 2013-09-30 10:07 Andreas Röhler
  2021-05-30  5:58 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Röhler @ 2013-09-30 10:07 UTC (permalink / raw)
  To: 15496

First call to py-shell-complete in session is block by completion--capf-wrapper,
which makes Emacs message

"Completion function py-shell-complete uses a deprecated calling convention"

whilst completion is abandoned.

Successive commands work as expected.


AFAIS the lines in question are at end of function:

     ((not (or (listp res) (functionp res)))
           (unless (member fun completion--capf-misbehave-funs)
             (message
              "Completion function %S uses a deprecated calling convention" fun)
             (push fun completion--capf-misbehave-funs))))





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#15496: completion--capf-wrapper blocks first completion
  2013-09-30 10:07 bug#15496: completion--capf-wrapper blocks first completion Andreas Röhler
@ 2021-05-30  5:58 ` Lars Ingebrigtsen
  2021-07-01 11:44   ` Lars Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Ingebrigtsen @ 2021-05-30  5:58 UTC (permalink / raw)
  To: Andreas Röhler; +Cc: 15496

Andreas Röhler <andreas.roehler@easy-emacs.de> writes:

> First call to py-shell-complete in session is block by completion--capf-wrapper,
> which makes Emacs message
>
> "Completion function py-shell-complete uses a deprecated calling convention"
>
> whilst completion is abandoned.

(I'm going through old bug reports that unfortunately got no response at
the time.)

`py-shell-complete' doesn't seem to exist in Emacs 28, at least -- is
this from an external package, or has the problem gone away in the years
since this was reported?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#15496: completion--capf-wrapper blocks first completion
  2021-05-30  5:58 ` Lars Ingebrigtsen
@ 2021-07-01 11:44   ` Lars Ingebrigtsen
  0 siblings, 0 replies; 3+ messages in thread
From: Lars Ingebrigtsen @ 2021-07-01 11:44 UTC (permalink / raw)
  To: Andreas Röhler; +Cc: 15496

Lars Ingebrigtsen <larsi@gnus.org> writes:

> `py-shell-complete' doesn't seem to exist in Emacs 28, at least -- is
> this from an external package, or has the problem gone away in the years
> since this was reported?

More information was requested, but no response was given within a
month, so I'm closing this bug report.  If the problem still exists,
please respond to this email and we'll reopen the bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-07-01 11:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-30 10:07 bug#15496: completion--capf-wrapper blocks first completion Andreas Röhler
2021-05-30  5:58 ` Lars Ingebrigtsen
2021-07-01 11:44   ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).