From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: shell-mode: point left in the wrong place after output Date: Thu, 19 Jun 2008 22:06:53 -0400 Message-ID: References: <18523.1780.184643.414316@gargle.gargle.HOWL> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1213927630 1568 80.91.229.12 (20 Jun 2008 02:07:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Jun 2008 02:07:10 +0000 (UTC) Cc: emacs-devel@gnu.org To: raman@users.sf.net Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 20 04:07:54 2008 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 1K9W2a-0006ZG-AW for ged-emacs-devel@m.gmane.org; Fri, 20 Jun 2008 04:07:52 +0200 Original-Received: from localhost ([127.0.0.1]:38762 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9W1l-0005pC-I3 for ged-emacs-devel@m.gmane.org; Thu, 19 Jun 2008 22:07:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K9W1h-0005nb-GO for emacs-devel@gnu.org; Thu, 19 Jun 2008 22:06:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K9W1f-0005lh-Sn for emacs-devel@gnu.org; Thu, 19 Jun 2008 22:06:57 -0400 Original-Received: from [199.232.76.173] (port=49631 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9W1f-0005le-Q1 for emacs-devel@gnu.org; Thu, 19 Jun 2008 22:06:55 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:2831 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K9W1f-00019Y-7S for emacs-devel@gnu.org; Thu, 19 Jun 2008 22:06:55 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgMFAPCsWkjO+KWv/2dsb2JhbACBW65K X-IronPort-AV: E=Sophos;i="4.27,676,1204520400"; d="scan'208";a="22992334" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 19 Jun 2008 22:06:53 -0400 Original-Received: from pastel.home ([206.248.165.175]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id AIA67953; Thu, 19 Jun 2008 22:06:53 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 6653A848A; Thu, 19 Jun 2008 22:06:53 -0400 (EDT) In-Reply-To: <18523.1780.184643.414316@gargle.gargle.HOWL> (T. V. Raman's message of "Thu, 19 Jun 2008 18:25:08 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:99496 Archived-At: > This is using the latest CVS snapshot. I don't know what you mean by "CVS snapshot", but I'll assume you mean that you recently updated your CVS check out. > It looks like point gets left at the front of the inserted > outputfrom frm a shell command, rther than at the end. > Test: > See output below: > echo foo > foo I tried: emacs -Q M-x shell-mode RET echo foo RET and it worked just fine, with point ending right after the prompt. Can you provide a more precise recipe? Stefan