From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.devel Subject: Re: Emacs as word processor Date: Tue, 19 Nov 2013 14:50:05 +0530 Message-ID: <87vbzo694q.fsf@gmail.com> References: <87r4adfwot.fsf@earlgrey.lan> <87hab9pqfb.fsf@fleche.redhat.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1384852926 30938 80.91.229.3 (19 Nov 2013 09:22:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Nov 2013 09:22:06 +0000 (UTC) Cc: Christopher Allan Webber , rms@gnu.org, emacs-devel@gnu.org To: Tom Tromey Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 19 10:22:12 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 1VihVc-0001EP-5N for ged-emacs-devel@m.gmane.org; Tue, 19 Nov 2013 10:22:12 +0100 Original-Received: from localhost ([::1]:47951 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VihVb-0001dp-Kx for ged-emacs-devel@m.gmane.org; Tue, 19 Nov 2013 04:22:11 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57508) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VihVT-0001dk-6o for emacs-devel@gnu.org; Tue, 19 Nov 2013 04:22:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VihVL-0000My-Nx for emacs-devel@gnu.org; Tue, 19 Nov 2013 04:22:03 -0500 Original-Received: from mail-pa0-x234.google.com ([2607:f8b0:400e:c03::234]:60784) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VihVL-0000Mp-GH; Tue, 19 Nov 2013 04:21:55 -0500 Original-Received: by mail-pa0-f52.google.com with SMTP id ld10so3481519pab.39 for ; Tue, 19 Nov 2013 01:21:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=7vaLhZGoZP6qnvggKIDQTSiL+xyl+XY57q7L4uC57ls=; b=CN8njMZf3Vr4ccqZOgb8sRMuj3QujtA97NdLqoIwc9Bhp/kkyG1uUfeBV8YO5s3OeU wqCkQrL2W3ZwUEL+RHAm9HxqCrPSa6wV5BbfENsXhv2fwuDBftF9Q6Y2wLu/6JjQQUnT hJ3UproWwgb5fJU4NeCK44Ytc+MwcqGqCwIjDfWoNNnl28F/88liDnH2aovlCXJFkI8E xU5yiLp/lwgo2LAWaXpNP9Jen5yJrBk828Tbrrvs/JYW40QhSSnudA1EuAME0mu8vBRr +vS7D6bfjwQLg0mCH6jnFj69FQsPC/a1JkmSCX9lsZIm4ML6YXl+s0DwIaXmDqDYXNpc NIQg== X-Received: by 10.68.219.72 with SMTP id pm8mr274039pbc.164.1384852913910; Tue, 19 Nov 2013 01:21:53 -0800 (PST) Original-Received: from debian-6.05 ([115.242.153.7]) by mx.google.com with ESMTPSA id ki1sm29083581pbd.1.2013.11.19.01.21.50 for (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Tue, 19 Nov 2013 01:21:53 -0800 (PST) In-Reply-To: <87hab9pqfb.fsf@fleche.redhat.com> (Tom Tromey's message of "Mon, 18 Nov 2013 10:31:36 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::234 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:165364 Archived-At: Tom Tromey writes: > However, there's also the fun: > > http://www.cb1.com/~john/computing/emacs/lisp/editing/odf-mode.el It depends on overlays. If the file is big, the number of overlays that will be used is going to be correspondingly large. shr.el does a fairly good job of converting HTML to Emacs-style text-mode buffers. Importing text portions of an ODF file to either text or Org mode shouldn't be difficult.