From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: custom-deps and term subdir Date: Wed, 01 Oct 2008 12:11:43 +0300 Message-ID: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1222852383 19220 80.91.229.12 (1 Oct 2008 09:13:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 1 Oct 2008 09:13:03 +0000 (UTC) Cc: Markus Rost To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 01 11:14:01 2008 connect(): Connection refused 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 1KkxmB-0002MS-Qi for ged-emacs-devel@m.gmane.org; Wed, 01 Oct 2008 11:13:44 +0200 Original-Received: from localhost ([127.0.0.1]:50022 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kkxl7-0002gV-Uh for ged-emacs-devel@m.gmane.org; Wed, 01 Oct 2008 05:12:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KkxkD-0001wE-W8 for emacs-devel@gnu.org; Wed, 01 Oct 2008 05:11:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KkxkB-0001u8-FN for emacs-devel@gnu.org; Wed, 01 Oct 2008 05:11:40 -0400 Original-Received: from [199.232.76.173] (port=43156 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KkxkB-0001u1-AH for emacs-devel@gnu.org; Wed, 01 Oct 2008 05:11:39 -0400 Original-Received: from mtaout2.012.net.il ([84.95.2.4]:48332) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KkxkB-0007ft-0F for emacs-devel@gnu.org; Wed, 01 Oct 2008 05:11:39 -0400 Original-Received: from HOME-C4E4A596F7 ([77.127.170.116]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K8100KMPYXAVLT1@i_mtaout2.012.net.il> for emacs-devel@gnu.org; Wed, 01 Oct 2008 12:12:47 +0300 (IDT) X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 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:104275 Archived-At: lisp/Makefile.in specifically avoids descending into lisp/term for generating cus-load.el. What are the reasons for that? I cannot find in the archives anything that would explain the reason. Markus, it's your change (although quite some time ago) -- do you remember why you did that? What bothers me is how do we get the defcustom's defined by term/*.el files.