From owner-freebsd-questions@FreeBSD.ORG Mon Feb 28 17:19:07 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F38D316A4CE for ; Mon, 28 Feb 2005 17:19:06 +0000 (GMT) Received: from relay.pair.com (relay00.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 36D2243D55 for ; Mon, 28 Feb 2005 17:19:06 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: (qmail 78522 invoked from network); 28 Feb 2005 17:19:05 -0000 Received: from unknown (HELO ale.varnet.bsd) (unknown) by unknown with SMTP; 28 Feb 2005 17:19:05 -0000 X-pair-Authenticated: 200.115.214.206 Date: Mon, 28 Feb 2005 14:19:42 -0300 From: Alejandro Pulver To: Joe Schmoe Message-ID: <20050228141942.32fc59c1@ale.varnet.bsd> In-Reply-To: <20050227201609.33039.qmail@web53307.mail.yahoo.com> References: <20050227201609.33039.qmail@web53307.mail.yahoo.com> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: How can I cut and paste from xterm _into_ another program ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Feb 2005 17:19:07 -0000 On Sun, 27 Feb 2005 12:16:09 -0800 (PST) Joe Schmoe wrote: > Hi, > > I am using a very vanilla XFree86 installation on fbsd > 5.3. I am using ratpoison as my window manager. > > If I highlight text in an xterm, it is immediately in > my buffer, and I can paste it into that xterm, or any > other xterm. Further, if I copy text in my web > browser, I can paste it into all my xterms. > > However, I cannot take text that I copied in my xterm > and paste it into my browser (opera). Why is this ? > > Why can I go in one direction (paste from opera into > xterm) but not the other (paste from xterm into opera) > ? > > thanks. > There are two different clipboards (buffers): One is used when you copy with the context menu (Right Click -> Copy) or (usually) with Ctrl-C. This usually happenes in KDE/GNOME/GTK (etc.) applications. The way to paste this buffer is with the context menu (Right Click -> Paste) or (usually) with Ctrl-V. The other is used when you just select text (like in console, or xterm). To paste it press the middle mouse button. If you have only two, press both at the same time. Try using the middle mouse button (or both if only two). That worked for me. Hope that helps. Best Regards, Ale