From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jai Dayal Newsgroups: gmane.emacs.help Subject: Re: Ansi term and cursor. Date: Sun, 23 Mar 2014 19:43:38 -0400 Message-ID: References: <78b4d2d8-cb92-4372-94c3-cbce94cc888c@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1395618242 2245 80.91.229.3 (23 Mar 2014 23:44:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Mar 2014 23:44:02 +0000 (UTC) Cc: help-gnu-emacs To: vincenzo di somma Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 24 00:44:12 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WRs3n-0006Q1-RP for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Mar 2014 00:44:11 +0100 Original-Received: from localhost ([::1]:33878 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRs3n-0001xa-EJ for geh-help-gnu-emacs@m.gmane.org; Sun, 23 Mar 2014 19:44:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRs3c-0001x9-Ve for help-gnu-emacs@gnu.org; Sun, 23 Mar 2014 19:44:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WRs3c-0008If-33 for help-gnu-emacs@gnu.org; Sun, 23 Mar 2014 19:44:00 -0400 Original-Received: from mail-vc0-x230.google.com ([2607:f8b0:400c:c03::230]:54758) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRs3b-0008IX-UB for help-gnu-emacs@gnu.org; Sun, 23 Mar 2014 19:44:00 -0400 Original-Received: by mail-vc0-f176.google.com with SMTP id lc6so4984879vcb.35 for ; Sun, 23 Mar 2014 16:43:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=4THESEOkZA4IuPLIiVgBWq20DBccsPHUsUYApLKxuT8=; b=EGGbPxa+5pZjj85u9RkeuQv+O8Ti52G8A5AcCuqqwcfXCrmm7gIrzEgfTZkwnv9GS9 p1P1MWsGYGtaGJ+ZxVbrSUC27r5NMHGMLrDsSQQVLPwtxdaoqHA3D9Mjt7t7gsmVLGxC ftWV3BEcmsXmvMUT5kv1jqkSLtD29u2rvwS0BVRpKoF1C+mY8V92Anf1R5dg8yW9elxt nzMFkpQ6rJsrJotIGRq8c0Y9W0TV4qpt4lCx1xpiXFzhBZZUdzbyFyKQ7wkX+Jnl8XXr zdZzgTnhfKgkCcoIN1GLYb3vlCqULEZ5ZgfQIdJpyL8aB360PdmmgP4JWYRVSK4mpkG2 8P7Q== X-Received: by 10.58.207.74 with SMTP id lu10mr47219853vec.15.1395618239167; Sun, 23 Mar 2014 16:43:59 -0700 (PDT) Original-Received: by 10.221.42.10 with HTTP; Sun, 23 Mar 2014 16:43:38 -0700 (PDT) In-Reply-To: <78b4d2d8-cb92-4372-94c3-cbce94cc888c@googlegroups.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c03::230 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:96701 Archived-At: C-c C-j to enter char mode then move around, copy what you need, etc.. use it exactly like standard emacs then C-c C-k to get back to line mode where it acts like a terminal. On Sun, Mar 23, 2014 at 7:34 PM, vincenzo di somma < vincenzo.disomma@gmail.com> wrote: > Hi all, > I'm using ansi-term on GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version > 3.8.2) of 2013-07-27 on roseapple, modified by Debian. > In ansi-term, I have the following issue: with the cursor at the end of > the line I move back using C- <- or Alt- <- I see the cursor moving back, > but as soon as I type the cursor is back at the end of the line. > Is there a way to fix it? > Thanks, > vds >