From owner-freebsd-questions@FreeBSD.ORG Sat Jan 15 19:29:49 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 4A7C516A4CE for ; Sat, 15 Jan 2005 19:29:49 +0000 (GMT) Received: from luzifer.incubus.de (incubus.de [80.237.207.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1F6443D48 for ; Sat, 15 Jan 2005 19:29:48 +0000 (GMT) (envelope-from mkb@incubus.de) Received: from [192.168.2.10] (pD9E686F1.dip.t-dialin.net [217.230.134.241]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by luzifer.incubus.de (Postfix) with ESMTP id 4CBCB2FC64 for ; Sat, 15 Jan 2005 20:29:47 +0100 (CET) Message-ID: <41E96F26.8020405@incubus.de> Date: Sat, 15 Jan 2005 20:29:42 +0100 From: Matthias Buelow User-Agent: Mozilla Thunderbird 0.9 (X11/20041124) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <200501131424.j0DEOnvw001009@banyan.cs.ait.ac.th> <41E697DA.5090905@comcast.net> <200501140241.j0E2fUHZ002973@banyan.cs.ait.ac.th> <41E8183C.50103@comcast.net> In-Reply-To: <41E8183C.50103@comcast.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Cut and paste in Emacs 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: Sat, 15 Jan 2005 19:29:49 -0000 Kris Maglione wrote: > I, personally, still don't completely understand the entire unix/X cut > buffer system. First, there is more than one cut buffer, but I doubt > that that's your problem. Second, there is select-to-copy and > select+right click.../ctrl+c/... to copy. These use two different X11 cut&paste is a mess.. the OP might try to use xclipboard as an intermediate target. It often works, when two programs use different mechanisms for selections. mkb.