help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problems using tramp with emacs 26 on windows 10


From: Steinar Bang
Subject: Problems using tramp with emacs 26 on windows 10
Date: Fri, 29 Jun 2018 19:28:55 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (windows-nt)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]