syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.68k stars 4.89k forks source link

Auto-completion for yasnippet and python not working after certain commit #10603

Closed myme5261314 closed 6 years ago

myme5261314 commented 6 years ago

Description :octocat:

Seems the commit 81a931f48bdd6bcca4fdf0a3baab7b4bd7695591 on develop branch made the auto-completion(code completion and yasnippet part) for python. And there will be one python interpreter icon stuck on the dock plane for each *.py file you opened.

Reproduction guide :beetle:

Observed behaviour: :eyes: :broken_heart: you type some snippet keywords such as main or fd, no auto-completion triggered at all. And if you open two python files, there will be two python interpreter icon(a rocket?) stuck on the dock plane (maybe with jump).

Expected behaviour: :heart: :smile: auto-completion works and no stucked icon on dock plane. auto-completion will work at commit 66afcce4d1512382daba5a15b35df0b2e3ca2734 (previous commit of 81a931f48bdd6bcca4fdf0a3baab7b4bd7695591), but the icon still stucked.

System Info :computer:

Backtrace :paw_prints:

<<BACKTRACE IF RELEVANT>>
Miciah commented 6 years ago

This looks like it may be a duplicate of issue #10638. Can you still reproduce the issue on the develop branch?