From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ivan Kanis Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] trivial patch, jumping cursor in term Date: Thu, 24 Sep 2009 08:46:05 +0200 Message-ID: <868wg4demq.fsf@kanis.fr> References: <86d45hhia4.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 1253805483 14647 80.91.229.12 (24 Sep 2009 15:18:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Sep 2009 15:18:03 +0000 (UTC) Cc: dann@ics.uci.edu, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 24 17:17:56 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 1Mqq4x-0000wu-NZ for ged-emacs-devel@m.gmane.org; Thu, 24 Sep 2009 17:17:55 +0200 Original-Received: from localhost ([127.0.0.1]:32857 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mqq4x-0007OR-00 for ged-emacs-devel@m.gmane.org; Thu, 24 Sep 2009 11:17:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mqi6L-000414-H1 for emacs-devel@gnu.org; Thu, 24 Sep 2009 02:46:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mqi6J-0003yl-SY for emacs-devel@gnu.org; Thu, 24 Sep 2009 02:46:48 -0400 Original-Received: from [199.232.76.173] (port=56821 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mqi6J-0003yb-OQ for emacs-devel@gnu.org; Thu, 24 Sep 2009 02:46:47 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:7402) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mqi6J-00015f-8j for emacs-devel@gnu.org; Thu, 24 Sep 2009 02:46:47 -0400 Original-Received: from kanis.fr ([75.127.73.245]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mqi6D-0004aA-OU for emacs-devel@gnu.org; Thu, 24 Sep 2009 02:46:41 -0400 Original-Received: from [89.83.137.164] (helo=tao) by kanis.fr with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1Mqi66-0007If-HN; Thu, 24 Sep 2009 02:46:34 -0400 In-Reply-To: (Stefan Monnier's message of "Wed, 23 Sep 2009 22:15:22 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by mx20.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Mailman-Approved-At: Thu, 24 Sep 2009 11:17:47 -0400 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:115583 Archived-At: Hello Stefan, Stefan Monnier wrote: > 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 am running Ubuntu 8.4, emacs 23.1 and TERM is set to eterm-color. I hope you can reproduce it. > 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. -- Ivan Kanis http://kanis.fr Personally I'm always ready to learn, although I do not always like being taught. -- Winston Churchill