From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: GuixSD and TRAMP Date: Thu, 20 Oct 2016 23:00:35 +0200 Message-ID: <87wph2ybv0.fsf@gnu.org> References: <87y41k2d4o.fsf@dustycloud.org> <87wph42bp3.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40477) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bxKSB-0001VS-DF for help-guix@gnu.org; Thu, 20 Oct 2016 17:00:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bxKS6-0003ht-Co for help-guix@gnu.org; Thu, 20 Oct 2016 17:00:43 -0400 In-Reply-To: <87wph42bp3.fsf@dustycloud.org> (Christopher Allan Webber's message of "Wed, 19 Oct 2016 17:52:56 -0500") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Christopher Allan Webber Cc: help-guix Christopher Allan Webber skribis: > Ho-ho, it turns out the snippet Ludo pasted me on IRC was the answer > after all: > > ;; Make sure we work on remote guixsd machines :) > ;; probably only helps if you start on a guixsd machine..! > (setq tramp-remote-path > (append tramp-remote-path > '(tramp-own-remote-path))) Good to know! Should we patch Emacs or something so that it works by default? IIRC Tramp invokes =E2=80=98getconf PATH=E2=80=99 on the remote machine, wh= ich is totally useless on GuixSD and hardly fixable: $ getconf PATH /bin:/usr/bin (For the record, it returns the value of libc=E2=80=99s =E2=80=98_PATH_DEFP= ATH=E2=80=99 constant, which doesn=E2=80=99t make much sense on non-FHS systems.) Ludo=E2=80=99.