From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: 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: Wed, 27 Oct 2010 23:54:45 -0400 Message-ID: <28mxpzgeey.fsf@fencepost.gnu.org> References: <19651.37838.815906.240014@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1288238098 16882 80.91.229.12 (28 Oct 2010 03:54:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 28 Oct 2010 03:54:58 +0000 (UTC) Cc: Eli Zaretskii , Stefan Monnier To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 28 05:54:57 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 1PBJZl-0000dY-Hb for ged-emacs-devel@m.gmane.org; Thu, 28 Oct 2010 05:54:53 +0200 Original-Received: from localhost ([127.0.0.1]:51218 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBJZk-0006T9-Vt for ged-emacs-devel@m.gmane.org; Wed, 27 Oct 2010 23:54:53 -0400 Original-Received: from [140.186.70.92] (port=47375 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBJZf-0006T4-Pc for emacs-devel@gnu.org; Wed, 27 Oct 2010 23:54:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PBJZe-0002H6-Nt for emacs-devel@gnu.org; Wed, 27 Oct 2010 23:54:47 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:58424) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PBJZe-0002H2-LD for emacs-devel@gnu.org; Wed, 27 Oct 2010 23:54:46 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1PBJZd-0003qA-QI; Wed, 27 Oct 2010 23:54:45 -0400 X-Spook: AMEMB Croatian kilo class Waco, Texas global Centro X-Ran: nkiR"Fax}I(4(R4^,|>Spztr}{1v`lUuvVDT%gDlwIxBjO[":gark_6T68?hiJ]x$V}L$z X-Hue: blue X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:132153 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.