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: Sat, 5 Nov 2011 21:22:36 +0100 Message-ID: References: <1318625047-sup-4296@leandros> <1318783815-sup-295@leandros> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1320524565 13158 80.91.229.12 (5 Nov 2011 20:22:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 5 Nov 2011 20:22:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Raitza Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 05 21:22:42 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 1RMmlF-0001rH-GC for ged-emacs-devel@m.gmane.org; Sat, 05 Nov 2011 21:22:41 +0100 Original-Received: from localhost ([::1]:49374 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RMmlE-0001b5-SZ for ged-emacs-devel@m.gmane.org; Sat, 05 Nov 2011 16:22:40 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:34247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RMmlC-0001aX-Nk for emacs-devel@gnu.org; Sat, 05 Nov 2011 16:22:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RMmlB-0001gN-I0 for emacs-devel@gnu.org; Sat, 05 Nov 2011 16:22:38 -0400 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:49688) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RMmlB-0001gI-Fc for emacs-devel@gnu.org; Sat, 05 Nov 2011 16:22:37 -0400 Original-Received: by vws16 with SMTP id 16so155704vws.0 for ; Sat, 05 Nov 2011 13:22:36 -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=ct0rzgDkGzCuX0KT+XuvMkKyXUpDLs2Qr8pooZjH77o=; b=hr4hz4jmO/iAey+KGmgAAikgi7SmaNXtpotcyY3IpysCMklUPMRKuwVkZ6qgp2Jwxk GkT7tWbHCSW4DWmr1m2mJL7yDQvWT/C4WfmXuUeH18P0V0qaaxVpfsyDqXzoOOv9PCeK WkFiDxMXk0ms9tDMlXwQdwf/GZ2lFIchhI57c= Original-Received: by 10.52.24.210 with SMTP id w18mr20269929vdf.21.1320524556624; Sat, 05 Nov 2011 13:22:36 -0700 (PDT) Original-Received: by 10.220.210.17 with HTTP; Sat, 5 Nov 2011 13:22:36 -0700 (PDT) In-Reply-To: <1318783815-sup-295@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:145886 Archived-At: @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 >