unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Alan D. Salewski" <salewski@att.net>
To: 16737@debbugs.gnu.org
Subject: bug#16737: Timed out waiting for reply from selection owner
Date: Thu, 04 Jun 2015 09:42:19 -0400	[thread overview]
Message-ID: <20150604134219.GC21407@att.net> (raw)
In-Reply-To: <21244.16071.147204.408385@gargle.gargle.HOWL>

Hi Folks,

I do not know how to reproduce the issue on-demand, but I find that the
problem will re-occur regularly on my setup. I sometimes see it within a
few hours; other times I've had it take up to six or seven days to
occur.

I'm running the 'emacs24-lucid-24.4+1-5' package on Debian; 4 core intel
i7 x86_64 GNU/Linux. I've seen the issue on earlier versions of the
package, as well.

In message #135 above I see that Jan D. made some changes that might
address this issue. I'm eager to try out those changes, but before doing
so I want to capture some additional debugging info for the busted
scenario to help confirm that the new code fixes it (as opposed to moves
it).

My stacktraces look like those provided by Vincent Bernat above in
message #93.

Changing x-selection-timeout only changes the period of time I need to
wait before seeing the "Timed out waiting for reply..." message.

I used dpkg-buildpackage to rebuild the package with -DTRACE_SELECTION
enabled. The issue occurred today while pasting text from an xterm into
emacs ('git log' output displayed in 'less -FRX', though I don't think
that matters). Here's the TRACE_SELECTION output captured just before
triggering /the second/ (more on that below) occurance:

    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78309)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_handle_selection_clear

After that I attempted a new selection of the same text from the xterm
and attempted to paste it into my emacs buffer. Here is the
TRACE_SELECTION output emitted:

    11204: Get selection UTF8_STRING, type _EMACS_TMP_
    11204:   Start waiting 5 secs for SelectionNotify
    11204:   Got event = 0
    11204: Get selection COMPOUND_TEXT, type _EMACS_TMP_
    11204:   Start waiting 5 secs for SelectionNotify
    11204:   Got event = 0
    11204: Get selection STRING, type _EMACS_TMP_
    11204:   Start waiting 5 secs for SelectionNotify
    11204:   Got event = 0
    11204: Get selection STRING, type _EMACS_TMP_
    11204:   Start waiting 5 secs for SelectionNotify
    11204:   Got event = 0
    11204: Received SelectionNotify
    11204: Received SelectionNotify
    11204: Received SelectionNotify
    11204: Received SelectionNotify

That output suggests to me that the waited-for event is arriving
eventually (similar or the same as noted by Tom Tromey above in message
#76).

The reason I'm showing the output from "the second" occurrance is that
that's the first time that I am certain that the long pattern of
TRACE_SELECTION messsage on stderr is related to this issue.

I didn't capture timestamp information with this run, so I'm not sure
where, if anywhere, the first occurrance of the problem is visible above
the output supplied above. But scrolling back as far as I can in my
xterm buffer the pattern of output is consistent with the first 17-line
chunk below, which is the tail of the TRACE_SELECTION output. I suspect
the issue occured around this line:

    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78259)

The tail of the output is:

    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78256)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78257)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78258)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78259)
    11204: x_stop_queuing_selection_requests 1
    11204: Get selection UTF8_STRING, type _EMACS_TMP_
    11204:   Start waiting 5 secs for SelectionNotify
    11204:   Got event = 0
    11204: Get selection COMPOUND_TEXT, type _EMACS_TMP_
    11204:   Start waiting 5 secs for SelectionNotify
    11204:   Got event = 0
    11204: Get selection STRING, type _EMACS_TMP_
    11204:   Start waiting 5 secs for SelectionNotify
    11204:   Got event = 0
    11204: Get selection STRING, type _EMACS_TMP_
    11204:   Start waiting 5 secs for SelectionNotify
    11204:   Got event = 0
    11204: Received SelectionNotify
    11204: Received SelectionNotify
    11204: Received SelectionNotify
    11204: Received SelectionNotify
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78260)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78261)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78262)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78263)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78264)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78265)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78266)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78267)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78268)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78269)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78270)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78271)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78272)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78273)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78274)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78275)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78276)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78277)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78278)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78279)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78280)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78281)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78282)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78283)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78284)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78285)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78286)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78287)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78288)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78289)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78290)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78291)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78292)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78293)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78294)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78295)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78296)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78297)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78298)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78299)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78300)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78301)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78302)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78303)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78304)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78305)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78306)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78307)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78308)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_start_queuing_selection_requests 1
    11204: x_handle_selection_request: selection=CLIPBOARD, target=TARGETS
    11204:  XInternAtom LENGTH
    11204:  XInternAtom FILE_NAME
    11204:  XInternAtom CHARACTER_POSITION
    11204:  XInternAtom LINE_NUMBER
    11204:  XInternAtom COLUMN_NUMBER
    11204:  XInternAtom OWNER_OS
    11204:  XInternAtom HOST_NAME
    11204:  XInternAtom USER
    11204:  XInternAtom CLASS
    11204:  XInternAtom NAME
    11204:  XInternAtom SAVE_TARGETS
    11204: Sending all 84 bytes
    11204: Sent SelectionNotify: CLIPBOARD, target TARGETS (78309)
    11204: x_stop_queuing_selection_requests 1
    11204: x_handle_selection_event
    11204: x_handle_selection_clear
    11204: Get selection UTF8_STRING, type _EMACS_TMP_
    11204:   Start waiting 5 secs for SelectionNotify
    11204:   Got event = 0
    11204: Get selection COMPOUND_TEXT, type _EMACS_TMP_
    11204:   Start waiting 5 secs for SelectionNotify
    11204:   Got event = 0
    11204: Get selection STRING, type _EMACS_TMP_
    11204:   Start waiting 5 secs for SelectionNotify
    11204:   Got event = 0
    11204: Get selection STRING, type _EMACS_TMP_
    11204:   Start waiting 5 secs for SelectionNotify
    11204:   Got event = 0
    11204: Received SelectionNotify
    11204: Received SelectionNotify
    11204: Received SelectionNotify
    11204: Received SelectionNotify


