From: Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
Subject: Re: visiting large zip file
Date: 01 Feb 2003 20:09:30 +0100 [thread overview]
Message-ID: <m365s3n7h1.fsf@cicero.benny.turtle-trading.net> (raw)
In-Reply-To: 7ivg04kf6z.fsf@neoscale.com
Hi Kin,
Kin Cho <kin@neoscale.com> writes:
> Visiting a large zip file to list the contents of the zip file
> doesn't work if the zip file size exceeds the emacs buffer size
> limit.
>
> Obviously this is not the way it should work since the zip file
> content doesn't need to be read into the buffer.
In my setup the variable auto-mode-alist says that ZIP files are
handled by archive-mode. This is defined in arc-mode.el. Right at
the top of that file is a table that indicates that viewing is an
*internal* operation for all archive file types. So Emacs does
actually need to read the file to interpret it.
I haven't found a way to use external tools instead in arc-mode.el.
Sorry, benny
next prev parent reply other threads:[~2003-02-01 19:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-01 0:38 visiting large zip file Kin Cho
2003-02-01 19:09 ` Benjamin Riefenstahl [this message]
2003-02-01 21:17 ` Eli Zaretskii
[not found] ` <mailman.1306.1044134470.21513.help-gnu-emacs@gnu.org>
2003-02-03 15:59 ` Stefan Monnier <foo@acm.com>
2003-02-04 8:23 ` Eli Zaretskii
2003-02-07 2:36 ` Bijan Soleymani
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=m365s3n7h1.fsf@cicero.benny.turtle-trading.net \
--to=benjamin.riefenstahl@epost.de \
/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.