[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#31068: 27.0.50; Renaming archives fails due to tramp-archive
From: |
Michael Albinus |
Subject: |
bug#31068: 27.0.50; Renaming archives fails due to tramp-archive |
Date: |
Tue, 15 May 2018 11:14:42 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
Allen Li <darkfeline@felesatra.moe> writes:
Hi Allen,
> After
>
> ("\\`\\(.+\\.\\(?:7z\\|CAB\\|LZH\\|MSU\\|ZIP\\|a\\(?:pk\\|r\\)\\|c\\(?:ab\\|
> pio\\)\\|de\\(?:b\\|pot\\)\\|exe\\|iso\\|jar\\|lzh\\|m\\(?:su\\|tree\\)\\|
> od[bfgpst]\\|pax\\|r\\(?:ar\\|pm\\)\\|shar\\|t\\(?:ar\\|[bglx]z\\)\\|warc\\|
> x\\(?:ar\\|p[is]\\)\\|zip\\)\\(?:\\.\\(?:Z\\|bz2\\|gz\\|l\\(?:rz\\|
> z\\(?:ma\\|[4o]\\)?\\)\\|uu\\|xz\\)\\)*\\)\\(/.*\\)\\'"
> . tramp-archive-file-name-handler)
Thanks. This makes it clear; the handler shall be removed in case
tramp-archive is not able to work properly.
I've committed a patch to the master branch; could you pls check?
Best regards, Michael.