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

* Re: Problems using tramp with emacs 26 on windows 10
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2018-06-29 17:43 UTC (permalink / raw)
  To: help-gnu-emacs

> From: Steinar Bang <sb@dod.no>
> Date: Fri, 29 Jun 2018 19:28:55 +0200
> 
> 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?

Isn't this what NEWS is talking about?

  ** Tramp

  *** The method part of remote file names is mandatory now.
  A valid remote file name starts with "/method:host:" or
  "/method:user@host:".

  *** The new pseudo method "-" is a marker for the default method.
  "/-::" is the shortest remote file name then.



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

* Re: Problems using tramp with emacs 26 on windows 10
  2018-06-29 17:43 ` Eli Zaretskii
@ 2018-06-29 19:19   ` Steinar Bang
  0 siblings, 0 replies; 3+ messages in thread
From: Steinar Bang @ 2018-06-29 19:19 UTC (permalink / raw)
  To: help-gnu-emacs

>>>>> Eli Zaretskii <eliz@gnu.org>:

> Isn't this what NEWS is talking about?

>   ** Tramp

>   *** The method part of remote file names is mandatory now.
>   A valid remote file name starts with "/method:host:" or
>   "/method:user@host:".

>   *** The new pseudo method "-" is a marker for the default method.
>   "/-::" is the shortest remote file name then.

Thanks!



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