From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Was: Editing .odt in emacs Date: Mon, 06 Mar 2006 21:33:48 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1141680832 16247 80.91.229.2 (6 Mar 2006 21:33:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Mar 2006 21:33:52 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 06 22:33:49 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FGNKZ-0002nY-C7 for ged-emacs-devel@m.gmane.org; Mon, 06 Mar 2006 22:33:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FGLwH-0000QA-UH for ged-emacs-devel@m.gmane.org; Mon, 06 Mar 2006 15:04:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FGLTD-0002wx-5E for emacs-devel@gnu.org; Mon, 06 Mar 2006 14:34:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FGLT3-0002s4-8J for emacs-devel@gnu.org; Mon, 06 Mar 2006 14:34:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FGLT2-0002ri-1z for emacs-devel@gnu.org; Mon, 06 Mar 2006 14:34:04 -0500 Original-Received: from [192.114.186.17] (helo=gandalf.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FGLVI-0000JB-8g for emacs-devel@gnu.org; Mon, 06 Mar 2006 14:36:24 -0500 Original-Received: from nitzan.inter.net.il (nitzan.inter.net.il [192.114.186.20]) by gandalf.inter.net.il (MOS 3.7.1-GA) with ESMTP id IBN06126; Mon, 6 Mar 2006 21:33:46 +0200 (IST) Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-201-192.inter.net.il [80.230.201.192]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id CVN01824 (AUTH halo1); Mon, 6 Mar 2006 21:33:45 +0200 (IST) Original-To: Alexander Klimov In-reply-to: (message from Alexander Klimov on Mon, 6 Mar 2006 19:04:35 +0200 (IST)) 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:51289 Archived-At: > Date: Mon, 6 Mar 2006 19:04:35 +0200 (IST) > From: Alexander Klimov > cc: emacs-devel@gnu.org > > I have found the solution: I add odt to auto-coding-alist the same way > as zip and it seems that everything works now, but, it was VERY > nontrivial to find that in order to make something to be > processed as zip one needs to change auto-mode-alist AND > auto-coding-alist -- I guess we should put it into documentation.. Thanks, I will take care of this.