unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Problems using tramp with emacs 26 on windows 10
@ 2018-06-29 17:28 Steinar Bang
  2018-06-29 17:43 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Steinar Bang @ 2018-06-29 17:28 UTC (permalink / raw)
  To: help-gnu-emacs

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-06-29 19:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-29 17:28 Problems using tramp with emacs 26 on windows 10 Steinar Bang
2018-06-29 17:43 ` Eli Zaretskii
2018-06-29 19:19   ` Steinar Bang

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).