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: Add "lisp/term/screen-256color.el" for GNU Screen's 256 color mode? Date: Fri, 20 Feb 2009 16:09:06 -0500 Message-ID: References: <22117277.post@talk.nabble.com> <499EEC8D.5050404@harpegolden.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1235164165 13229 80.91.229.12 (20 Feb 2009 21:09:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Feb 2009 21:09:25 +0000 (UTC) Cc: Presto Ten , Emacs-devel@gnu.org To: David De La Harpe Golden Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 20 22:10:41 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 1Lacdr-0002Ay-TJ for ged-emacs-devel@m.gmane.org; Fri, 20 Feb 2009 22:10:40 +0100 Original-Received: from localhost ([127.0.0.1]:52126 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LaccX-00011H-7N for ged-emacs-devel@m.gmane.org; Fri, 20 Feb 2009 16:09:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LaccR-00011A-Sl for emacs-devel@gnu.org; Fri, 20 Feb 2009 16:09:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LaccP-00010x-Fa for Emacs-devel@gnu.org; Fri, 20 Feb 2009 16:09:10 -0500 Original-Received: from [199.232.76.173] (port=46303 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LaccP-00010u-8X for Emacs-devel@gnu.org; Fri, 20 Feb 2009 16:09:09 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:37049) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LaccO-0006XY-Ss for Emacs-devel@gnu.org; Fri, 20 Feb 2009 16:09:09 -0500 Original-Received: from alfajor.home (vpn-132-204-232-138.acd.umontreal.ca [132.204.232.138]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id n1KL9mm6008615; Fri, 20 Feb 2009 16:09:48 -0500 Original-Received: by alfajor.home (Postfix, from userid 20848) id 472D0A22DC; Fri, 20 Feb 2009 16:09:06 -0500 (EST) In-Reply-To: <499EEC8D.5050404@harpegolden.net> (David De La Harpe Golden's message of "Fri, 20 Feb 2009 17:46:53 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3216=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:109258 Archived-At: > The matching algo documented in term/README means that in the > TERM=screen-256color case, if there's no screen-256color.el, emacs falls > back to screen.el ? Yes. > => So if that terminal-init-screen is used, calling it that and putting it > in term/screen.el is for the best as far as I can see. Why don't you try it, Stefan