From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thomas Hisch Newsgroups: gmane.emacs.devel Subject: Re: term/screen.el - screen terminfo/color setup Date: Sun, 16 Oct 2011 13:04:33 +0200 Message-ID: References: <1318625047-sup-4296@leandros> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1318763084 11815 80.91.229.12 (16 Oct 2011 11:04:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 16 Oct 2011 11:04:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Raitza Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 16 13:04:40 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 1RFOWG-0002GH-5Z for ged-emacs-devel@m.gmane.org; Sun, 16 Oct 2011 13:04:40 +0200 Original-Received: from localhost ([::1]:41001 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFOWF-0004d8-NK for ged-emacs-devel@m.gmane.org; Sun, 16 Oct 2011 07:04:39 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:45585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFOWC-0004cr-OL for emacs-devel@gnu.org; Sun, 16 Oct 2011 07:04:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RFOWB-00069V-FJ for emacs-devel@gnu.org; Sun, 16 Oct 2011 07:04:36 -0400 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:55041) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFOWB-00069O-5w for emacs-devel@gnu.org; Sun, 16 Oct 2011 07:04:35 -0400 Original-Received: by vws16 with SMTP id 16so1820310vws.0 for ; Sun, 16 Oct 2011 04:04:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=HgPwlVPjY6edkw3W7HWxvyDpFVff1baqlL7yaxNTjTA=; b=UczFHmNCTiR8pfQem/z0YwhGFh27GmUgCc8HJ/Lj+WjOoI45oNbUbfHRWsnjSBIfql OKpPNOq/YmDIpoWTpnD0eZlw9zaiiJhGCdbnGmirkclKcdimYXs3OBYUug9ew4Q1Mtts V387NFK5jg9MmekMCDr8NUzxPVyf24qiLsmP4= Original-Received: by 10.52.173.228 with SMTP id bn4mr15880717vdc.10.1318763074093; Sun, 16 Oct 2011 04:04:34 -0700 (PDT) Original-Received: by 10.220.210.17 with HTTP; Sun, 16 Oct 2011 04:04:33 -0700 (PDT) In-Reply-To: <1318625047-sup-4296@leandros> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.212.41 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:145239 Archived-At: Hey, what about directly posting it in this thread ? Regards, Thomas On Fri, Oct 14, 2011 at 10:49 PM, Michael Raitza wrote: > 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 > > >