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: Sun, 27 Sep 2009 21:09:30 +0200 Message-ID: <834oqoryqd.fsf@gnu.org> References: <831vlut4sy.fsf@gnu.org> <83ws3mrm6f.fsf@gnu.org> <83ske9smzy.fsf@gnu.org> <83hbuosv74.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1254078475 15781 80.91.229.12 (27 Sep 2009 19:07:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Sep 2009 19:07:55 +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 Sep 27 21:07:48 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 1Mrz63-0006GF-EM for ged-emacs-devel@m.gmane.org; Sun, 27 Sep 2009 21:07:47 +0200 Original-Received: from localhost ([127.0.0.1]:55432 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mrz62-00073K-V6 for ged-emacs-devel@m.gmane.org; Sun, 27 Sep 2009 15:07:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mrz5m-0006uu-CQ for emacs-devel@gnu.org; Sun, 27 Sep 2009 15:07:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mrz5l-0006uP-DC for emacs-devel@gnu.org; Sun, 27 Sep 2009 15:07:30 -0400 Original-Received: from [199.232.76.173] (port=44308 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mrz5l-0006uI-8c for emacs-devel@gnu.org; Sun, 27 Sep 2009 15:07:29 -0400 Original-Received: from mtaout5.012.net.il ([84.95.2.13]:47681) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mrz5k-0002UA-Nh for emacs-devel@gnu.org; Sun, 27 Sep 2009 15:07:28 -0400 Original-Received: from conversion-daemon.i_mtaout5.012.net.il by i_mtaout5.012.net.il (HyperSendmail v2004.12) id <0KQN00K008RGY800@i_mtaout5.012.net.il> for emacs-devel@gnu.org; Sun, 27 Sep 2009 21:07:27 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.126.56.156]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KQN00D8A94ERU80@i_mtaout5.012.net.il>; Sun, 27 Sep 2009 21:07:27 +0200 (IST) In-reply-to: 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:115697 Archived-At: > From: Stefan Monnier > Cc: schwab@linux-m68k.org, emacs-devel@gnu.org > Date: Sun, 27 Sep 2009 14:12:06 -0400 > > >> Which file there is not terminal-specific (other than > >> lisp/term/common-win.el)? > > tty-colors.el. > > Good point. It probably deserves to be moved elsewhere. Richard didn't like its being there from day one. Mea culpa, I guess. > currently files in lisp/term aren't byte-compiled. Some of them are.