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: Re: ls in eshell will cause the prompt jumped to mid of buf Date: Thu, 20 Sep 2007 16:30:35 +0800 Organization: SMILING Message-ID: References: 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 1190277055 24318 80.91.229.12 (20 Sep 2007 08:30:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Sep 2007 08:30:55 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: "Glenn Morris" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 20 10:30:54 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 1IYHR0-0001LA-78 for ged-emacs-devel@m.gmane.org; Thu, 20 Sep 2007 10:30:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYHQy-0008WS-2a for ged-emacs-devel@m.gmane.org; Thu, 20 Sep 2007 04:30:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IYHQu-0008Vb-2F for emacs-devel@gnu.org; Thu, 20 Sep 2007 04:30:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IYHQs-0008V6-HA for emacs-devel@gnu.org; Thu, 20 Sep 2007 04:30:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYHQs-0008V3-Bk for emacs-devel@gnu.org; Thu, 20 Sep 2007 04:30:46 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.180]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IYHQr-0007Tz-W4 for emacs-devel@gnu.org; Thu, 20 Sep 2007 04:30:46 -0400 Original-Received: by wa-out-1112.google.com with SMTP id k34so544557wah for ; Thu, 20 Sep 2007 01:30: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:cc:content-type:mime-version:references:content-transfer-encoding:message-id:in-reply-to:user-agent; bh=n16iNBCF2hJo5KmqL2Ls+TWr3OT2ksspoyf6YGck5eg=; b=UMoxJt5blpd4bDT4gfbaYrAgvCysvMOgOQ+ictimksOVycqpthUQv6gBjCR+jTUb5lIqOCcuNicaajbQqRsj2gESChmkmMi9jqBGSnQB+VL6aFxDBRnBI499l48EJYidhwc015fZJOrvunGiSgL6rWEB9thxV2aABu0q8SXGDNs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:to:subject:from:organization:cc:content-type:mime-version:references:content-transfer-encoding:message-id:in-reply-to:user-agent; b=Ok716XlLSbuLpcdtK/m5Rn+tMPZpOA3DJzwycm7UR1VMuE5C1WfQ+UxAll2/2pDw4ohxzAQxAdREq0BhhXn8B43XGlsI8GZcLEBapnUoUADdqW3AuEMNZDwTkK6CQoyYRG590ah2josM8tmK9libldgEUP/dn69q3oD9D9IHB7k= Original-Received: by 10.115.32.1 with SMTP id k1mr1033579waj.1190277044784; Thu, 20 Sep 2007 01:30:44 -0700 (PDT) Original-Received: from smiling ( [222.92.124.222]) by mx.google.com with ESMTPS id b8sm3048947rvf.2007.09.20.01.30.41 (version=SSLv3 cipher=OTHER); Thu, 20 Sep 2007 01:30:43 -0700 (PDT) In-Reply-To: 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:79360 Archived-At: On Thu, 20 Sep 2007 16:13:39 +0800, Glenn Morris wrote: > "William Xue" wrote: > >>>> Now, after hiting 'enter', the prompt is at the bottom, but when >>>> input a letter, it will move one or two line up. > [...] >> You can see the different between e:\sc_tmp_13.png and e:\sc_tmp_14.png. > > Yes, I can. It doesn't do that for me though. I found the issue only occured in the default 'emacs -q' started window. After I changed the window size, it works very well.