From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: presto08@me.com Newsgroups: gmane.emacs.devel Subject: Re: Add "lisp/term/screen-256color.el" for GNU Screen's 256 color mode? Date: Fri, 06 Mar 2009 21:38:29 +0200 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; format=flowed; delsp=yes Content-Transfer-Encoding: 7BIT X-Trace: ger.gmane.org 1236405127 4989 80.91.229.12 (7 Mar 2009 05:52:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 7 Mar 2009 05:52:07 +0000 (UTC) Cc: David De La Harpe Golden , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 07 06:53: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 1LfpTO-00073Y-Oc for ged-emacs-devel@m.gmane.org; Sat, 07 Mar 2009 06:53:23 +0100 Original-Received: from localhost ([127.0.0.1]:43206 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LfpS2-0007fm-Vk for ged-emacs-devel@m.gmane.org; Sat, 07 Mar 2009 00:51:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lffsj-0008NE-Hz for emacs-devel@gnu.org; Fri, 06 Mar 2009 14:38:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lffsi-0008MB-JC for emacs-devel@gnu.org; Fri, 06 Mar 2009 14:38:52 -0500 Original-Received: from [199.232.76.173] (port=38553 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lffsi-0008M8-9m for emacs-devel@gnu.org; Fri, 06 Mar 2009 14:38:52 -0500 Original-Received: from asmtpout022.mac.com ([17.148.16.97]:38656) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lffsh-0000I7-LP for emacs-devel@gnu.org; Fri, 06 Mar 2009 14:38:51 -0500 Original-Received: from [192.168.0.38] (cs181047144.pp.htv.fi [82.181.47.144]) by asmtp022.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KG300IBLNWEY920@asmtp022.mac.com> for emacs-devel@gnu.org; Fri, 06 Mar 2009 11:38:48 -0800 (PST) X-Proofpoint-Virus-Version: vendor=fsecure engine=1.12.7400:2.4.4,1.2.40,4.0.166 definitions=2009-03-06_04:2009-03-05, 2009-03-06, 2009-03-06 signatures=0 In-reply-to: X-Mailer: Apple Mail (2.930.3) X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (1203?) X-Mailman-Approved-At: Sat, 07 Mar 2009 00:51:49 -0500 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:109504 Archived-At: Stefan Monnier kirjoitti 20.2.2009 kello 23.09: >> => 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, Seems like this thread did not reach any conclusion. However, at least two people reported the suggestion working, and no open issues/ objections, as far as I can tell. Who should be approached about adding the suggested file to the Emacs CVS repository? File "term/screen.el": (load "term/xterm") (defun terminal-init-screen () "Terminal initialization function for screen." ;; Use the xterm color initialization code. (xterm-register-default-colors) (tty-set-up-initial-frame-faces))