From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Raitza Newsgroups: gmane.emacs.devel Subject: term/screen.el - screen terminfo/color setup Date: Fri, 14 Oct 2011 22:49:37 +0200 Message-ID: <1318625047-sup-4296@leandros> NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1318625382 14236 80.91.229.12 (14 Oct 2011 20:49:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 14 Oct 2011 20:49:42 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 14 22:49:37 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1REohF-00049C-BQ for ged-emacs-devel@m.gmane.org; Fri, 14 Oct 2011 22:49:37 +0200 Original-Received: from localhost ([::1]:39279 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REohE-0006YG-M1 for ged-emacs-devel@m.gmane.org; Fri, 14 Oct 2011 16:49:36 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:37056) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REohB-0006Y8-MV for emacs-devel@gnu.org; Fri, 14 Oct 2011 16:49:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REohA-0005xJ-Ns for emacs-devel@gnu.org; Fri, 14 Oct 2011 16:49:33 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:42124) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1REohA-0005wn-B3 for emacs-devel@gnu.org; Fri, 14 Oct 2011 16:49:32 -0400 Original-Received: (qmail invoked by alias); 14 Oct 2011 20:49:29 -0000 Original-Received: from unknown (EHLO leandros) [141.76.92.57] by mail.gmx.net (mp026) with SMTP; 14 Oct 2011 22:49:29 +0200 X-Authenticated: #17674541 X-Provags-ID: V01U2FsdGVkX18j9txazOIjGlNnvEjuh+IIM5ZAnHyTGg3dLfPmN8 bcRBHccrla/L/k Original-Received: by leandros (nbSMTP-1.00) for uid 500 (using TLSv1/SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) m.raitza@gmx.net; Fri, 14 Oct 2011 22:49:38 +0200 (CEST) User-Agent: Sup/git X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:145230 Archived-At: Hi, I've written a term/screen.el to correctly setup colors in the screen terminal multiplexer. So no more workarounds must be done to get 256 colors to work when using emacs in terminal-only mode. I found that feasable because screen relies on its correct settings in TERM. So now I don't know how to distribute this to you. Any pointer where I can deliver my solution to would be nice. Regards, M