GNU bug report logs - #50470
27.1; 'company-mode' 'eshell'

Previous Next

Package: emacs;

Reported by: Christophe <ch.bollard <at> laposte.net>

Date: Wed, 8 Sep 2021 06:25:02 UTC

Severity: normal

Found in version 27.1

Done: Dmitry Gutov <dgutov <at> yandex.ru>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Dmitry Gutov <dgutov <at> yandex.ru>
To: Christophe <ch.bollard <at> laposte.net>
Cc: 50470 <at> debbugs.gnu.org
Subject: bug#50470: 27.1; 'company-mode' 'eshell'
Date: Fri, 10 Sep 2021 02:30:19 +0300
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)




This bug report was last modified 2 years and 54 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.