From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: Emacs as word processor Date: Mon, 18 Nov 2013 10:31:36 -0700 Message-ID: <87hab9pqfb.fsf@fleche.redhat.com> References: <87r4adfwot.fsf@earlgrey.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1384795907 14759 80.91.229.3 (18 Nov 2013 17:31:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Nov 2013 17:31:47 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: Christopher Allan Webber Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 18 18:31:51 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ViSfv-0004uL-B7 for ged-emacs-devel@m.gmane.org; Mon, 18 Nov 2013 18:31:51 +0100 Original-Received: from localhost ([::1]:45195 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViSfu-0004S2-Mw for ged-emacs-devel@m.gmane.org; Mon, 18 Nov 2013 12:31:50 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViSfo-0004Rh-Oi for emacs-devel@gnu.org; Mon, 18 Nov 2013 12:31:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ViSfk-0000VB-Lj for emacs-devel@gnu.org; Mon, 18 Nov 2013 12:31:44 -0500 Original-Received: from mx1.redhat.com ([209.132.183.28]:64962) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViSfk-0000Uq-E9; Mon, 18 Nov 2013 12:31:40 -0500 Original-Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rAIHVcj1022190 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 18 Nov 2013 12:31:38 -0500 Original-Received: from barimba (ovpn-113-124.phx2.redhat.com [10.3.113.124]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id rAIHVasb013904 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Mon, 18 Nov 2013 12:31:37 -0500 X-Attribution: Tom In-Reply-To: <87r4adfwot.fsf@earlgrey.lan> (Christopher Allan Webber's message of "Mon, 18 Nov 2013 11:26:26 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:165331 Archived-At: >>>>> "Christopher" == Christopher Allan Webber writes: Christopher> - It would be nice to be able to open and edit LibreOffice Christopher> ODT files in emacs. I think it's pretty hard to do this well. ODF is quite a large spec. However, there's also the fun: http://www.cb1.com/~john/computing/emacs/lisp/editing/odf-mode.el Found from http://www.emacswiki.org/OpenDocumentText Tom