bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#15496: completion--capf-wrapper blocks first completion


From: Andreas Röhler
Subject: bug#15496: completion--capf-wrapper blocks first completion
Date: Mon, 30 Sep 2013 12:07:46 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.0

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))))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]