From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: ls in eshell will cause the prompt jumped to mid of buf Date: Tue, 18 Sep 2007 23:32:35 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1190172798 2537 80.91.229.12 (19 Sep 2007 03:33:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 19 Sep 2007 03:33:18 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: "William Xue" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 19 05:33:16 2007 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 1IXqJP-0001vC-MA for ged-emacs-devel@m.gmane.org; Wed, 19 Sep 2007 05:33:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IXqJO-0004IV-2F for ged-emacs-devel@m.gmane.org; Tue, 18 Sep 2007 23:33:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IXqJK-0004FS-BF for emacs-devel@gnu.org; Tue, 18 Sep 2007 23:33:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IXqJK-0004Ey-2c for emacs-devel@gnu.org; Tue, 18 Sep 2007 23:33:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IXqJJ-0004Eu-RD for emacs-devel@gnu.org; Tue, 18 Sep 2007 23:33:09 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IXqJJ-0006WQ-LQ for emacs-devel@gnu.org; Tue, 18 Sep 2007 23:33:09 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IXqIl-0004aR-Lq; Tue, 18 Sep 2007 23:32:35 -0400 X-Spook: FBI CID subversive bluebird MILSATCOM Vince Foster COSCO X-Ran: Oc#?m)hUVdmN\.YSKQ_AKnY*LGTg?(`#rYE"D&6.}|Kd[bHH:n|Oa?dZ$5>:f6aJ`Z*!^c X-Hue: magenta X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-Detected-Kernel: 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:79262 Archived-At: "William Xue" wrote: > At last, let me make clear my request, that is: how to scroll line > by line in eshell? (add-hook 'eshell-output-filter-functions 'eshell-postoutput-scroll-to-bottom) I think this should be there by default (since there are variables to control _how_ it scrolls, as for comint).