* Is there anything in place for writing a zip archive?
@ 2010-09-30 0:48 Lennart Borgman
2010-09-30 0:58 ` Sebastian Rose
0 siblings, 1 reply; 4+ messages in thread
From: Lennart Borgman @ 2010-09-30 0:48 UTC (permalink / raw)
To: Emacs-Devel devel
This is needed to export an org file to an odt file.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Is there anything in place for writing a zip archive?
2010-09-30 0:48 Is there anything in place for writing a zip archive? Lennart Borgman
@ 2010-09-30 0:58 ` Sebastian Rose
2010-09-30 1:11 ` Lennart Borgman
2010-09-30 1:46 ` Jason Rumney
0 siblings, 2 replies; 4+ messages in thread
From: Sebastian Rose @ 2010-09-30 0:58 UTC (permalink / raw)
To: Lennart Borgman; +Cc: Emacs-Devel devel
Lennart Borgman <lennart.borgman@gmail.com> writes:
> This is needed to export an org file to an odt file.
Yes, and yes :)
Emacs is linked with zlib. I used it .... but forgot... sorry.
I remember I opened a zip archive to find out.
C-x C-f bli.zip
Maybe start with the file `arc-mode.el'.
It has functions like `archive-add-new-member'
Sebastian
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Is there anything in place for writing a zip archive?
2010-09-30 0:58 ` Sebastian Rose
@ 2010-09-30 1:11 ` Lennart Borgman
2010-09-30 1:46 ` Jason Rumney
1 sibling, 0 replies; 4+ messages in thread
From: Lennart Borgman @ 2010-09-30 1:11 UTC (permalink / raw)
To: Sebastian Rose; +Cc: Emacs-Devel devel
On Thu, Sep 30, 2010 at 2:58 AM, Sebastian Rose <sebastian_rose@gmx.de> wrote:
> Lennart Borgman <lennart.borgman@gmail.com> writes:
>> This is needed to export an org file to an odt file.
>
> Yes, and yes :)
>
> Emacs is linked with zlib. I used it .... but forgot... sorry.
>
> I remember I opened a zip archive to find out.
>
> C-x C-f bli.zip
>
>
> Maybe start with the file `arc-mode.el'.
>
> It has functions like `archive-add-new-member'
Thanks, but the comments in the file seems to indicate you can't
create a zip archive file with it. If you know how to do it I would be
glad for an example.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Is there anything in place for writing a zip archive?
2010-09-30 0:58 ` Sebastian Rose
2010-09-30 1:11 ` Lennart Borgman
@ 2010-09-30 1:46 ` Jason Rumney
1 sibling, 0 replies; 4+ messages in thread
From: Jason Rumney @ 2010-09-30 1:46 UTC (permalink / raw)
To: emacs-devel
On 30/09/2010 08:58, Sebastian Rose wrote:
> Emacs is linked with zlib.
Indirectly via libpng, but I don't think the API of zlib itself is
exposed within Emacs.
> I remember I opened a zip archive to find out.
>
> C-x C-f bli.zip
>
Emacs can list the contents of a zip file out of the box without any
external dependancies, as it parses the zip header directly. But to do
anything more, you need external tools (zip and unzip).
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-09-30 1:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-30 0:48 Is there anything in place for writing a zip archive? Lennart Borgman
2010-09-30 0:58 ` Sebastian Rose
2010-09-30 1:11 ` Lennart Borgman
2010-09-30 1:46 ` Jason Rumney
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.