all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: Eli Zaretskii <eliz@gnu.org>
Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org
Subject: Re: tar file-name-handler
Date: Sat, 03 Feb 2018 18:54:25 +0100	[thread overview]
Message-ID: <87607ehsby.fsf@gmx.de> (raw)
In-Reply-To: <831si2b679.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 03 Feb 2018 14:36:42 +0200")

Eli Zaretskii <eliz@gnu.org> writes:

> First problem, unrelated to "stability": visiting a tar file on
> MS-Windows now displays an error message:
>
>   Error: (user-error "Package `tramp-archive' not supported")
>
> although the archive is parsed correctly.  And Tramp is loaded as
> result of visiting a Tar file, although it's unneeded and unhelpful.

There was an error in `locate-dominating-file', which did expand FILE
even if it wasn't a directory. Due to this, your tar file "foo.tar" was
expanded to "foo.tar/". I've fixed this, and I've also added some code
which shall prevent loading tramp-archive (and the whole Tramp then)
when it doesn't make sense.

Pushed to master.

Best regards, Michael.



  parent reply	other threads:[~2018-02-03 17:54 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-02 14:04 tar file-name-handler Stefan Monnier
2018-02-02 15:35 ` Eli Zaretskii
2018-02-02 15:37 ` Michael Albinus
2018-02-02 17:35   ` Stefan Monnier
2018-02-02 17:45     ` Michael Albinus
2018-02-02 19:07       ` Stefan Monnier
2018-02-03 12:25         ` Michael Albinus
2018-02-03 12:36           ` Eli Zaretskii
2018-02-03 12:52             ` Michael Albinus
2018-02-03 17:54             ` Michael Albinus [this message]
2018-02-03 19:41               ` Eli Zaretskii

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=87607ehsby.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.