From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] trivial patch, jumping cursor in term Date: Thu, 24 Sep 2009 10:11:18 -0700 (PDT) Message-ID: <200909241711.n8OHBIKh010274@godzilla.ics.uci.edu> 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 1253812396 7946 80.91.229.12 (24 Sep 2009 17:13:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Sep 2009 17:13:16 +0000 (UTC) Cc: Ivan Kanis , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 24 19:13:09 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 1MqrsS-0006vf-UQ for ged-emacs-devel@m.gmane.org; Thu, 24 Sep 2009 19:13:09 +0200 Original-Received: from localhost ([127.0.0.1]:50536 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MqrsS-0001CV-56 for ged-emacs-devel@m.gmane.org; Thu, 24 Sep 2009 13:13:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MqrsM-0001CQ-EN for emacs-devel@gnu.org; Thu, 24 Sep 2009 13:13:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MqrsI-0001CD-Ob for emacs-devel@gnu.org; Thu, 24 Sep 2009 13:13:02 -0400 Original-Received: from [199.232.76.173] (port=46498 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MqrsI-0001CA-Jp for emacs-devel@gnu.org; Thu, 24 Sep 2009 13:12:58 -0400 Original-Received: from barrelv2.ics.uci.edu ([128.195.1.114]:51869) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1MqrsI-0005HF-2f for emacs-devel@gnu.org; Thu, 24 Sep 2009 13:12:58 -0400 Original-Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by barrelv2.ics.uci.edu (8.13.8+Sun/8.13.8) with ESMTP id n8OHBJxc008659; Thu, 24 Sep 2009 10:11:19 -0700 (PDT) Original-Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id n8OHBIKh010274; Thu, 24 Sep 2009 10:11:18 -0700 (PDT) In-Reply-To: (Stefan Monnier's message of "Thu, 24 Sep 2009 11:02:20 -0400") Original-Lines: 25 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: n8OHBJxc008659 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:115584 Archived-At: Stefan Monnier writes: > >> 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. After your changes yesterday an error is thrown when using the above scenario: error in process filter: Wrong type argument: number-or-marker-p, nil Version 1.118 (i.e. just before your changes) does not do this.