From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ajit Mylavarapu Newsgroups: gmane.emacs.help Subject: tramp questions Date: Sat, 30 Sep 2006 16:30:43 -0700 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1159659694 32290 80.91.229.2 (30 Sep 2006 23:41:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 30 Sep 2006 23:41:34 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 01 01:41:30 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GToSJ-0000LC-Q0 for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Oct 2006 01:41:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GToSJ-0000Ti-Aw for geh-help-gnu-emacs@m.gmane.org; Sat, 30 Sep 2006 19:41:15 -0400 Original-Path: shelby.stanford.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: deeplypipelined.stanford.edu Original-X-Trace: news.Stanford.EDU 1159659042 16249 128.12.167.126 (30 Sep 2006 23:30:42 GMT) Original-X-Complaints-To: news@news.stanford.edu User-Agent: Thunderbird 1.5.0.7 (X11/20060922) Original-Xref: shelby.stanford.edu gnu.emacs.help:142123 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: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37743 Archived-At: Hi, I am using tramp to access files over SSH. Everything is working mostly fine. There are two little problems (if you will), that I observe when using tramp: 1. When I open a new file over SSH, it takes a little while to open the file up. I understand that this is dependent on the speed of the connection and also the responsiveness of the remote box, but is there a way to speed this up? 2. Also, sometimes when I am editing a file, the cursor stops momentarily. This does not happen with local files. Is there a way that I can get rid of this problem, maybe by decreasing the frequency with which tramp communicates over SSH? Thanks for any help, Ajit.