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: [Emacs-diffs] /srv/bzr/emacs/trunk r102057: Make all 3 copies of x-select-enable-clipboard have the same doc. Date: Sun, 24 Oct 2010 20:54:27 -0400 Message-ID: References: <19651.37838.815906.240014@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1287968385 31161 80.91.229.12 (25 Oct 2010 00:59:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 25 Oct 2010 00:59:45 +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 Mon Oct 25 02:59:44 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 1PABPb-00052c-Mb for ged-emacs-devel@m.gmane.org; Mon, 25 Oct 2010 02:59:44 +0200 Original-Received: from localhost ([127.0.0.1]:44491 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PABPa-0005SY-Ry for ged-emacs-devel@m.gmane.org; Sun, 24 Oct 2010 20:59:42 -0400 Original-Received: from [140.186.70.92] (port=48053 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PABPQ-000579-41 for emacs-devel@gnu.org; Sun, 24 Oct 2010 20:59:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PABKX-00081G-S0 for emacs-devel@gnu.org; Sun, 24 Oct 2010 20:54:30 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:8725 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PABKW-000812-J7; Sun, 24 Oct 2010 20:54:28 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhcJAKBxxExFpYd9/2dsb2JhbACgYXtyunmFSASSHw X-IronPort-AV: E=Sophos;i="4.58,233,1286164800"; d="scan'208";a="80569413" Original-Received: from 69-165-135-125.dsl.teksavvy.com (HELO pastel.home) ([69.165.135.125]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 24 Oct 2010 20:54:27 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 0955AA8507; Sun, 24 Oct 2010 20:54:27 -0400 (EDT) In-Reply-To: (Glenn Morris's message of "Sun, 24 Oct 2010 15:47:32 -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:132075 Archived-At: >> So how about finding a better home for that stuff? Like frame.el or >> mouse.el, for example? > Sounds like a good idea. Fine by me, yes. I just want to get rid of the duplication. We could also try to correct names while we do that ("x-" should only be used for X11-specific stuff, just like "w32-" and "ns-" are backend specific). Stefan