You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then in Emacs, Control-X Control-F /tmp/glop RET to open a file named /tmp/glop, then put some text in the file, then Control-X Control-S (which normally would save the file) and notice that the ** along the file name in the status bar is still there, indicating that the file was not saved. Then type S (which completes the Control-X S command) and notice it will save all files. So the Control-S was not presented to Emacs.
I suspect this is related to XON/XOFF management (historically, Control-S was XOFF, stop terminal output, and Control-Q was XON, resume terminal output).
The text was updated successfully, but these errors were encountered:
Note that Control-Q does not work either, which reinforces the idea that it's an XON/XOFF problem.
c3d
changed the title
Control-S not working inside krunvm (XON/XOFF management)
Control-Q and Control-S not working for emacs inside krunvm (XON/XOFF management)
Feb 6, 2023
Interestingly, Control-Q and Control-S work as XON/XOFF in the terminal itself. So this is more of a problem with Emacs in text mode being able to disable them.
Follow these steps on macOS with M1:
Then in Emacs,
Control-X Control-F /tmp/glop RET
to open a file named/tmp/glop
, then put some text in the file, thenControl-X Control-S
(which normally would save the file) and notice that the**
along the file name in the status bar is still there, indicating that the file was not saved. Then typeS
(which completes theControl-X S
command) and notice it will save all files. So theControl-S
was not presented to Emacs.I suspect this is related to XON/XOFF management (historically, Control-S was XOFF, stop terminal output, and Control-Q was XON, resume terminal output).
The text was updated successfully, but these errors were encountered: