Go to the first, previous, next, last section, table of contents.

How do I handle C-s and C-q being used for flow control?

C-s and C-q are used in the XON/XOFF flow control protocol. This screws up Emacs because it binds these characters to commands. Also, by default Emacs will not honor them as flow control characters and may overwhelm output buffers. Sometimes, intermediate software using XON/XOFF flow control will prevent Emacs from ever seeing C-s and C-q.

Possible solutions:

For further discussion of this issue, read the file PROBLEMS in the Emacs distribution.


Go to the first, previous, next, last section, table of contents.