From: Steinar Bang <sb@dod.no>
To: help-gnu-emacs@gnu.org
Subject: Problems using tramp with emacs 26 on windows 10
Date: Fri, 29 Jun 2018 19:28:55 +0200 [thread overview]
Message-ID: <upzca7rdec2w.fsf@dod.no> (raw)
I've just switched from using emacs 25.3 to emacs 26, and my tramp setup
stopped working.
I have the following setting:
;; tramp settings
(when windows-emacs
(require 'tramp)
(setenv "PATH" (concat "C:\\Program Files\\PuTTY;" (getenv "PATH")))
(setq tramp-default-method "plink"))
When I try accessing a tramp directory, eg. like this:
C-x d /myuser@mycomputer.mydomain.com: RET
I get the following response:
d:/:
d:/wildcard myuser@mycomputer.mydomain.com:
(No match)
total used in directory 0 available 29362780
My home directory is on the D: drive while emacs has been installed on
the C: drive.
Does anyone know what might cause this?
Does anyone know how I can fix this?
Thanks!
- Steinar
next reply other threads:[~2018-06-29 17:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-29 17:28 Steinar Bang [this message]
2018-06-29 17:43 ` Problems using tramp with emacs 26 on windows 10 Eli Zaretskii
2018-06-29 19:19 ` Steinar Bang
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=upzca7rdec2w.fsf@dod.no \
--to=sb@dod.no \
--cc=help-gnu-emacs@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).