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: support for screen-256color Date: Sat, 26 Jan 2008 14:37:51 -0500 Message-ID: References: <200801261645.m0QGj38S013588@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201376286 19551 80.91.229.12 (26 Jan 2008 19:38:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Jan 2008 19:38:06 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 26 20:38:26 2008 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 1JIqrC-000792-CD for ged-emacs-devel@m.gmane.org; Sat, 26 Jan 2008 20:38:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIqql-0000qT-S4 for ged-emacs-devel@m.gmane.org; Sat, 26 Jan 2008 14:37:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JIqqi-0000qO-DD for emacs-devel@gnu.org; Sat, 26 Jan 2008 14:37:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JIqqf-0000ob-R7 for emacs-devel@gnu.org; Sat, 26 Jan 2008 14:37:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIqqf-0000oT-MF for emacs-devel@gnu.org; Sat, 26 Jan 2008 14:37:53 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JIqqf-0007ze-De for emacs-devel@gnu.org; Sat, 26 Jan 2008 14:37:53 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAGUam0fO+J95dGdsb2JhbACQKAEwm1R+ X-IronPort-AV: E=Sophos;i="4.25,255,1199682000"; d="scan'208";a="13249800" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 26 Jan 2008 14:37:53 -0500 Original-Received: from pastel.home ([206.248.159.121]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id GUL04652; Sat, 26 Jan 2008 14:37:52 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 78E5A858A; Sat, 26 Jan 2008 14:37:51 -0500 (EST) In-Reply-To: <200801261645.m0QGj38S013588@sallyv1.ics.uci.edu> (Dan Nicolaescu's message of "Sat, 26 Jan 2008 08:44:58 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: 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:87598 Archived-At: > But if anyone is interested in working on this it should not be too hard > to add, just follow the model in term/xterm.el. > [Not sure how people can stand using emacs in screen given that it > steals C-a by default...] I expect Emacs users to be "customize-happy", so changing the C-a default is probably not the only part of screen they'll want to configure. Stefan