[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: M-x term & less -c
From: |
Mark Plaksin |
Subject: |
Re: M-x term & less -c |
Date: |
Thu, 06 Mar 2008 08:38:56 -0500 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) |
Dan Nicolaescu <address@hidden> writes:
> Mark Plaksin <address@hidden> writes:
>
> > emacs -Q
> > M-x term RET RET
> >
> > Inside the term, type 'sleep 5 | less -c'. '-c' tells less to clear the
> > screen first thing. The screen doesn't clear until the sleep exits.
>
> Hmm, I could reproduce this with -Q, but not without it.
>
> It turns out that having:
> (setq redisplay-dont-pause t)
> in .emacs makes it work.
>
> Not sure what would the right fix be...
Thanks! That fixes it for me too.