help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Emacsclient, multiple displays and hanging


From: Andrew Walrond
Subject: Re: Emacsclient, multiple displays and hanging
Date: Thu, 04 Oct 2007 10:20:59 +0100
User-agent: Icedove 1.5.0.12 (X11/20070731)

poppyer wrote:
> any good tips about your .screenrc file?
> 

Gnu Screen's equivalent of emacs inhibit-startup-message:

        startup_message off

Since I use emacs 24/7 and need C-a, change screens escape to C-z (and
C-z to C-z z)

        escape ^zz

I copied this hardstatus config from the example .screenrc I think

        hardstatus on
        hardstatus alwayslastline
        hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d
%C%a "

This allows emacs, less etc to reinstate the screen when they exit:

        altscreen

And a lot of stuff doesn't like TERM=screen, so I change it

        term xterm

Anyone else got useful .screenrc tips?

Andrew Walrond




reply via email to

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