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

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

bug#48995: 28.0.50; Within eshell, company completion for cd-less direct


From: Dmitry Gutov
Subject: bug#48995: 28.0.50; Within eshell, company completion for cd-less directory-changing wipes out all but the most recent subdirectory
Date: Mon, 2 May 2022 00:37:01 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0

On 13.06.2021 13:43, Basil L. Contovounesios wrote:
With an init file like

(require 'company)
(global-company-mode 1)
I run

mkdir ~/apple ~/apple/ball ~/apple/ball/caterpillar ~/apple/ball/catnip
emacs -q -l above-init.el
and start Eshell in the home directory. At the Eshell prompt, I type

apple/ball/cat
and am presented with two candidates for completion in the Company
popup. Choosing either one will complete with that subdirectory alone
(for example, "catnip/" instead of something like the desired
"/home/alice/apple/ball/catnip/").

This issue appears only in Emacs 28; if I perform the same experiment
with the latest rev of origin/emacs-27, the completion correctly
completes with the full path.

Gentle ping: just want to confirm that this is still a problem, as evidenced by a new report we just got on the Company bug tracker.





reply via email to

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