all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Max Brieiev <max.brieiev@gmail.com>
To: guix-devel@gnu.org
Subject: Re: emacs tramp in remote guix
Date: Wed, 16 Feb 2022 12:43:14 +0200	[thread overview]
Message-ID: <87bkz7148t.fsf@gmail.com> (raw)
In-Reply-To: <87a6evm6u4.fsf@jpoiret.xyz> (Josselin Poiret's message of "Sun,  13 Feb 2022 10:52:35 +0100")

Also in latest master, Emacs exposed new user options
connection-local-profile-alist and connection-local-criteria-alist.

On guix machine dired complained, when I used /sudo:: about missing ls command,
and the following fixed it for me:

(add-to-list 'connection-local-profile-alist
             '(tramp-guix-connection-local (tramp-remote-path tramp-own-remote-path)))

(add-to-list 'connection-local-criteria-alist
             `((:application tramp :protocol "sudo" :machine ,(system-name))
               tramp-guix-connection-local))


      reply	other threads:[~2022-02-16 13:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87h795s97x.fsf.ref@yahoo.com.br>
2022-02-11 15:40 ` emacs tramp in remote guix Antonio Carlos Padoan Junior
2022-02-12  2:42   ` Mikhail Kryshen
2022-02-12 11:30     ` Josselin Poiret
2022-02-12 18:04       ` Antonio Carlos Padoan Junior
2022-02-12 18:14         ` Maxime Devos
2022-02-13  9:52           ` Josselin Poiret
2022-02-16 10:43             ` Max Brieiev [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bkz7148t.fsf@gmail.com \
    --to=max.brieiev@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.