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: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r102057: Make all 3 copies of x-select-enable-clipboard have the same doc. Date: Sat, 23 Oct 2010 22:02:54 -0400 Message-ID: <19651.37838.815906.240014@fencepost.gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1287886001 2801 80.91.229.12 (24 Oct 2010 02:06:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 24 Oct 2010 02:06:41 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 24 04:06:39 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 1P9pyp-0007ZY-1s for ged-emacs-devel@m.gmane.org; Sun, 24 Oct 2010 04:06:39 +0200 Original-Received: from localhost ([127.0.0.1]:46950 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9pym-00024L-Rc for ged-emacs-devel@m.gmane.org; Sat, 23 Oct 2010 22:06:37 -0400 Original-Received: from [140.186.70.92] (port=33451 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9pyY-00022m-Tp for emacs-devel@gnu.org; Sat, 23 Oct 2010 22:06:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P9pvD-0007v3-CK for emacs-devel@gnu.org; Sat, 23 Oct 2010 22:02:56 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:46737) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P9pvD-0007uz-7C for emacs-devel@gnu.org; Sat, 23 Oct 2010 22:02:55 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1P9pvC-0000MV-Qy; Sat, 23 Oct 2010 22:02:54 -0400 In-Reply-To: X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: green X-Ran: PlAFP5Pr{4Spq\z}%!W(U]zF@C(+b@e+,1RjU.xH/-!0~BnPX^z3q"t%6:Ixy.gdALlk!K 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:132037 Archived-At: 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. 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...