From: Stefan Kangas <stefan@marxist.se>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: 44901-done@debbugs.gnu.org, Jean Louis <bugs@gnu.support>
Subject: bug#44901: 28.0.50; dired-compress-file: provide customization for compressing command
Date: Mon, 11 Oct 2021 05:35:55 -0700 [thread overview]
Message-ID: <CADwFkm=2T7r6gHNM38BD2iBJDKYy7T4VTjLH_VD2sszeTUerUg@mail.gmail.com> (raw)
In-Reply-To: <87eeibqla2.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 24 Jan 2021 00:35:33 +0100")
Lars Ingebrigtsen <larsi@gnus.org> writes:
> Jean Louis <bugs@gnu.support> writes:
>
>> Additionally this variable should be updated:
>>
>> (defvar dired-compress-files-alist
>> '(("\\.tar\\.gz\\'" . "tar -cf - %i | gzip -c9 > %o")
>> ("\\.tar\\.bz2\\'" . "tar -cf - %i | bzip2 -c9 > %o")
>> ("\\.tar\\.xz\\'" . "tar -cf - %i | xz -c9 > %o")
>> ("\\.tar\\.zst\\'" . "tar -cf - %i | zstd -19 -o %o")
>> ("\\.zip\\'" . "zip %o -r --filesync %i"))
>>
>> to be:
>>
>> (defvar dired-compress-files-alist
>> '(("\\.tar\\.gz\\'" . "tar -cf - %i | gzip -c9 > %o")
>> ("\\.tar\\.bz2\\'" . "tar -cf - %i | bzip2 -c9 > %o")
>> ("\\.tar\\.xz\\'" . "tar -cf - %i | xz -c9 > %o")
>> ("\\.tar\\.lz\\'" . "tar -cf - %i | lzip -c9 > %o") ;; new line for lzip
>> ("\\.tar\\.lzo\\'" . "tar -cf - %i | lzop -c9 > %o") ;; new line for lzop
>> ("\\.tar\\.zst\\'" . "tar -cf - %i | zstd -19 -o %o")
>> ("\\.zip\\'" . "zip %o -r --filesync %i"))
>
> Makes sense; I've now pushed this to Emacs 28.
It seems like this was fixed, so I'm closing this bug report.
prev parent reply other threads:[~2021-10-11 12:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-27 9:50 bug#44901: 28.0.50; dired-compress-file: provide customization for compressing command Jean Louis
2020-11-27 10:02 ` Jean Louis
2021-01-23 23:35 ` Lars Ingebrigtsen
2021-10-11 12:35 ` Stefan Kangas [this message]
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='CADwFkm=2T7r6gHNM38BD2iBJDKYy7T4VTjLH_VD2sszeTUerUg@mail.gmail.com' \
--to=stefan@marxist.se \
--cc=44901-done@debbugs.gnu.org \
--cc=bugs@gnu.support \
--cc=larsi@gnus.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.