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: custom-deps and term subdir Date: Thu, 02 Oct 2008 15:00:35 -0400 Message-ID: References: <20081002050137.D00591D95FA@sonic01.math.uni-bielefeld.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1222981880 28270 80.91.229.12 (2 Oct 2008 21:11:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Oct 2008 21:11:20 +0000 (UTC) Cc: Markus Rost , rms@gnu.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 02 23:12:18 2008 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.50) id 1KlVT0-0002xA-4K for ged-emacs-devel@m.gmane.org; Thu, 02 Oct 2008 23:12:10 +0200 Original-Received: from localhost ([127.0.0.1]:41091 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KlVRx-0001vo-1c for ged-emacs-devel@m.gmane.org; Thu, 02 Oct 2008 17:11:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KlVPa-0000An-LA for emacs-devel@gnu.org; Thu, 02 Oct 2008 17:08:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KlVPY-0000AQ-UE for emacs-devel@gnu.org; Thu, 02 Oct 2008 17:08:38 -0400 Original-Received: from [199.232.76.173] (port=57018 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KlVPY-0000AM-O2 for emacs-devel@gnu.org; Thu, 02 Oct 2008 17:08:36 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:45130) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KlVPU-0002Wr-Jb; Thu, 02 Oct 2008 17:08:32 -0400 Original-Received: from ceviche.home (vpn-132-204-232-44.acd.umontreal.ca [132.204.232.44]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id m92L8TV7005028; Thu, 2 Oct 2008 17:08:30 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 1E54AB456E; Thu, 2 Oct 2008 15:00:35 -0400 (EDT) In-Reply-To: (Eli Zaretskii's message of "Thu, 02 Oct 2008 21:24:25 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3117=0 X-detected-operating-system: by monty-python.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:104313 Archived-At: >> For instance, in Emacs as of 2004-03-10 there were the following >> defcustom's in lisp/term/*: >> >> ./pc-win.el:176:(defcustom x-select-enable-clipboard t >> ./x-win.el:2106:(defcustom x-select-enable-clipboard nil > x-select-enable-clipboard is an important user option. We shouldn't > miss it, I think. Agreed. It should be moved out of those files into the common code. Stefan