flathub / flathub/org.gnu.emacs
^G detaches text-mode emacs from terminal
Open
- Dominant language
- No language data
- Stars
- 18
- Forks
- 20
- Avg merge
- 23h 32m
- Merged PRs (30d)
- 1
Description
When started in a terminal using something like `flatpak run org.gnu.emacs -nw`, inserting a ^G character (ctrl-G) seems to cause the emacs process to lose control of the terminal. Typically then a bash prompt gets drawn on top of the Emacs process and it starts receiving all the input written on the terminal.
This seems to be somehow related to how the input is delivered to Emacs. Evaluating `(keyboard-quit)` by some other means than pressing ctrl-G behaves as expected.
Currently this makes the flatpak difficult to use in text mode.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.