From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: moving x-select* [was Re: [Emacs-diffs] /srv/bzr/emacs/trunk r102057: Make all 3 copies of x-select-enable-clipboard have the same doc.] Date: Thu, 28 Oct 2010 13:32:30 +0800 Message-ID: <4CC90AEE.7020608@gnu.org> References: <19651.37838.815906.240014@fencepost.gnu.org> <28mxpzgeey.fsf@fencepost.gnu.org> <83iq0n6jwp.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1288244012 1888 80.91.229.12 (28 Oct 2010 05:33:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 28 Oct 2010 05:33:32 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 28 07:33:31 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 1PBL7C-0008BZ-Ts for ged-emacs-devel@m.gmane.org; Thu, 28 Oct 2010 07:33:31 +0200 Original-Received: from localhost ([127.0.0.1]:59683 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBL7C-0002Kj-Ah for ged-emacs-devel@m.gmane.org; Thu, 28 Oct 2010 01:33:30 -0400 Original-Received: from [140.186.70.92] (port=43701 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBL6d-00022W-N0 for emacs-devel@gnu.org; Thu, 28 Oct 2010 01:32:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PBL6c-0003O9-JM for emacs-devel@gnu.org; Thu, 28 Oct 2010 01:32:55 -0400 Original-Received: from mail-yw0-f41.google.com ([209.85.213.41]:53200) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PBL6c-0003O5-EM for emacs-devel@gnu.org; Thu, 28 Oct 2010 01:32:54 -0400 Original-Received: by ywl5 with SMTP id 5so473728ywl.0 for ; Wed, 27 Oct 2010 22:32:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=RlEzA8HlTVcfhJjHDtWL6eGu02zGZzc/AMhLZiRILao=; b=H0ILRTJqJVSE+sdq+2JGkr2KgFsaDZUBAsKhSkq14ybKQi288AgM06UyE64M/iRU7Z FgFJBDkZHoXQ8Z4/FkS497URrIP4QVNHbr4oaCm8cf01JOYLvq+BfJ9BATBz7bhCjC0B dR6IH7SQvsr8XaYh7gMtCagL6Zcxk5dWo5nPQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=GjqidBCSxFF7Li5muAExjhqXZPK+4eVd22NOi/4Obdo3jc9pcHhFo5QzWCwcMVBTou OXJWlvEAYbIq71vMCPtyZkoEW6BjxIPoNbH6sqaMO1FASjT6YBEBd4CalMatUWrjoBLZ F0z2onkBXLlNXqlCHLznP8N25g590Ft9TKMLo= Original-Received: by 10.100.209.8 with SMTP id h8mr8758017ang.43.1288243973828; Wed, 27 Oct 2010 22:32:53 -0700 (PDT) Original-Received: from [10.1.1.54] ([61.4.103.130]) by mx.google.com with ESMTPS id d8sm691699ana.2.2010.10.27.22.32.52 (version=SSLv3 cipher=RC4-MD5); Wed, 27 Oct 2010 22:32:53 -0700 (PDT) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 In-Reply-To: <83iq0n6jwp.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:132155 Archived-At: On 28/10/2010 12:06, Eli Zaretskii wrote: >> I am a little unsure since the condition for loading select.el in >> loadup is the presence of mouse-support, a condition which is not >> present in the current *-win files. >> > ...this: selection is possible without a mouse (by shift-movement). > So I think conditioning this on the mouse would not be TRT (although > for now it is, because we don't have any build that can use > selections, but doesn't have a mouse). > Realistically though, we are not going to add a platform in 2010 or later that does not support a pointing device but does support selections.