Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Behaviour discrepency with vim when invoking interactive shell commands #1810

Open
hellwolf opened this issue Jul 16, 2023 · 0 comments
Open

Comments

@hellwolf
Copy link

Issue type

  • Enhancement request

Environment

Emacs version: 28.2
Operating System: NixOS x86_64
Evil version: 1.15.0
Evil installation type: MELPA
Graphical/Terminal: Graphical

Reproduction steps

  • Start Emacs
  • M-x evil-mode
  • Write a python "hello world" program
  • Go to (evil) normal model.
  • type :! python -i %.

Expected behavior

Similar to vim, it should launch an interactive shell.

Actual behavior

A read only buffer.

Note that, if using :! python -i % &, then it's closer to the more desirable behavior.

Further notes

Reddit thread about this: https://www.reddit.com/r/emacs/comments/150zmsx/evilmode_question_ghci_does_not_start_a_terminal/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant