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: update-subdirs and lisp/term Date: Sun, 27 Sep 2009 18:55:09 -0400 Message-ID: References: <831vlut4sy.fsf@gnu.org> <83ws3mrm6f.fsf@gnu.org> <83ske9smzy.fsf@gnu.org> <83hbuosv74.fsf@gnu.org> <834oqoryqd.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1254092131 20664 80.91.229.12 (27 Sep 2009 22:55:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Sep 2009 22:55:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 28 00:55:24 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 1Ms2eJ-0006gi-W2 for ged-emacs-devel@m.gmane.org; Mon, 28 Sep 2009 00:55:24 +0200 Original-Received: from localhost ([127.0.0.1]:38607 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ms2eJ-0008Am-B3 for ged-emacs-devel@m.gmane.org; Sun, 27 Sep 2009 18:55:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ms2eD-0008Ah-SY for emacs-devel@gnu.org; Sun, 27 Sep 2009 18:55:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ms2e8-0008AU-DT for emacs-devel@gnu.org; Sun, 27 Sep 2009 18:55:16 -0400 Original-Received: from [199.232.76.173] (port=53142 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ms2e8-0008AR-7N for emacs-devel@gnu.org; Sun, 27 Sep 2009 18:55:12 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:13131 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ms2e6-0006bM-FX; Sun, 27 Sep 2009 18:55:10 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvIEACOKv0pFxIo//2dsb2JhbACBUNBUhB4Fh30 X-IronPort-AV: E=Sophos;i="4.44,462,1249272000"; d="scan'208";a="46679042" Original-Received: from 69-196-138-63.dsl.teksavvy.com (HELO pastel.home) ([69.196.138.63]) by ironport2-out.pppoe.ca with ESMTP; 27 Sep 2009 18:55:09 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 82F7180C4; Sun, 27 Sep 2009 18:55:09 -0400 (EDT) In-Reply-To: <834oqoryqd.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 27 Sep 2009 21:09:30 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:115701 Archived-At: >> >> 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. So, whoever wants to move it should feel free (tho at this point, I'd prefer to do it after the switch to Bzr). >> currently files in lisp/term aren't byte-compiled. > Some of them are. Yup, sorry, I looked at the wrong folder. So other than tty-colors.el I think the rest is fine where it is. Stefan