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: tramp X forwarding howto Date: Wed, 4 Sep 2013 10:59:07 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1378285160 19846 80.91.229.3 (4 Sep 2013 08:59:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Sep 2013 08:59:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 04 10:59:24 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 1VH8vp-0005Dp-Vx for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Sep 2013 10:59:22 +0200 Original-Received: from localhost ([::1]:51151 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VH8vp-0001Ax-M9 for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Sep 2013 04:59:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VH8vd-0001Ah-3o for help-gnu-emacs@gnu.org; Wed, 04 Sep 2013 04:59:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VH8vc-0005mf-1R for help-gnu-emacs@gnu.org; Wed, 04 Sep 2013 04:59:09 -0400 Original-Received: from mail-qa0-x22e.google.com ([2607:f8b0:400d:c00::22e]:61170) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VH8vb-0005mb-Sp for help-gnu-emacs@gnu.org; Wed, 04 Sep 2013 04:59:07 -0400 Original-Received: by mail-qa0-f46.google.com with SMTP id i13so1851760qae.19 for ; Wed, 04 Sep 2013 01:59:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=v75DyBURMBVUASQLwHgc7aAiUGH2ci+c7hSnn0fzcrA=; b=C0hxQNVZmxUbXh6E1DhTJ+KB0TSbAZ7xXIlggZtjs0dXs0wKIBuMRlfa0AFcdB+fse DV81ELc0AMJYlQLQ4AD0q35HM75/tz38DCG2fXM9+bg67KbG65G0Sb1MaZxf/deTJJO/ B3eaXo0YLcFBe19aCmCYQ7rh989rXWKOudCxPzQ93LWn3sYm+d7+6pw0lHAHyYZUsOdC 1EpBkOnVfSot+QNaugGpBqdIzxt+MHibVHuTuMuS8VCSES3P+wq5Ndwh80tSlqkKDCGh cPHvVqk421MwiqPJxM5m0bRjF60yIuyjL9sGQU1h2vVb0X1miY+RxWA2By5eaYx6JYPK +oVA== X-Received: by 10.49.63.39 with SMTP id d7mr835437qes.78.1378285147214; Wed, 04 Sep 2013 01:59:07 -0700 (PDT) Original-Received: by 10.49.59.198 with HTTP; Wed, 4 Sep 2013 01:59:07 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c00::22e 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:93237 Archived-At: Hallo people. 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 ? best regards,