all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: Luca Ferrari <fluca1978@gmail.com>
Cc: help-gnu-emacs <help-gnu-emacs@gnu.org>,
	Tim Visher <tim.visher@gmail.com>
Subject: Re: cannot ssh edit a file
Date: Tue, 23 Feb 2021 17:40:00 +0100	[thread overview]
Message-ID: <8735xmeo0v.fsf@gmx.de> (raw)
In-Reply-To: <CAHa53uxhxRL5-ORe=NPgjaZEogf3gH0+ZGLssVPDBZNUHFChTA@mail.gmail.com> (Tim Visher's message of "Tue, 23 Feb 2021 10:44:47 -0500")

Tim Visher <tim.visher@gmail.com> writes:

> Until you can use that ssh command and get a prompt that's exactly `$
> ` I don't think there's much else (I at least) can do to help you. I
> don't know zsh at all so I can't help you figure out why your prompt
> customization isn't helping. Perhaps zsh has a mailing list or other
> forum you can use?

Tramp 2.5 has some better support for settins zsh options. You could try:

- Install Tramp 2.5.0.1 from GNU ELPA. It shall be compatible with Emacs 26.

- Assure, that your Emacs uses this Tramp package, and not the builtin
  one. Once you have loaded Tramp, check variable tramp-version.

- Apply the following setting in your .emacs, prior accessing the remote
  host:

     (add-to-list 'tramp-connection-properties
                  (list (regexp-quote "/sshx:user@host:")
                        "remote-shell" "/usr/bin/zsh"))

  "user" and "host" must be adapted.

- Use "sshx" to open a remote file, like "C-x C-f /sshx:user@host:".

Best regards, Michael.



      parent reply	other threads:[~2021-02-23 16:40 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-20  9:43 cannot ssh edit a file Luca Ferrari
2021-02-20 13:21 ` Leo Butler
2021-02-20 15:22   ` Luca Ferrari
2021-02-20 15:42     ` Luca Ferrari
2021-02-20 15:45 ` Tim Visher
2021-02-20 16:35   ` Óscar Fuentes
2021-02-21  9:55   ` Luca Ferrari
2021-02-21 14:26     ` Tim Visher
2021-02-21 15:30     ` Michael Albinus
2021-02-22  7:59       ` Luca Ferrari
2021-02-22  8:38         ` Michael Albinus
2021-02-22 14:56           ` Luca Ferrari
2021-02-22 15:06             ` Michael Albinus
2021-02-22 16:00               ` Luca Ferrari
2021-02-22 16:45                 ` Tim Visher
2021-02-22 17:37                   ` Michael Albinus
2021-02-22 18:54                     ` Tim Visher
2021-02-23  8:19                       ` Luca Ferrari
2021-02-23 15:44                         ` Tim Visher
2021-02-23 16:25                           ` Luca Ferrari
2021-02-23 16:37                             ` Tim Visher
2021-02-23 16:44                               ` Michael Albinus
2021-03-15 15:56                                 ` Luca Ferrari
2021-03-15 16:27                                   ` Michael Albinus
2021-03-18 10:40                                     ` Luca Ferrari
2021-03-18 11:57                                       ` Michael Albinus
2021-02-23 16:40                           ` Michael Albinus [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=8735xmeo0v.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=fluca1978@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=tim.visher@gmail.com \
    /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/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.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.