From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: move-end-of-line in comint buffers Date: Tue, 20 Feb 2007 19:44:58 -0500 Message-ID: References: <87ejol4c57.fsf@cs.cmu.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1172047256 10505 80.91.229.12 (21 Feb 2007 08:40:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Feb 2007 08:40:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Welsh Duggan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 21 09:40:50 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 1HJn1t-0004uw-J5 for ged-emacs-devel@m.gmane.org; Wed, 21 Feb 2007 09:40:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HJn1t-0005WW-4l for ged-emacs-devel@m.gmane.org; Wed, 21 Feb 2007 03:40:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HJn0w-00057a-5G for emacs-devel@gnu.org; Wed, 21 Feb 2007 03:39:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HJn0v-00056p-Of for emacs-devel@gnu.org; Wed, 21 Feb 2007 03:39:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HJn0v-00056X-Cs for emacs-devel@gnu.org; Wed, 21 Feb 2007 03:39:49 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HJn0v-0000bq-1u for emacs-devel@gnu.org; Wed, 21 Feb 2007 03:39:49 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HJmzU-0004c2-8R; Wed, 21 Feb 2007 03:38:20 -0500 In-reply-to: <87ejol4c57.fsf@cs.cmu.edu> (message from Michael Welsh Duggan on Tue, 20 Feb 2007 00:43:32 -0500) 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:66573 Archived-At: 1) Type `M-x shell RET' 2) Type in a command (or any random junk) that wraps to the next visible line 3) Type `C-p'. The point should now be at the beginning of the prompt. 4) Type `C-e'. The point is now at the end of the prompt / beginning of the command. 5) Type `C-e'. The point is now at the end of the visible line. 6) Type `C-e'. The point is now at the end of the actual line. Behavior (5) above is unexpected. It seems like a bug to me. C-e is not supposed to stop at the end of the screen line. Would someone please fix this, then ack?