From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: update-subdirs and lisp/term Date: Sun, 27 Sep 2009 08:39:27 -0400 Message-ID: References: <831vlut4sy.fsf@gnu.org> <83ws3mrm6f.fsf@gnu.org> <83ske9smzy.fsf@gnu.org> <83my4hsg49.fsf@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1254055191 19958 80.91.229.12 (27 Sep 2009 12:39:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Sep 2009 12:39:51 +0000 (UTC) Cc: schwab@linux-m68k.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 27 14:39:43 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 1Mrt2T-0005Mg-KW for ged-emacs-devel@m.gmane.org; Sun, 27 Sep 2009 14:39:41 +0200 Original-Received: from localhost ([127.0.0.1]:56246 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mrt2S-0006DP-O1 for ged-emacs-devel@m.gmane.org; Sun, 27 Sep 2009 08:39:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mrt2N-0006DK-1S for emacs-devel@gnu.org; Sun, 27 Sep 2009 08:39:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mrt2H-0006D7-D8 for emacs-devel@gnu.org; Sun, 27 Sep 2009 08:39:33 -0400 Original-Received: from [199.232.76.173] (port=38702 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mrt2H-0006D4-7d for emacs-devel@gnu.org; Sun, 27 Sep 2009 08:39:29 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:50092) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mrt2G-0003ZF-TQ for emacs-devel@gnu.org; Sun, 27 Sep 2009 08:39:29 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Mrt2F-00081B-Tw; Sun, 27 Sep 2009 08:39:27 -0400 In-reply-to: <83my4hsg49.fsf@gnu.org> (message from Eli Zaretskii on Sat, 26 Sep 2009 21:41:42 +0300) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:115689 Archived-At: > >> > A remnant from past, perhaps, when lisp/term held only > >> > terminal-specific files? > >> > >> Doesn't it still do? > > > > No. > > In which way? All of them. That response is too cryptic to communicate any meaning. As far as I can see, all the files in `term' are for specific terminal types or else loaded based on the window system type, and `term' is always explicitly specified for these files. There is no need for them to be found in searches for file names with no directory specified.