From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Francesco Potorti` Newsgroups: gmane.emacs.devel Subject: file extensions for Openoffice Date: Fri, 05 Jul 2002 12:20:08 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1025864595 29963 127.0.0.1 (5 Jul 2002 10:23:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 5 Jul 2002 10:23:15 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17QQF9-0007n9-00 for ; Fri, 05 Jul 2002 12:23:15 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17QQLa-0003cw-00 for ; Fri, 05 Jul 2002 12:29:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17QQD4-0005wA-00; Fri, 05 Jul 2002 06:21:06 -0400 Original-Received: from pot.cnuce.cnr.it ([146.48.83.182]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17QQC8-0005uJ-00 for ; Fri, 05 Jul 2002 06:20:08 -0400 Original-Received: from pot by pot.cnuce.cnr.it with local (Exim 3.35 #1 (Debian)) id 17QQC8-0001cp-00 for ; Fri, 05 Jul 2002 12:20:08 +0200 Original-To: Emacs developers X-fingerprint: 4B2 6187 5C3 D6B1 2E31 7666 9DF 2DC9 BE21 6115 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:5507 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5507 In the following places: lisp/dos-w32.el:51: ("\\.\\(arc\\|zip\\|pak\\|lzh\\|zoo\\)$" . t) lisp/files.el:1434: ("\\.\\(arc\\|zip\\|lzh\\|zoo\\|jar\\)\\'" . archive-mode) lisp/gnus/gnus-uu.el:74: ("\\.\\(tar\\|arj\\|zip\\|zoo\\|arc\\|gz\\|Z\\|lzh\\|ar\\|lha\\)$" lisp/international/mule.el:1286: '(("\\.\\(arc\\|zip\\|lzh\\|zoo\\|jar\\|tar\\|tgz\\)\\'" . no-conversion) the extension .sxi should be added. It indicates a slide presentation in Openoffice format, which is the same as a jar format, as far as I can see. If anyone knows other Openoffice extensions, they could be added as well.