From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Improving X selection? Date: Mon, 15 Oct 2007 10:16:06 +0200 Message-ID: <471321C6.7040901@swipnet.se> References: <20071012105022.6c8b174a@tweety> <874pgtfw1y.fsf@jbms.ath.cx> <4713067D.2060504@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1192436305 11825 80.91.229.12 (15 Oct 2007 08:18:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Oct 2007 08:18:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 15 10:18:15 2007 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.50) id 1IhL99-0007ek-Gm for ged-emacs-devel@m.gmane.org; Mon, 15 Oct 2007 10:17:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhL92-0003vC-JA for ged-emacs-devel@m.gmane.org; Mon, 15 Oct 2007 04:17:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IhL7j-0003VD-OL for emacs-devel@gnu.org; Mon, 15 Oct 2007 04:16:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IhL7g-0003Tw-SQ for emacs-devel@gnu.org; Mon, 15 Oct 2007 04:16:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhL7g-0003Tp-IN for emacs-devel@gnu.org; Mon, 15 Oct 2007 04:16:24 -0400 Original-Received: from av7-2-sn3.vrr.skanova.net ([81.228.9.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IhL7c-0007zB-4Z; Mon, 15 Oct 2007 04:16:20 -0400 Original-Received: by av7-2-sn3.vrr.skanova.net (Postfix, from userid 502) id 0227237EF3; Mon, 15 Oct 2007 10:15:11 +0200 (CEST) Original-Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av7-2-sn3.vrr.skanova.net (Postfix) with ESMTP id DA2EB37ED2; Mon, 15 Oct 2007 10:15:11 +0200 (CEST) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id D920F37E4A; Mon, 15 Oct 2007 10:16:18 +0200 (CEST) User-Agent: Thunderbird 2.0.0.6 (X11/20070728) In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:80904 Archived-At: Miles Bader skrev: > Jan Dj=E4rv writes: >> The change, if any, I'd like is that C-y and M-w operates on CLIPBOARD= , >> and that PRIMARY is left to mouse operations. >=20 > I dunno if it's "correct", but I really, REALLY, like Emacs' current > behavior (being able to select text with the mouse in other apps, > without an explicit "copy" command, then paste into emacs just by doing > C-y). >=20 I like that too. That is why only paste in the tool bar pastes from the=20 CLIPBOARD. Jan D.