[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GuixSD and TRAMP
From: |
Ludovic Courtès |
Subject: |
Re: GuixSD and TRAMP |
Date: |
Thu, 20 Oct 2016 23:00:35 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Christopher Allan Webber <address@hidden> 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 ‘getconf PATH’ on the remote machine, which is
totally useless on GuixSD and hardly fixable:
$ getconf PATH
/bin:/usr/bin
(For the record, it returns the value of libc’s ‘_PATH_DEFPATH’
constant, which doesn’t make much sense on non-FHS systems.)
Ludo’.
- GuixSD and TRAMP, Christopher Allan Webber, 2016/10/19
- Re: GuixSD and TRAMP, Christopher Allan Webber, 2016/10/19
- Re: GuixSD and TRAMP,
Ludovic Courtès <=
- Re: GuixSD and TRAMP, Christopher Allan Webber, 2016/10/20
- Re: GuixSD and TRAMP, Alex Kost, 2016/10/21
- Re: GuixSD and TRAMP, myglc2, 2016/10/24
- Re: GuixSD and TRAMP, Christopher Allan Webber, 2016/10/25
- Re: GuixSD and TRAMP, Christopher Allan Webber, 2016/10/25
- Re: GuixSD and TRAMP, Ludovic Courtès, 2016/10/25