From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: kgold@watson.ibm.com (kgold) Newsgroups: gmane.emacs.help Subject: Re: Cursor movement screwy on remote sessions. Date: 23 Sep 2004 20:56:33 GMT Organization: IBM T.J. Watson Research Center Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <41533881_4@news1.prserv.net> References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1095972548 32604 80.91.229.6 (23 Sep 2004 20:49:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Sep 2004 20:49:08 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 23 22:49:04 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CAaWV-00020X-00 for ; Thu, 23 Sep 2004 22:49:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CAacX-0003Ct-Sq for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Sep 2004 16:55:17 -0400 X-Newsreader: xrn 9.02 Original-Newsgroups: gnu.emacs.help Original-NNTP-Posting-Host: yktgi01e0-s5.watson.ibm.com Original-X-Trace: 23 Sep 2004 20:56:33 GMT, yktgi01e0-s5.watson.ibm.com Original-Lines: 26 Original-X-Complaints-To: abuse@prserv.net Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!HSNX.atgi.net!cyclone-sf.pbi.net!151.164.30.34!cyclone.swbell.net!newsfeed.us.prserv.net!prserv.net!news1.prserv.net!alpha.watson.ibm.com!kgold Original-Xref: shelby.stanford.edu gnu.emacs.help:125487 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 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 Xref: main.gmane.org gmane.emacs.help:20841 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:20841 Ged Haywood writes: > I use emacs remotely all over the place. One particular problem gives > me great grief, only when using emacs remotely. > > The cursor doesn't reliably move to the place it's supposed to go to > on the screen, with the result that you're inserting/deleting text at > a place diffeent from the one you see on the screen until you refresh. > > The problem occurs mostly when I'm using an instance of Emacs which is > running on a machine in Sheffield, England, but I'm sitting in Ceret, > France running an xterm on my local machine. The screen is about 190 > columns dies and 70 rows. X is not running on the remote host and the > version of Emacs on there was compiled without X. Until today it was > version 21.2 but now it's 21.3 and that has made no difference to the > problem. > [snip] > Any suggestions? Another possibility. Do you have emacs on the local Ceret machine, or can you install it? The way I do remote editing is with ftp. emacs will automatically use ftp to read and write the file on the remote machine. Not only should it eliminate your problem, but performance should be much better, since editing is done locally. And you'll be using your emacs with your .emacs, not what they happen to install in Sheffield.