]> git.eshelyaron.com Git - emacs.git/commit
Fix x-selection-timeout if some keyboard input arrives while waiting
authorPo Lu <luangruo@yahoo.com>
Mon, 20 Jun 2022 12:56:49 +0000 (20:56 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 20 Jun 2022 12:59:38 +0000 (20:59 +0800)
commit4cc2f820b500ed2f8fad9baa2cf4a057f271a006
treec32aa9a1882205d2ab62367ebadb976e9d06df5a
parenta7aeef934be65ed86993181f3ad3b4b074a6afaa
Fix x-selection-timeout if some keyboard input arrives while waiting

* src/process.c (wait_reading_process_output): Don't allow
skipping calls to select if detect_input_pending when just
waiting for a cell.  (bug#46935)

* src/xselect.c (x_get_foreign_selection): Add more debugging
code.
src/process.c
src/xselect.c