From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matt McClure Newsgroups: gmane.emacs.help Subject: Re: Emacs Remote Python Interpreters Date: Tue, 5 Jun 2012 14:49:32 -0400 Message-ID: References: <87k3zmnqwd.fsf@gmx.de> <87ehpt91b9.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1338922194 21848 80.91.229.3 (5 Jun 2012 18:49:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 5 Jun 2012 18:49:54 +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 Tue Jun 05 20:49:51 2012 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 1SbypA-00016Q-3I for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Jun 2012 20:49:48 +0200 Original-Received: from localhost ([::1]:32778 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sbyp9-00005s-Ui for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Jun 2012 14:49:47 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:38618) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sbyp1-0008Ql-Va for help-gnu-emacs@gnu.org; Tue, 05 Jun 2012 14:49:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sbyox-0004WP-21 for help-gnu-emacs@gnu.org; Tue, 05 Jun 2012 14:49:39 -0400 Original-Received: from mail-gg0-f169.google.com ([209.85.161.169]:46240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sbyow-0004W9-RF for help-gnu-emacs@gnu.org; Tue, 05 Jun 2012 14:49:34 -0400 Original-Received: by ggm4 with SMTP id 4so5003203ggm.0 for ; Tue, 05 Jun 2012 11:49:33 -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:content-transfer-encoding; bh=gWypdJBNrUHY5h4BnW0M0whuVYMeDRXKUAx6oGVNiWQ=; b=K2m99WsHNfGTDFftx0E90IhlaJcEDwgjzSNIkPF4mCBWVf664EWxn0Dy3uqECugtCU 18DTnpI+QnWDSaOHh2/YXhEdvZ/zsavMSme5hw35xkHCQbJVEK1A2WT27rU9ktVqF84W 0lcRCDXOoX1p+zd+jWyzOfaUVtBwY2ZkFkp3BIgyQHGLdWjPYFTRyntApc5U65msk28R cQ8+HIhI5tpXb05JCcwHQZwf5PD+eqh/MEfmxEJEJlqsqpw62CuN5DqkJOnjeMfUH1hx oy2C1zonAKFfptFvvLkITLAdVech96S8DC8kwOrjnx3m8dDGbwNFjF2eUiWBsHsfvUS9 vn4g== Original-Received: by 10.50.89.169 with SMTP id bp9mr4056047igb.59.1338922172719; Tue, 05 Jun 2012 11:49:32 -0700 (PDT) Original-Received: by 10.50.87.39 with HTTP; Tue, 5 Jun 2012 11:49:32 -0700 (PDT) In-Reply-To: <87ehpt91b9.fsf@gmx.de> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.161.169 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:85120 Archived-At: Hi Michael, On Tue, Jun 5, 2012 at 12:21 PM, Michael Albinus w= rote: > Hmm, maybe you could put emacs.py somewhere on the remote host. Then you > must instruct Tramp the remote PYTHONPATH, like > > (add-to-list 'tramp-remote-process-environment > =A0 =A0 =A0 =A0 =A0 =A0 "PYTHONPATH=3D/path/where/emacs.py/is/located") python.el has some other TRAMP-compatibility problems. I started to hack on them and keep notes here: https://github.com/matthewlmcclure/tramp-virtualenv I'd be curious to get some feedback from Emacs committers to find out if this is on a track that could be merged upstream, or if I should take a different approach. --=20 Matt McClure http://www.matthewlmcclure.com http://www.mapmyfitness.com/profile/matthewlmcclure