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

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

bug#50470: 27.1; 'company-mode' 'eshell'


From: Dmitry Gutov
Subject: bug#50470: 27.1; 'company-mode' 'eshell'
Date: Fri, 10 Sep 2021 02:30:19 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 09.09.2021 16:09, Christophe wrote:
Exact. So I don't know why I cannot use the wildcards without that is replace
by pcomplete.
I'll going on searching a solution, I can't give up eshell like this.

Until this is fixed, you can disable pcomplete <-> capf intergration in eshell like this:

(defun my/disable-pcomplete-capf ()
  (remove-hook 'completion-at-point-functions
               #'pcomplete-completions-at-point
               t))

(add-hook 'eshell-mode-hook #'my/disable-pcomplete-capf)





reply via email to

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