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: Re: update-subdirs and lisp/term Date: Sat, 26 Sep 2009 14:16:08 +0300 Message-ID: <83ws3mrm6f.fsf@gnu.org> References: <831vlut4sy.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1253963683 14374 80.91.229.12 (26 Sep 2009 11:14:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Sep 2009 11:14:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 26 13:14:36 2009 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 1MrVEY-00045P-CE for ged-emacs-devel@m.gmane.org; Sat, 26 Sep 2009 13:14:34 +0200 Original-Received: from localhost ([127.0.0.1]:50990 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MrVEX-0001c2-Ly for ged-emacs-devel@m.gmane.org; Sat, 26 Sep 2009 07:14:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MrVEB-0001Pb-62 for emacs-devel@gnu.org; Sat, 26 Sep 2009 07:14:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MrVE8-0001OC-Ct for emacs-devel@gnu.org; Sat, 26 Sep 2009 07:14:09 -0400 Original-Received: from [199.232.76.173] (port=59588 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MrVE7-0001Nr-WD for emacs-devel@gnu.org; Sat, 26 Sep 2009 07:14:08 -0400 Original-Received: from mtaout6.012.net.il ([84.95.2.16]:18304) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MrVE7-0001F6-HK for emacs-devel@gnu.org; Sat, 26 Sep 2009 07:14:07 -0400 Original-Received: from conversion-daemon.i-mtaout6.012.net.il by i-mtaout6.012.net.il (HyperSendmail v2007.08) id <0KQK00G00SCM3C00@i-mtaout6.012.net.il> for emacs-devel@gnu.org; Sat, 26 Sep 2009 14:14:05 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.126.56.156]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KQK008AGSJHCFB0@i-mtaout6.012.net.il>; Sat, 26 Sep 2009 14:14:05 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (1203?) 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:115658 Archived-At: > From: Andreas Schwab > Cc: emacs-devel@gnu.org > Date: Sat, 26 Sep 2009 12:44:05 +0200 > > Eli Zaretskii writes: > > > Does anyone know why we skip lisp/term in update-subdirs? > > Because files in lisp/term are always loaded with the term/ prefix. Thanks. But why is that a good idea? A remnant from past, perhaps, when lisp/term held only terminal-specific files?