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: Re: term/screen.el - screen terminfo/color setup Date: Wed, 09 Nov 2011 18:20:47 +0100 Message-ID: <1320858997-sup-5409@leandros> References: <1318625047-sup-4296@leandros> <1318783815-sup-295@leandros> NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1320859249 7802 80.91.229.12 (9 Nov 2011 17:20:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 9 Nov 2011 17:20:49 +0000 (UTC) Cc: emacs-devel To: Thomas Hisch Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 09 18:20:45 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 1ROBpH-0008VP-Ju for ged-emacs-devel@m.gmane.org; Wed, 09 Nov 2011 18:20:39 +0100 Original-Received: from localhost ([::1]:54061 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROBpG-00080X-Qt for ged-emacs-devel@m.gmane.org; Wed, 09 Nov 2011 12:20:38 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:54995) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROBpA-0007iW-H0 for emacs-devel@gnu.org; Wed, 09 Nov 2011 12:20:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ROBp6-0004E2-GG for emacs-devel@gnu.org; Wed, 09 Nov 2011 12:20:32 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:44085) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1ROBp5-0004DJ-US for emacs-devel@gnu.org; Wed, 09 Nov 2011 12:20:28 -0500 Original-Received: (qmail invoked by alias); 09 Nov 2011 17:20:24 -0000 Original-Received: from unknown (EHLO leandros) [141.76.92.57] by mail.gmx.net (mp042) with SMTP; 09 Nov 2011 18:20:24 +0100 X-Authenticated: #17674541 X-Provags-ID: V01U2FsdGVkX1/nR+8RF7Tnd++5yOcMRETdjwKMwsb2JBcZRfTNpp gsHif1EMxTjQe5 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; Wed, 9 Nov 2011 18:20:48 +0100 (CET) In-reply-to: User-Agent: Sup/git X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:145958 Archived-At: Thomas, you need to put screen.el under /term/screen.el with in 'load-path. emacs searches for .el in terms of the TERM environment variable at startup time. See also comments in screen.el. M Excerpts from Thomas Hisch's message of Sat Nov 05 21:22:36 +0100 2011: > @martin > > what do I need to use your screen.el ? Should a simple load-file in a > running emacs session inside gnu screen be sufficient ? > > Regards > thomas > > On Sun, Oct 16, 2011 at 6:59 PM, Michael Raitza > wrote: > > Hi, > > > > the screen.el in bzr is incomplete as it just tries to impersonate xterm. > > The screen terminfo description defines its own (different from e.g. > > xterm) key bindings. As you can see my solution makes use of the > > COLORTERM environment variable (as does xterm.el itself) and correctly > > specifies the key bindings. > > > > One question: According to term/README the key binding for END should be > > [end], but everyone else seems to specify [select] there (See comment > > below in screen.el). Which one is correct? > > > > > > M > >