From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.help Subject: Re: Problems using tramp with emacs 26 on windows 10 Date: Fri, 29 Jun 2018 21:19:37 +0200 Message-ID: <86k1qhwgc6.fsf@dod.no> References: <836021o5d6.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1530299892 6790 195.159.176.226 (29 Jun 2018 19:18:12 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 29 Jun 2018 19:18:12 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (windows-nt) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 29 21:18:08 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fYyuE-0001ch-Mm for geh-help-gnu-emacs@m.gmane.org; Fri, 29 Jun 2018 21:18:06 +0200 Original-Received: from localhost ([::1]:44129 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fYywK-00054V-2w for geh-help-gnu-emacs@m.gmane.org; Fri, 29 Jun 2018 15:20:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fYyvp-0004um-TI for help-gnu-emacs@gnu.org; Fri, 29 Jun 2018 15:19:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fYyvm-0007s8-P6 for help-gnu-emacs@gnu.org; Fri, 29 Jun 2018 15:19:45 -0400 Original-Received: from cadalora.default.sbang.uk0.bigv.io ([2001:41c9:1:424::90]:52498 helo=cadalora.bang.priv.no) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fYyvm-0007ok-J2 for help-gnu-emacs@gnu.org; Fri, 29 Jun 2018 15:19:42 -0400 Original-Received: from mccoy (cm-84.212.60.220.getinternet.no [84.212.60.220]) by cadalora.bang.priv.no (Postfix) with ESMTPSA id A918BCE106 for ; Fri, 29 Jun 2018 20:19:39 +0100 (BST) In-Reply-To: <836021o5d6.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 29 Jun 2018 20:43:49 +0300") X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:41c9:1:424::90 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:117301 Archived-At: >>>>> Eli Zaretskii : > 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!