all messages for Emacs-related lists mirrored at yhetil.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

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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.