emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#28119: closed (26.0.50; TRAMP: Can't open "/sudo::


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28119: closed (26.0.50; TRAMP: Can't open "/sudo::/tmp" after (tramp-change-syntax 'simplified))
Date: Thu, 17 Aug 2017 07:22:02 +0000

Your message dated Thu, 17 Aug 2017 09:21:08 +0200
with message-id <address@hidden>
and subject line Re: bug#28119: 26.0.50; TRAMP: Can't open "/sudo::/tmp" after 
(tramp-change-syntax 'simplified)
has caused the debbugs.gnu.org bug report #28119,
regarding 26.0.50; TRAMP: Can't open "/sudo::/tmp" after (tramp-change-syntax 
'simplified)
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
28119: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28119
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 26.0.50; TRAMP: Can't open "/sudo::/tmp" after (tramp-change-syntax 'simplified) Date: Wed, 16 Aug 2017 22:51:49 -0700
Hi. I'm running a bleeding-edge build of emacs from git. I turned on
what I thought was the old-style TRAMP syntax by evaluating

  (tramp-change-syntax 'simplified)

This gives me the old syntax for ssh, but other modes don't work
anymore. For instance, trying to open /sudo::/whatever now tries to
contact an ssh server named "sudo". Is this expected? Is the 'simplified
syntax not an old-style compability syntax?



--- End Message ---
--- Begin Message --- Subject: Re: bug#28119: 26.0.50; TRAMP: Can't open "/sudo::/tmp" after (tramp-change-syntax 'simplified) Date: Thu, 17 Aug 2017 09:21:08 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)
Dima Kogan <address@hidden> writes:

> Hi.

Hi Dima,

> I'm running a bleeding-edge build of emacs from git. I turned on
> what I thought was the old-style TRAMP syntax by evaluating
>
>   (tramp-change-syntax 'simplified)
>
> This gives me the old syntax for ssh, but other modes don't work
> anymore. For instance, trying to open /sudo::/whatever now tries to
> contact an ssh server named "sudo". Is this expected? Is the 'simplified
> syntax not an old-style compability syntax?

`simplified' is not an old-style compatibility. The "old-style" syntax,
allowing the method name to be optional, has been thrown away
completely. You use now either "/method:address@hidden:" as the changed
default syntaxw (user and host are optional), or "/address@hidden:" as the
symplified syntax (user being optional). Simplified syntax looks similar
to the old ange-ftp syntax.

With the simplified syntax, you declare your default method via
`tramp-default-method-alist' or `tramp-default-method'.

I'm marking this ticket as notabug and closed, but of course we could
continue to discuss how to optimize your settings.

Best regards, Michael.


--- End Message ---

reply via email to

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