Control the extra spaces inserted in completion in eshell and Shell command #563
-
|
I am using corfu 20250128.821 in emacs-mac 29.4. With the following minimal configurations. (package-initialize)
(require 'corfu)
(setq corfu-auto t
corfu-auto-prefix 1
corfu-auto-delay 0
global-corfu-minibuffer t)
(global-corfu-mode)Extra spaces would be inserted in 2025-03-26.3.29.03.movThis also happens when using 2025-03-26.3.30.28.movIn Shell command, the space is also inserted. Here, an extra space is inserted after 2025-03-26.3.34.18.movAs a comparison, in 2025-03-26.3.35.28.movHow to avoid insert these extra spaces? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I think the |
Beta Was this translation helpful? Give feedback.
I think the
pcomplete-default-exit-functionis responsible for the space. Seepcomplete-termination-string.