From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Carsten Mattner Newsgroups: gmane.emacs.devel Subject: Re: term/screen.el - screen terminfo/color setup Date: Sun, 16 Oct 2011 15:32:39 +0200 Message-ID: References: <1318625047-sup-4296@leandros> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1318771971 29704 80.91.229.12 (16 Oct 2011 13:32:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 16 Oct 2011 13:32:51 +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 15:32:48 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 1RFQpb-0003YS-89 for ged-emacs-devel@m.gmane.org; Sun, 16 Oct 2011 15:32:47 +0200 Original-Received: from localhost ([::1]:37613 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFQpa-0002Uf-BF for ged-emacs-devel@m.gmane.org; Sun, 16 Oct 2011 09:32:46 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:56690) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFQpX-0002UX-PS for emacs-devel@gnu.org; Sun, 16 Oct 2011 09:32:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RFQpW-0004ZH-Bv for emacs-devel@gnu.org; Sun, 16 Oct 2011 09:32:43 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:41357) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFQpW-0004ZA-3a for emacs-devel@gnu.org; Sun, 16 Oct 2011 09:32:42 -0400 Original-Received: by bkbzu5 with SMTP id zu5so5140485bkb.0 for ; Sun, 16 Oct 2011 06:32:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=J3BA0KxN4wVEp9EyBt3AZP9m2js0luXUDTCmlo+RT0A=; b=N3DYpak0ICETQnqYaa9xx55R0CZ4XPLjauh3JErUxkGGRxcmq8hJs5OS5FZMAsh6Zz ObfCDqUbCM6gPD2bKqIF8JDHVsQqok4ZFiD1PQVD32AFXZk7rpd6817X7znkshq3UsIs Gmbg630rHojp5lb68r5cypy6C3inVMhiDaAhI= Original-Received: by 10.223.81.205 with SMTP id y13mr17578624fak.34.1318771959997; Sun, 16 Oct 2011 06:32:39 -0700 (PDT) Original-Received: by 10.152.14.65 with HTTP; Sun, 16 Oct 2011 06:32:39 -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.214.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:145241 Archived-At: 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. What does it exactly solve? For me tmux with set -g default-terminal "screen-256color" and stock emacs from bzr displays colors right (for most themes). > So now I don't know how to distribute this to you. > > Any pointer where I can deliver my solution to would be nice. Put it in some paste service, gist, git/hg repo or one of the emacs package repos?