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: Thu, 29 Jul 2010 01:08:35 +0200 Organization: A noiseless patient Spider Message-ID: References: <4C4E8B18.9080005@easy-emacs.de> <83y6cwamko.fsf@gnu.org> <4C4F1889.3020606@easy-emacs.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1291851797 12611 80.91.229.12 (8 Dec 2010 23:43:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 8 Dec 2010 23:43:17 +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 00:43:08 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 1PQTf8-0000yt-Ms for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 00:43:06 +0100 Original-Received: from localhost ([127.0.0.1]:38442 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQTW5-00053z-0S for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 18:33:45 -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: 14 Injection-Date: Wed, 28 Jul 2010 23:08:35 +0000 (UTC) Injection-Info: mx01.eternal-september.org; posting-host="q8gLPzp46U2R+2DD9zVgGw"; logging-data="23788"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/UOWkiXufMz/9ld4ekUUxr" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:W9moxi35jbs3A+5NKd/vcNgalb8= sha1:WI4zYFKKxbl2fn/F7NiI7u5GyZQ= Original-Xref: usenet.stanford.edu gnu.emacs.help:180162 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:76224 Archived-At: > You are right here, Eli too. So the mistake is mine in this point. > .odt is handled differently from other archives as > ("\\.g?z\\(~\\|\\.~[0-9]+~\\)?\\'" nil jka-compr) > ("\\.bz2\\(~\\|\\.~[0-9]+~\\)?\\'" nil jka-compr) > ("\\.Z\\(~\\|\\.~[0-9]+~\\)?\\'" nil jka-compr) Because these are not archives, but compressed files (they contain only a single file, whereas archives typically contain several files). Of course many .gz files have as their single "contained" file an archive (or format Tar) which itself contains several file. Stefan