From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Is there anything in place for writing a zip archive? Date: Thu, 30 Sep 2010 03:11:37 +0200 Message-ID: References: <87aan0avyq.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1285809129 30476 80.91.229.12 (30 Sep 2010 01:12:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 30 Sep 2010 01:12:09 +0000 (UTC) Cc: Emacs-Devel devel To: Sebastian Rose Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 30 03:12:08 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P17gs-0004s8-MX for ged-emacs-devel@m.gmane.org; Thu, 30 Sep 2010 03:12:06 +0200 Original-Received: from localhost ([127.0.0.1]:58130 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P17gr-0008Ud-PI for ged-emacs-devel@m.gmane.org; Wed, 29 Sep 2010 21:12:05 -0400 Original-Received: from [140.186.70.92] (port=44980 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P17gm-0008UX-GZ for emacs-devel@gnu.org; Wed, 29 Sep 2010 21:12:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P17gl-0003oE-1k for emacs-devel@gnu.org; Wed, 29 Sep 2010 21:12:00 -0400 Original-Received: from mail-qy0-f176.google.com ([209.85.216.176]:39781) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P17gk-0003o7-W2 for emacs-devel@gnu.org; Wed, 29 Sep 2010 21:11:59 -0400 Original-Received: by qyk36 with SMTP id 36so2194062qyk.0 for ; Wed, 29 Sep 2010 18:11:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=/8ZcpCIYV3gGLjFvOiTPN5zAZcHBgihI6unTWBtzznU=; b=thxWQi0nV9PmklxehTuf4VZlMOWL0ZSJ6Z7lg+FJobYyetlc5hx5Zi1FgXXns7j8wl 4jATLb3IS+kzwU1151vsoT65qNMm6PoMRsSaad3bD6bBq+ZLVDi71wP5kiP1IXR2jwLh lCUlEZUGtjqu4vLi8HaJsoJH4WhA4RYVtq+OU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=muRVLUg5dH7c+185iaxIJ2buo67/1CEijsWg7m3yLW+l2lJ5p7MeC2SVACs9kCondk c+Vza1aMmgEJUaAyWxZX/2LdBqrPpMyAnXj0g3N3Uil8lWr1XdpVQOwI70/hSlZmL+7V lj5NIumO+m8CCPlwh7BFY3DAQDiNPD05aOmNo= Original-Received: by 10.229.1.233 with SMTP id 41mr1843826qcg.284.1285809117901; Wed, 29 Sep 2010 18:11:57 -0700 (PDT) Original-Received: by 10.229.220.195 with HTTP; Wed, 29 Sep 2010 18:11:37 -0700 (PDT) In-Reply-To: <87aan0avyq.fsf@gmx.de> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:131093 Archived-At: On Thu, Sep 30, 2010 at 2:58 AM, Sebastian Rose wro= te: > Lennart Borgman writes: >> This is needed to export an org file to an odt file. > > Yes, and yes :) > > Emacs is linked with zlib. =C2=A0I used it .... but forgot... sorry. > > I remember I opened a zip archive to find out. > > =C2=A0C-x C-f =C2=A0 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.