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

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

bug#66123: 29.1; tar-mode errors when saving remote files


From: Dan McCarthy
Subject: bug#66123: 29.1; tar-mode errors when saving remote files
Date: Wed, 20 Sep 2023 15:34:57 -0400

That fixes it. Thank you!

On Wed, Sep 20, 2023 at 2:36 PM Michael Albinus <michael.albinus@gmx.de> wrote:
Dan McCarthy <daniel.c.mccarthy@gmail.com> writes:

Hi Dan,

> The setup is the same as bug#55166:
>
> /ssh:dan@solstice:/tmp/ #$ touch a b c
> /ssh:dan@solstice:/tmp/ #$ tar cf test.tar a b c
> /ssh:dan@solstice:/tmp/ #$ xz test.tar
>
> but in this case write-file throws an error instead of failing
> silently:
>
> Debugger entered--Lisp error: (wrong-type-argument "listp
> (tramp-file-name-handler tramp-crypt-file-name-handler .
> inhibit-file-name-handlers)")
>   signal(wrong-type-argument ("listp (tramp-file-name-handler
> tramp-crypt-file-name-handler . inhibit-file-name-handlers)"))

Oops, a comma is missing. Could you pls try the appended patch? Note
that, due to macro expansion, you must recompile lisp/net/tramp.el first
and then lisp/net/tramp-sh.el afterwards.

Best regards, Michael.


reply via email to

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