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:10:00 -0500 Message-ID: References: <22117277.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1235164227 13467 80.91.229.12 (20 Feb 2009 21:10:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Feb 2009 21:10:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: presto08@me.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 20 22:11: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 1Lacei-0002Ww-P1 for ged-emacs-devel@m.gmane.org; Fri, 20 Feb 2009 22:11:33 +0100 Original-Received: from localhost ([127.0.0.1]:52571 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LacdO-0001Lw-FI for ged-emacs-devel@m.gmane.org; Fri, 20 Feb 2009 16:10:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LacdK-0001Lr-Ip for emacs-devel@gnu.org; Fri, 20 Feb 2009 16:10:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LacdG-0001Io-TP for emacs-devel@gnu.org; Fri, 20 Feb 2009 16:10:05 -0500 Original-Received: from [199.232.76.173] (port=60900 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LacdG-0001Ih-NX for emacs-devel@gnu.org; Fri, 20 Feb 2009 16:10:02 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:41264) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LacdG-0006k1-DZ for emacs-devel@gnu.org; Fri, 20 Feb 2009 16:10:02 -0500 Original-Received: from alfajor.home (vpn-132-204-232-138.acd.umontreal.ca [132.204.232.138]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id n1KLA0ij031720; Fri, 20 Feb 2009 16:10:00 -0500 Original-Received: by alfajor.home (Postfix, from userid 20848) id 13620A22DC; Fri, 20 Feb 2009 16:10:00 -0500 (EST) In-Reply-To: (presto's message of "Fri, 20 Feb 2009 20:44:26 +0200") 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:109259 Archived-At: > (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)) > I tried this on my local setup, and it seems to work with > a "screen-256color" terminal -- all colors show up as expected with list- > colors-display. Does it work also for non-256color screen? Stefan