-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
This is from a plain shell mode. Please note that I have not configured my bash prompt in any way for this example. (I get the same behavior with my regular prompt)
bash-5.1$ ls
Desktop Documents Downloads hold isos notes scratch1.txt scratch2.txt src wireshark yabsm
pwd
/home/nick
cd ./.emacs.d
pwd
/home/nick/.emacs.d
As you can see the commands are still being entered but there is just no prompt. If I kill the shell and start a new one I get the same behavior over and over.
This behavior is totally fixed if I do not use bash-completion.
The only configuring I have done is this:
(use-package bash-completion
:config
(bash-completion-setup))
I am using Emacs 27.1
Metadata
Metadata
Assignees
Labels
No labels