Skip to content

prompt disappears after running just one command #46

@NicholasBHubbard

Description

@NicholasBHubbard

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions