From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "William Xue" Newsgroups: gmane.emacs.devel Subject: ls in eshell will cause the prompt jumped to mid of buf Date: Tue, 18 Sep 2007 13:58:34 +0800 Organization: SMILING Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1190095144 8367 80.91.229.12 (18 Sep 2007 05:59:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 Sep 2007 05:59:04 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 18 07:59:03 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 1IXW6v-000467-4f for ged-emacs-devel@m.gmane.org; Tue, 18 Sep 2007 07:59:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IXW6t-0002fm-Og for ged-emacs-devel@m.gmane.org; Tue, 18 Sep 2007 01:58:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IXW6q-0002fM-RF for emacs-devel@gnu.org; Tue, 18 Sep 2007 01:58:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IXW6n-0002cY-Sq for emacs-devel@gnu.org; Tue, 18 Sep 2007 01:58:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IXW6n-0002cB-Mn for emacs-devel@gnu.org; Tue, 18 Sep 2007 01:58:53 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.183]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IXW6n-0006Ba-AC for emacs-devel@gnu.org; Tue, 18 Sep 2007 01:58:53 -0400 Original-Received: by wa-out-1112.google.com with SMTP id k34so2236376wah for ; Mon, 17 Sep 2007 22:58:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:to:subject:from:organization:content-type:mime-version:content-transfer-encoding:message-id:user-agent; bh=GW/ZpbKyAHfHt63zQxQMtzi//7j5Qg1/xaNvhO8SL5w=; b=fp+xyqwicHakXRRngrdvIBF62KQ2wo5K9bk8WKlL0RgpbPNg1uX16U7Rc4MaY61B0y6yWIIF+J3aMG7I+CM0bYgV/NlvncsTb5RnXk5tqzdcHeM+4M8+AA+tWZ1hD6EPb0eXlNy86gW+Uz6rHeUrik0h3T/PM09l9WS7YIa1pt0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:to:subject:from:organization:content-type:mime-version:content-transfer-encoding:message-id:user-agent; b=FCSmXkQ0TLy+vjGUn2bZLNzS04R3M9Yw0XspYPXtBO5T1MS+goTflTf0BI3GAwRV0Qhi9E1/xzLQEsUwViSP90Dgci3tKCxBhRQ/mtdYnqS0sOz8lE+XvfvWQ/JG/pZqO4OghJJn1smc1Du722q1o1AmcVGY2LXo7TfcC9Cqzk4= Original-Received: by 10.114.209.1 with SMTP id h1mr1262140wag.1190095125301; Mon, 17 Sep 2007 22:58:45 -0700 (PDT) Original-Received: from smiling ( [222.92.124.222]) by mx.google.com with ESMTPS id k23sm7764031waf.2007.09.17.22.58.40 (version=SSLv3 cipher=OTHER); Mon, 17 Sep 2007 22:58:41 -0700 (PDT) User-Agent: Opera Mail/9.50 (Win32) X-Detected-Kernel: Linux 2.6 (newer, 2) 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:79176 Archived-At: in eshell, if the files listed by ls are too many to display in current view of the buf, the prompt will scroll to the midle of it. I encounted this issue in emacs-unicode-2 in windows xp and 22.0.91.1 in ubuntu. Is there something incorrect in my .emacs or a bug in eshell? Thanks!