all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: Katsumi Yamaoka <yamaoka@jpl.org>
Cc: 36969@debbugs.gnu.org
Subject: bug#36969: 27.0.50; tramp ftp fails
Date: Thu, 08 Aug 2019 10:49:17 +0200	[thread overview]
Message-ID: <87o910jb3m.fsf_-_@gmx.de> (raw)
In-Reply-To: <b4mh86saz6i.fsf@jpl.org> (Katsumi Yamaoka's message of "Thu, 08 Aug 2019 16:33:57 +0900")

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

Katsumi Yamaoka <yamaoka@jpl.org> writes:

> Hi,

Hi,

> The symptom is that it fails with the message:
>
> tramp-error: Method `' is not known.

Oops, that case I haven't tested. The appended patch shall fix it, could
you pls test?

Best regards, Michael.


[-- Attachment #2: Type: text/plain, Size: 541 bytes --]

diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 77d727e2f2..7bae434723 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -1440,7 +1440,7 @@ tramp-dissect-file-name
 		     :method method :user user :domain domain :host host
 		     :port port :localname localname :hop hop))
 	  ;; The method must be known.
-	  (unless (or (tramp-completion-mode-p)
+	  (unless (or nodefault (tramp-completion-mode-p)
 		      (string-equal method tramp-default-method-marker)
 		      (assoc method tramp-methods))
 	    (tramp-user-error

  reply	other threads:[~2019-08-08  8:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20190604105154.5DDFA209A5@vcs0.savannah.gnu.org>
2019-08-08  7:33 ` bug#36969: 27.0.50; tramp ftp fails (was Re: master 7aaf500: Stronger check for Tramp method) Katsumi Yamaoka
2019-08-08  8:49   ` Michael Albinus [this message]
2019-08-08 21:54     ` bug#36969: 27.0.50; tramp ftp fails Katsumi Yamaoka
2019-08-09  7:27       ` Michael Albinus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87o910jb3m.fsf_-_@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=36969@debbugs.gnu.org \
    --cc=yamaoka@jpl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.