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.67k stars 4.89k forks source link

HELM Pcomplete popup dosen't shows correct in eshell-mode #12666

Closed san-chang closed 3 years ago

san-chang commented 5 years ago

Description :octocat:

HELM Pcomplete popup dosen't shows correct in eshell-mode

I'm using wsl in win10 and VcXsrv as X-Server. when I use eshell and type "TAB" to complete, there is an HELM Pcomplete popup:

pic

Reproduction guide :beetle:

Observed behaviour: :eyes: :broken_heart: Helm popup but I can't see complete list.

Expected behaviour: :heart: :smile: Like auto-completion window, there is an clear popup window, and I could config behavior for tab key.

(auto-completion :variables
                      ;; auto-completion-enable-help-tooltip t
                      ;; auto-completion-enable-sort-by-usage t
                      ;; 'complete , nil
                      auto-completion-return-key-behavior nil
                      ;; 'complete , 'cycle , nil
                      auto-completion-tab-key-behavior 'complete
                      ;; auto-completion-complete-with-key-sequence "."
                      ;; auto-completion-complete-with-key-sequence-delay 0.1
                      ;; auto-completion-private-snippets-directory nil
                      )

pic2

System Info :computer:

Backtrace :paw_prints:

nil
github-actions[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!