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: Tue, 25 Oct 2016 10:16:47 +0200 Message-ID: <874m40c07k.fsf@gnu.org> References: <87y41k2d4o.fsf@dustycloud.org> <87wph42bp3.fsf@dustycloud.org> <87wph2ybv0.fsf@gnu.org> <87r379anuq.fsf@gmail.com> 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]:33392) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bywui-0003Sj-Mu for help-guix@gnu.org; Tue, 25 Oct 2016 04:16:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bywuf-00044F-FR for help-guix@gnu.org; Tue, 25 Oct 2016 04:16:52 -0400 In-Reply-To: <87r379anuq.fsf@gmail.com> (Alex Kost's message of "Fri, 21 Oct 2016 15:27:41 +0300") 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: Alex Kost Cc: help-guix Alex Kost skribis: > Ludovic Court=C3=A8s (2016-10-20 23:00 +0200) wrote: > >> 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))) > > I also add 'tramp-own-remote-path' to tramp-remote-path in my emacs > config; as well as Ricardo and David. > >> Good to know! >> >> Should we patch Emacs or something so that it works by default? > > Just to mention, a year ago David and I (and probably Ricardo) also > agreed that it would be good to patch our Emacs for this. It's just > that no one have sent such a patch since then :-) Good, let=E2=80=99s all add it to our to-do list then. ;-) Looks like it shouldn=E2=80=99t be hard to address and would save people a = lot of time. Ludo=E2=80=99.