More info as I have it...

Thanks,
-Al






  parent reply	other threads:[~2015-06-04 13:42 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-13  3:40 bug#16737: 24.3.50; Yank causes hang Sujith Manoharan
2014-02-13  5:22 ` Dmitry Antipov
2014-02-19 16:04   ` Sujith Manoharan
2014-03-04 12:47   ` Nicolas Richard
2014-03-04 16:59     ` Eli Zaretskii
2014-03-05 11:01       ` Nicolas Richard
2014-03-05 17:08         ` Eli Zaretskii
2014-03-21  6:19           ` Nicolas Richard
2014-03-21  6:28             ` Nicolas Richard
2014-03-21  6:42               ` Nicolas Richard
2014-03-21  8:18               ` Eli Zaretskii
2014-03-21  8:17             ` Eli Zaretskii
2014-03-27  9:34               ` Nicolas Richard
2014-02-13 10:23 ` Nicolas Richard
2014-06-25 16:04 ` bug#16737: Timed out waiting for reply from selection owner Stefan Monnier
2014-06-25 18:07   ` Alex Bennée
2015-06-03 15:18     ` Tassilo Horn
2015-06-03 15:35       ` Alex Bennée
2015-06-03 15:39         ` bug#20283: " Oleh Krehel
2015-06-05  9:26           ` Alex Bennée
2014-06-25 18:28   ` Jan Djärv
2014-06-25 19:56     ` Stefan Monnier
2014-07-21 15:02     ` Alex Bennée
2014-11-21 10:53     ` Tom Tromey
2014-06-25 19:58   ` Nicolas Richard
2014-09-25 20:43 ` bug#16737: Autoloading `safe-local-variable' properties Stefan Monnier
2014-11-11 12:37 ` bug#16737: Yank causes hang in v24.4.1 Mike Crowe
2014-11-11 13:26   ` Mike Crowe
2015-01-17 14:38 ` bug#16737: Timed out waiting for reply from selection owner Oleh Krehel
2015-01-17 14:56   ` Eli Zaretskii
2015-01-17 15:34     ` Oleh Krehel
2015-01-17 18:07       ` Eli Zaretskii
2015-01-17 21:43         ` Vincent Bernat
2015-01-17 21:45           ` Vincent Bernat
2015-01-19 17:46           ` Eli Zaretskii
2015-01-27 16:43             ` Vincent Bernat
2015-01-27 17:42               ` Eli Zaretskii
2015-01-27 18:16                 ` Vincent Bernat
2015-01-28  9:54                   ` Nicolas Richard
2015-01-28 10:16                     ` Vincent Bernat
2015-01-28 14:14                       ` Vincent Bernat
2015-01-28 14:23               ` Oleh Krehel
2015-01-27 10:43         ` Oleh Krehel
2015-01-27 17:43           ` Eli Zaretskii
2015-01-27 18:05             ` Oleh Krehel
2015-01-27 19:10               ` Eli Zaretskii
2015-04-04 14:12 ` bug#16737: 24.3.50; Yank causes hang Jan Djärv
2015-06-04 13:42 ` Alan D. Salewski [this message]
2015-06-05 14:36   ` bug#16737: Timed out waiting for reply from selection owner Alan D. Salewski
2015-06-15  3:00     ` Alan D. Salewski
2015-06-16 11:10       ` Oleh Krehel
2015-06-23 23:45       ` Stefan Monnier
2015-07-08 20:54 ` bug#16737: A bit of digging Mike Crowe
2015-07-09 12:44   ` bug#16737: Possible patch Mike Crowe
2015-07-15 18:36     ` bug#16737: Emacs bug #16737: " Mike Crowe
2015-07-16  8:32       ` Tassilo Horn
2015-07-17 19:58         ` Martin Renold
2015-07-17 19:08 ` bug#16737: Patch for "Yank causes hang" bug in Emacs Paul Eggert
2015-07-18  5:16   ` Sujith Manoharan
2015-09-26  4:39   ` bug#19320: " Mitchel Humpherys

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150604134219.GC21407@att.net \
    --to=salewski@att.net \
    --cc=16737@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).