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: Wed, 19 Sep 2007 21:39:21 -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 1190252409 29498 80.91.229.12 (20 Sep 2007 01:40:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Sep 2007 01:40:09 +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 Thu Sep 20 03:40:08 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 1IYB1U-0001Ih-6V for ged-emacs-devel@m.gmane.org; Thu, 20 Sep 2007 03:40:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYB1R-0004BX-PL for ged-emacs-devel@m.gmane.org; Wed, 19 Sep 2007 21:40:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IYB1N-0004BH-C3 for emacs-devel@gnu.org; Wed, 19 Sep 2007 21:40:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IYB1I-0004As-EO for emacs-devel@gnu.org; Wed, 19 Sep 2007 21:40:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYB1I-0004Ap-8L for emacs-devel@gnu.org; Wed, 19 Sep 2007 21:39:56 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IYB1H-0006v9-V5 for emacs-devel@gnu.org; Wed, 19 Sep 2007 21:39:56 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IYB0j-0002fw-0d; Wed, 19 Sep 2007 21:39:21 -0400 X-Spook: fissionable CNCIS MP5K-SD CBNRC broadside Glock Ruby X-Ran: (T.K6w`nB;+tiw|nD2,r=8yzv?cXE-NG?C5l#P-:a'mr1T{QSe,;W,7g~>N~2>OHck`}r{ X-Hue: black X-Attribution: GM In-Reply-To: (William Xue's message of "Wed, 19 Sep 2007 12:40:41 +0800") 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:79344 Archived-At: "William Xue" wrote: >> (add-hook 'eshell-output-filter-functions >> 'eshell-postoutput-scroll-to-bottom) > > Thanks, it makes things closer. > > Now, after hiting 'enter', the prompt is at the bottom, but when > input a letter, it will move one or two line up. Not for me (though maybe I don't understand what you mean).