From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Teemu Likonen Newsgroups: gmane.emacs.help Subject: Re: page-at-a-time output for M-x shell Date: Sun, 12 Jul 2009 20:54:01 +0300 Organization: A noiseless patient Spider Message-ID: <87fxd1iy86.fsf@iki.fi> References: <30a09a22-cd05-44b6-9b82-8a7e6c1796d5@x3g2000yqa.googlegroups.com> <7bf1883b-3184-487c-a5a4-675f3e117342@l2g2000vba.googlegroups.com> <85269090-af0d-43fa-bd49-da265cbac558@p23g2000vbl.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1247424113 9180 80.91.229.12 (12 Jul 2009 18:41:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 12 Jul 2009 18:41:53 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 12 20:41:46 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MQ3ze-0000Ae-Hw for geh-help-gnu-emacs@m.gmane.org; Sun, 12 Jul 2009 20:41:46 +0200 Original-Received: from localhost ([127.0.0.1]:60105 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQ3ze-0003xP-0D for geh-help-gnu-emacs@m.gmane.org; Sun, 12 Jul 2009 14:41:46 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!news.svpal.org!xmission!feeder.erje.net!feeder.eternal-september.org!eternal-september.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-X-Trace: news.eternal-september.org U2FsdGVkX19FenUfFAH5DLNymI69w8HRyxKAbMn8dxqMCIfJEEJVQ0GZ7C53U/St5OL3sPdN1jkMEk4dNRwyMo/fBJUEi+gEwYLjaR0sQleUd44UOSfGZ4BicOHADzzBXLTDuyA9ZIc= Original-X-Complaints-To: abuse@eternal-september.org Original-NNTP-Posting-Date: Sun, 12 Jul 2009 17:54:01 +0000 (UTC) X-Auth-Sender: U2FsdGVkX1/V4qSrZN0MvQCLTLup8yI1vEbp2hYVSzS2mFXb4VHSVg== Cancel-Lock: sha1:DkvCADGDTvnn78VdqCmTPA10b5M= sha1:FvfimDIVGRyRv5Me6FwYb20vadU= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) Original-Xref: news.stanford.edu gnu.emacs.help:170792 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:65997 Archived-At: On 2009-07-12 10:40 (-0700), Francis Moreau wrote: > Some other Emacs commands already do that, M-x shell get the output of > the command and put it in the buffer, so I would guess that it's not > that hard to tell Emacs to display one page of output at time but it's > just a guess... Please understand that "less" needs a _terminal_. Emacs's shell-mode is not a terminal so "less" doesn't work. If the programs you use needs terminal features then you must use a terminal, such as "M-x term".