emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: term/screen.el - screen terminfo/color setup


From: Michael Raitza
Subject: Re: term/screen.el - screen terminfo/color setup
Date: Wed, 09 Nov 2011 18:20:47 +0100
User-agent: Sup/git

Thomas,

you need to put screen.el under <some-path>/term/screen.el with
<some-path> in 'load-path.

emacs searches for <TERM>.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
> <address@hidden> 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
> >




reply via email to

[Prev in Thread] Current Thread [Next in Thread]