unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* tramp doesn't work for me in 26.1 but does in 25.3
@ 2018-06-19 22:33 Kevin Layer
  2018-06-19 22:43 ` Kevin Layer
  2018-06-20  1:16 ` Phil Sainty
  0 siblings, 2 replies; 3+ messages in thread
From: Kevin Layer @ 2018-06-19 22:33 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 819 bytes --]

Same .emacs.  I'd like to debug it, but I've spent 30 minutes looking
through tramp.el (in 26.1) and comparing various variables, side by side,
in 26.1 and 25.3.  No diffs, so far.

When I C-x C-f /machinename:/dir TAB I get nothing.  I do (require 'tramp)
and in 25.3 when it starts up I see various messages in the minibuffer:

Tramp: Opening connection for rick using scp...
Tramp: Sending command ‘exec ssh   -o ControlMaster=auto -o
ControlPath='tramp.%r@%h:%p' -o ControlPersist=no -e none rick’
Tramp: Waiting for prompts from remote shell...done
Tramp: Found remote shell prompt on ‘rick’
Tramp: Opening connection for rick using scp...done


On 26.1 I see none of these (even looking through *Messages*).

tramp-default-method is the same in both versions (scp).


Ideas?  Thanks.

[-- Attachment #2: Type: text/html, Size: 1056 bytes --]

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

* Re: tramp doesn't work for me in 26.1 but does in 25.3
  2018-06-19 22:33 tramp doesn't work for me in 26.1 but does in 25.3 Kevin Layer
@ 2018-06-19 22:43 ` Kevin Layer
  2018-06-20  1:16 ` Phil Sainty
  1 sibling, 0 replies; 3+ messages in thread
From: Kevin Layer @ 2018-06-19 22:43 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 1058 bytes --]

Btw, in emacs -q with just (require 'tramp) it doesn't work either.
Operating system is CentOS 6.9.  Built on that machine.

On Tue, Jun 19, 2018 at 3:33 PM, Kevin Layer <layer@known.net> wrote:

> Same .emacs.  I'd like to debug it, but I've spent 30 minutes looking
> through tramp.el (in 26.1) and comparing various variables, side by side,
> in 26.1 and 25.3.  No diffs, so far.
>
> When I C-x C-f /machinename:/dir TAB I get nothing.  I do (require 'tramp)
> and in 25.3 when it starts up I see various messages in the minibuffer:
>
> Tramp: Opening connection for rick using scp...
> Tramp: Sending command ‘exec ssh   -o ControlMaster=auto -o
> ControlPath='tramp.%r@%h:%p' -o ControlPersist=no -e none rick’
> Tramp: Waiting for prompts from remote shell...done
> Tramp: Found remote shell prompt on ‘rick’
> Tramp: Opening connection for rick using scp...done
>
>
> On 26.1 I see none of these (even looking through *Messages*).
>
> tramp-default-method is the same in both versions (scp).
>
>
> Ideas?  Thanks.
>

[-- Attachment #2: Type: text/html, Size: 1553 bytes --]

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

* Re: tramp doesn't work for me in 26.1 but does in 25.3
  2018-06-19 22:33 tramp doesn't work for me in 26.1 but does in 25.3 Kevin Layer
  2018-06-19 22:43 ` Kevin Layer
@ 2018-06-20  1:16 ` Phil Sainty
  1 sibling, 0 replies; 3+ messages in thread
From: Phil Sainty @ 2018-06-20  1:16 UTC (permalink / raw)
  To: Kevin Layer; +Cc: Emacs-devel, emacs-devel

On 2018-06-20 10:33, Kevin Layer wrote:
> When I C-x C-f /machinename:/dir TAB I get nothing.
> tramp-default-method is the same in both versions (scp).

Tramp now requires an explicit method component in the filename.

Relevant NEWS entries are:

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


So either of these should work in Emacs 26:

C-x C-f /-:machinename:/dir
C-x C-f /scp:machinename:/dir





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

end of thread, other threads:[~2018-06-20  1:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-19 22:33 tramp doesn't work for me in 26.1 but does in 25.3 Kevin Layer
2018-06-19 22:43 ` Kevin Layer
2018-06-20  1:16 ` Phil Sainty

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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