From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu 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 01:08:31 -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; charset=us-ascii X-Trace: dough.gmane.org 1287896924 32254 80.91.229.12 (24 Oct 2010 05:08:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 24 Oct 2010 05:08:44 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 24 07:08:42 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 1P9soz-00084U-Nv for ged-emacs-devel@m.gmane.org; Sun, 24 Oct 2010 07:08:42 +0200 Original-Received: from localhost ([127.0.0.1]:37947 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9soy-00024D-PY for ged-emacs-devel@m.gmane.org; Sun, 24 Oct 2010 01:08:40 -0400 Original-Received: from [140.186.70.92] (port=55626 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9sos-000248-5N for emacs-devel@gnu.org; Sun, 24 Oct 2010 01:08:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P9sor-0000YW-42 for emacs-devel@gnu.org; Sun, 24 Oct 2010 01:08:33 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:43807) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P9sor-0000YM-2M for emacs-devel@gnu.org; Sun, 24 Oct 2010 01:08:33 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1P9sop-0000wP-Ld; Sun, 24 Oct 2010 01:08:31 -0400 In-Reply-To: <19651.37838.815906.240014@fencepost.gnu.org> (Glenn Morris's message of "Sat\, 23 Oct 2010 22\:02\:54 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) 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:132040 Archived-At: Glenn Morris writes: > Stefan Monnier wrote (on Sat, 23 Oct 2010 at 21:17 -0400): > >> > * lisp/term/pc-win.el (x-select-enable-clipboard): >> > * lisp/term/x-win.el (x-select-enable-clipboard): >> > * lisp/w32-vars.el (x-select-enable-clipboard): Make doc-strings identical. >> >> Thanks. Better yet would be to move them/it to lisp/term/common-win.el. > > Done for x-win and w32-vars. Sadly common-win "common part of handling > window system" is not loaded by the MS-DOS (or Nextstep) ports. Last I looked ns-win doesn't have any good reason not to use common-win. It duplicates functions (under new names), the only change is using ns-invocation-args instead of x-invocation-args. > So there needs to be a "really-common-win" for MS-Win+X+NS, and a > "really-really-common-win" for MS-Win+X+NS+DOS...