From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: moving x-select* Date: Thu, 28 Oct 2010 10:23:11 -0400 Message-ID: References: <19651.37838.815906.240014@fencepost.gnu.org> <28mxpzgeey.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1288276002 15776 80.91.229.12 (28 Oct 2010 14:26:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 28 Oct 2010 14:26:42 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 28 16:26:41 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 1PBTR6-00024G-E6 for ged-emacs-devel@m.gmane.org; Thu, 28 Oct 2010 16:26:40 +0200 Original-Received: from localhost ([127.0.0.1]:59104 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBTR2-0004GF-UC for ged-emacs-devel@m.gmane.org; Thu, 28 Oct 2010 10:26:32 -0400 Original-Received: from [140.186.70.92] (port=34363 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBTNq-0002Ls-Hz for emacs-devel@gnu.org; Thu, 28 Oct 2010 10:23:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PBTNp-0000sR-Ir for emacs-devel@gnu.org; Thu, 28 Oct 2010 10:23:14 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:53865 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PBTNo-0000rz-8f; Thu, 28 Oct 2010 10:23:12 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgwKAC4kyUxFxL/T/2dsb2JhbACgTHxyvzyFSASSKg X-IronPort-AV: E=Sophos;i="4.58,252,1286164800"; d="scan'208";a="80908217" Original-Received: from 69-196-191-211.dsl.teksavvy.com (HELO pastel.home) ([69.196.191.211]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 28 Oct 2010 10:23:11 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 1F08DA8558; Thu, 28 Oct 2010 10:23:11 -0400 (EDT) In-Reply-To: <28mxpzgeey.fsf@fencepost.gnu.org> (Glenn Morris's message of "Wed, 27 Oct 2010 23:54:45 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:132163 Archived-At: >>>> So how about finding a better home for that stuff? Like frame.el or >>>> mouse.el, for example? > [...] >> Fine by me, yes. I just want to get rid of the duplication. > Is it OK to move x-select-enable-clipboard and x-select-text from > common-win and pc-win to select.el? 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. To solve this problem, we could load select.el unconditionally. Stefan