From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul K Newsgroups: gmane.emacs.help Subject: Re: tramp X forwarding howto Date: Thu, 5 Sep 2013 11:29:31 +0200 Message-ID: References: <8738pkg9dn.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1378373384 2326 80.91.229.3 (5 Sep 2013 09:29:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Sep 2013 09:29:44 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Michael Albinus Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 05 11:29:48 2013 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 1VHVsm-0005mK-M9 for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Sep 2013 11:29:44 +0200 Original-Received: from localhost ([::1]:57759 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHVsm-0006g3-9x for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Sep 2013 05:29:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46685) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHVsb-0006fy-IS for help-gnu-emacs@gnu.org; Thu, 05 Sep 2013 05:29:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHVsa-0003h0-FR for help-gnu-emacs@gnu.org; Thu, 05 Sep 2013 05:29:33 -0400 Original-Received: from mail-qe0-x232.google.com ([2607:f8b0:400d:c02::232]:59428) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHVsa-0003gv-Ad for help-gnu-emacs@gnu.org; Thu, 05 Sep 2013 05:29:32 -0400 Original-Received: by mail-qe0-f50.google.com with SMTP id a11so788485qen.23 for ; Thu, 05 Sep 2013 02:29:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=4rcpuPpNa6I9yOb5OVjG/RASzVcL6pB33J7i0f7fH00=; b=HmWmlhkAjg/d+9IzM9SUQYRQQTWqnRZkt1wBRwCFna8P41pq78L6I8URh7E05YaXja c3ZTCV9tzmFHu5S3wr7RKdb9ZIzptogvU0YKTVZUPMEYJL2DiYMnSE3N1sn565OpKBsv Qawdvz/5tVq/H89HSnpSYbR7FMsI9IDgBsu0CtNE7hKp7d0ujzrghhOPojGsKTIU/DNI g98ktXuhMILAJo8C7r3Y/TWAcf7PcPQNVoU0Vtd4I2alC/JWHFtmOjuVOLqCEiqVBDOs qhIkssz8LnLv5iFitJMkEZhQ6H/N4UtHretC7H7zY+tEkHSDhJE7r5gW5zSz8U5J15j3 XtLA== X-Received: by 10.224.70.84 with SMTP id c20mr8696758qaj.33.1378373371789; Thu, 05 Sep 2013 02:29:31 -0700 (PDT) Original-Received: by 10.49.59.198 with HTTP; Thu, 5 Sep 2013 02:29:31 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c02::232 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:93267 Archived-At: Michael, I just found the solution on: http://www.gnu.org/software/tramp/#Remote-processes now it works! sorry for bothering You. best regards, Paul On Thu, Sep 5, 2013 at 11:09 AM, Paul K wrote: > Hallo Michael, > > it is: > 2.2.6-24.3 > > ps. > tramp is wonderful module! Thank You for that. > > > > On Wed, Sep 4, 2013 at 12:37 PM, Michael Albinus wrote: > >> Paul K writes: >> >> > Hallo people. >> >> Hi Paul, >> >> > I visit remote directory of my linux box. >> > I want to run some X application for some remote file, but I get some >> error >> > message: >> > >> > Gtk-WARNING **: cannot open display: >> > >> > >> > My *Messages* buffer also tells: >> > >> > Tramp: Sending command `exec ssh -q -o >> > ControlPath=/tmp/tramp.29890nH.%r@%h:%p >> > -o ControlMaster=yes -e none RHEL6-64' >> > >> > `RHEL6-64' is the name of my remote linux box. >> > >> > I do not see `-Y' argument in the ssh command. Is this the reason? >> > >> > how can I instruct tramp to use this argument ? >> >> Which Tramp version are you running? Apply "C-h v tramp-version". >> >> > best regards, >> >> Best regards, Michael. >> > >