From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David De La Harpe Golden Newsgroups: gmane.emacs.devel Subject: Re: Clipboard interactions [was: Re: Emacs learning curve] Date: Sun, 11 Jul 2010 19:45:28 +0100 Message-ID: <4C3A1148.3040803@harpegolden.net> References: <10954D02-E217-49F3-8824-757DA34074AB@gmail.com> <83zkxzakr0.fsf@gnu.org> <83pqyva8ms.fsf@gnu.org> <87630n6odf.fsf@lola.goethe.zz> <874og670l0.fsf@gmx.de> <87k4p257ho.fsf@mail.jurta.org> <87fwzqyn4j.fsf@catnip.gol.com> <878w5igcto.fsf@stupidchicken.com> <87sk3p6gik.fsf@gmx.de> <4C3A0A2E.2040408@harpegolden.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1278873964 16468 80.91.229.12 (11 Jul 2010 18:46:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 11 Jul 2010 18:46:04 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 11 20:46:04 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OY1XK-0003Gt-2O for ged-emacs-devel@m.gmane.org; Sun, 11 Jul 2010 20:46:01 +0200 Original-Received: from localhost ([127.0.0.1]:51687 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OY1XG-0008Jp-KW for ged-emacs-devel@m.gmane.org; Sun, 11 Jul 2010 14:45:54 -0400 Original-Received: from [140.186.70.92] (port=37223 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OY1X5-0008Do-Ea for emacs-devel@gnu.org; Sun, 11 Jul 2010 14:45:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OY1Wx-0001o4-Rv for emacs-devel@gnu.org; Sun, 11 Jul 2010 14:45:36 -0400 Original-Received: from harpegolden.net ([65.99.215.13]:43825) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OY1Wx-0001nw-NA for emacs-devel@gnu.org; Sun, 11 Jul 2010 14:45:35 -0400 Original-Received: from [87.198.55.108] (87-198-55-108.ptr.magnet.ie [87.198.55.108]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "David De La Harpe Golden", Issuer "David De La Harpe Golden Personal CA rev 3" (verified OK)) by harpegolden.net (Postfix) with ESMTPSA id 38D7F683A6 for ; Sun, 11 Jul 2010 19:45:33 +0100 (IST) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100620 Icedove/3.0.5 In-Reply-To: <4C3A0A2E.2040408@harpegolden.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:127066 Archived-At: On 11/07/10 19:15, David De La Harpe Golden wrote: > On 11/07/10 19:05, Sebastian Rose wrote: >> Why would I want to have each and every snippet I kill in the clipboard? >> > ah. misread that (misled by context). Things you actually _kill_ I would expect to be on the clipboard. Things you merely select so that they are visibly highlighted, not so much - it's that latter behaviour Eli wanted on w32, and what happens if you turn on x-select-enable-clipboard on X11 without turning off mouse-drag-copy-region. > Buggered if I know, but last time the matter came up Eli in particular > expressed a desire for that on w32. I did promise to allow that with a > clipboard-active-regions setting by analogy with the existing > select-active-regions. (I do _not_ want them mixed up!) > > Each build under w32 (via WINE, I don't have windows) for me is (or was, > must try again) quite annoying and painful relative to the couple of > minutes it takes to bootstrap emacs natively, so I haven't completed > that work yet.