From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.help Subject: Re: x-get-selection: Timed out waiting for reply from selection owner Date: Wed, 21 Apr 2004 02:24:58 +0200 Organization: http://purl.org/harder/ Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <873c6zs5oe.fsf@robotron.ath.cx> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1082508466 8117 80.91.224.253 (21 Apr 2004 00:47:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Apr 2004 00:47:46 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 21 02:47:39 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BG5tr-0003OP-00 for ; Wed, 21 Apr 2004 02:47:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BG5sP-0002z4-V7 for geh-help-gnu-emacs@m.gmane.org; Tue, 20 Apr 2004 20:46:09 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsmi-us.news.garr.it!newsmi-eu.news.garr.it!NewsITBone-GARR!feed.news.tiscali.de!uninett.no!newsfeed1.e.nsc.no!nsc.no!nextra.com!news.tele.dk!news.tele.dk!small.news.tele.dk!not-for-mail Original-Newsgroups: gnu.emacs.help X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:17808 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17808 David Hansen writes: > On Tue, 20 Apr 2004 03:51:22 +0200 Jesper Harder wrote: > >> I a get "Timed out waiting for reply from selection owner" when I try >> to yank a certain selection from a foreign application to an Emacs >> buffer. > >> can someone suggest another application able to do the job? > > Tried xclipboard? This should be the "reference" application for > handling xselections. xclipboard is also too impatient. The conversion takes ~10 minutes, so it's understandable that both Emacs and xclipboard assume that it has timed out. Aha, now I found a solution mentioned in X(7x), -selectionTimeout. It works for xedit, at least: xedit -selectionTimeout 300000 -- Jesper Harder