From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark Plaksin Newsgroups: gmane.emacs.devel Subject: Re: M-x term & less -c Date: Thu, 06 Mar 2008 08:38:56 -0500 Message-ID: References: <200803060419.m264JgDL010372@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1204810776 12164 80.91.229.12 (6 Mar 2008 13:39:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Mar 2008 13:39:36 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 06 14:40:00 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JXGKF-0002Ew-HF for ged-emacs-devel@m.gmane.org; Thu, 06 Mar 2008 14:39:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JXGJh-0003fd-Ug for ged-emacs-devel@m.gmane.org; Thu, 06 Mar 2008 08:39:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JXGJc-0003f0-Ka for emacs-devel@gnu.org; Thu, 06 Mar 2008 08:39:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JXGJZ-0003eU-LN for emacs-devel@gnu.org; Thu, 06 Mar 2008 08:39:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JXGJZ-0003eR-Ie for emacs-devel@gnu.org; Thu, 06 Mar 2008 08:39:17 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JXGJZ-0005T2-EH for emacs-devel@gnu.org; Thu, 06 Mar 2008 08:39:17 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JXGJN-0000Mj-Tn for emacs-devel@gnu.org; Thu, 06 Mar 2008 13:39:05 +0000 Original-Received: from stone.tss.usg.edu ([168.24.82.77]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Mar 2008 13:39:05 +0000 Original-Received: from happy by stone.tss.usg.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Mar 2008 13:39:05 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: stone.tss.usg.edu User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:2N+mj2kKGETQH+idznPY3cRgesk= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:91488 Archived-At: Dan Nicolaescu writes: > Mark Plaksin 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.