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: [PATCH] trivial patch, jumping cursor in term Date: Thu, 24 Sep 2009 11:02:20 -0400 Message-ID: References: <86d45hhia4.fsf@kanis.fr> <868wg4demq.fsf@kanis.fr> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1253805117 13084 80.91.229.12 (24 Sep 2009 15:11:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Sep 2009 15:11:57 +0000 (UTC) Cc: dann@ics.uci.edu, emacs-devel@gnu.org To: Ivan Kanis Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 24 17:11:49 2009 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 1Mqpz3-00076B-6H for ged-emacs-devel@m.gmane.org; Thu, 24 Sep 2009 17:11:49 +0200 Original-Received: from localhost ([127.0.0.1]:41475 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mqpz2-0004jP-Gb for ged-emacs-devel@m.gmane.org; Thu, 24 Sep 2009 11:11:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mqpyx-0004jG-CD for emacs-devel@gnu.org; Thu, 24 Sep 2009 11:11:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mqpyt-0004ix-Mc for emacs-devel@gnu.org; Thu, 24 Sep 2009 11:11:43 -0400 Original-Received: from [199.232.76.173] (port=55277 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mqpyt-0004it-Iy for emacs-devel@gnu.org; Thu, 24 Sep 2009 11:11:39 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:5901 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mqpys-00051i-Pw for emacs-devel@gnu.org; Thu, 24 Sep 2009 11:11:38 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqIEAKwou0pFpZBo/2dsb2JhbACBUtV0hBsFh34 X-IronPort-AV: E=Sophos;i="4.44,445,1249272000"; d="scan'208";a="46500569" Original-Received: from 69-165-144-104.dsl.teksavvy.com (HELO ceviche.home) ([69.165.144.104]) by ironport2-out.pppoe.ca with ESMTP; 24 Sep 2009 11:11:38 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 5AAF8B407F; Thu, 24 Sep 2009 11:02:20 -0400 (EDT) In-Reply-To: <868wg4demq.fsf@kanis.fr> (Ivan Kanis's message of "Thu, 24 Sep 2009 08:46:05 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: 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:115582 Archived-At: >> The C-x 2 doesn't do anything here, so I don't know how to reproduce >> your problem. > Here I hope are better steps: > emacs -Q > M-x term > RET (it default to /bin/bash here) > C-c C-j (switch to line mode) > C-x 2 > RET (the cursor jumps to the top right) I see it now, thank you. >> I've installed the patch below instead. Can you confirm it works as well? > I have applied it and I am afraid it doesn't work. You should probably > back it out. Hmm... it should have *exactly* the same effect as your patch. Stefan