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

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

[works on the comman line] (was: [a directory is also created])


From: Uwe Brauer
Subject: [works on the comman line] (was: [a directory is also created])
Date: Sun, 20 Feb 2022 14:42:18 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

>>> "UB" == Uwe Brauer <oub@mat.ucm.es> writes:

>> * Uwe Brauer <oub@mat.ucm.es> [2022-02-20 15:01]:

>> Solution is Z.

>> 1) Adapt `dired-compress-file-alist' for ZIP files;
>> example:

>> (setf (alist-get "\\.zip\\'" dired-compress-file-alist) "zip -9 %o %i")

> It is a more complicated that I thought, but this is because of the
> behavior of zip. If I use this setting zip creates a zip archive that
> contains the file, but the whole absolute path, and that is crazy.


> (setf (alist-get "\\.zip\\'" dired-compress-file-alist) "zip -9 --junk-paths 
> %o %i")

Very odd: 

On the command line 
zip -9 -j test.zip test.tex 

Works but emacs or dired adds a directory, who is here the culprit?

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

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