From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: odt file instant open Date: Tue, 27 Jul 2010 22:53:16 +0200 Organization: A noiseless patient Spider Message-ID: References: <4C4E8B18.9080005@easy-emacs.de> <83y6cwamko.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1291858167 4467 80.91.229.12 (9 Dec 2010 01:29:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Dec 2010 01:29:27 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 09 02:29:22 2010 Return-path: Envelope-to: geh-help-gnu-emacs@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 1PQVJy-0004KS-7D for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 02:29:22 +0100 Original-Received: from localhost ([127.0.0.1]:43551 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQVJx-00034k-Hw for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 20:29:21 -0500 Original-Path: usenet.stanford.edu!news.glorb.com!news2.glorb.com!feeder.erje.net!eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Injection-Date: Tue, 27 Jul 2010 20:53:17 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="q8gLPzp46U2R+2DD9zVgGw"; logging-data="28861"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19+HOAO0QuutSVuHKHyLww8" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:0qKuqf0p3GZDtSe04zY+7q/8aJQ= sha1:FVyS1VOzmK2oodQ4QsKZc/+aQ9I= Original-Xref: usenet.stanford.edu gnu.emacs.help:180123 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:76386 Archived-At: > Ignoring so for how opening was done in detail --via find-file or from dired > probably-- arc-mode seems not involved, but auto-compression-mode from > jka-cmpr-hook.el etc. No: jka-compr is only used for compression-only format, like gzip, compress, bzip, lzma, ... for archives of files (compressed or not), it's either tar-mode (used for tarballs) or arc-mode (used for ar, zip, lha, zoo, ...). > BTW arc-mode too recurs to shell-commands AFAIS, > (apply 'call-process > in archive-*-extract for example Yes, that's what Eli said: Extracting the individual files in the archive sometimes needs to run tan external program. -- Stefan