From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Malte Spiess Newsgroups: gmane.emacs.help Subject: Re: ssh -X forwarding Date: Tue, 01 Jan 2008 19:18:53 +0100 Organization: Arcor Message-ID: <87zlvpwgs2.fsf@kirt.news.arcor.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199212923 14500 80.91.229.12 (1 Jan 2008 18:42:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Jan 2008 18:42:03 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 01 19:42:21 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J9m4C-0007Oi-NN for geh-help-gnu-emacs@m.gmane.org; Tue, 01 Jan 2008 19:42:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J9m3q-0003dv-Si for geh-help-gnu-emacs@m.gmane.org; Tue, 01 Jan 2008 13:41:58 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!feeder1-2.proxad.net!proxad.net!feeder2-2.proxad.net!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:v/xJrXwInyMyirFFMHJFa0buXxg= Original-Lines: 17 Original-NNTP-Posting-Date: 01 Jan 2008 19:18:53 CET Original-NNTP-Posting-Host: a1a10e9d.newsspool2.arcor-online.net Original-X-Trace: DXC=d67JaJ`hQZI78PK[oJ2ng@A9EHlD; 3YcB4Fo<]lROoRA4nDHegD_]REUl]7AfeBbWOjQd8F Original-X-Complaints-To: usenet-abuse@arcor.de Original-Xref: shelby.stanford.edu gnu.emacs.help:154999 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:50419 Archived-At: Jan Teichmann writes: > hello, > i'm forwarding my emacs session with "ssh -X -C" and it works, but the emacs > forwarding is so slowly. is their a possibility to cache the data on the > client computer, that scrolling and so on gets faster? I would rather recommend using tramp to solve this kind of a problem. You should have a look at it, it allows to open files via ssh on your local emacs. > thanks and wishing happy christmas > > jan Greetings Malte