From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eduard Wiebe Newsgroups: gmane.emacs.devel Subject: Re: DocView now supports OpenDocument & MS Office formats Date: Wed, 05 Jan 2011 20:42:11 +0100 Message-ID: <87ei8r9lyk.fsf@pusto.de> References: <87hbduhno4.fsf@gnu.org> <87sjxa2xao.fsf@member.fsf.org> <878vz1dsox.fsf@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1294257026 1454 80.91.229.12 (5 Jan 2011 19:50:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 Jan 2011 19:50:26 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 05 20:50:22 2011 Return-path: Envelope-to: ged-emacs-devel@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 1PaZN9-0003B7-8m for ged-emacs-devel@m.gmane.org; Wed, 05 Jan 2011 20:50:17 +0100 Original-Received: from localhost ([127.0.0.1]:34972 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PaZN7-0004rz-O7 for ged-emacs-devel@m.gmane.org; Wed, 05 Jan 2011 14:50:13 -0500 Original-Received: from [140.186.70.92] (port=39458 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PaZJO-0001jD-17 for emacs-devel@gnu.org; Wed, 05 Jan 2011 14:46:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PaZHD-0006ch-Gq for emacs-devel@gnu.org; Wed, 05 Jan 2011 14:44:08 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:51205) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PaZHD-0006cd-A7 for emacs-devel@gnu.org; Wed, 05 Jan 2011 14:44:07 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PaZHC-0007dN-Hr for emacs-devel@gnu.org; Wed, 05 Jan 2011 20:44:06 +0100 Original-Received: from g227154247.adsl.alicedsl.de ([92.227.154.247]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Jan 2011 20:44:06 +0100 Original-Received: from usenet by g227154247.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Jan 2011 20:44:06 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: g227154247.adsl.alicedsl.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:Zi85Xbp7WhRNRCtbewLgGR4AT40= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:134298 Archived-At: Eli Zaretskii writes: >> From: Tassilo Horn >> Date: Tue, 04 Jan 2011 08:38:38 +0100 >> Cc: monkey@sandpframing.com, jasonr@gnu.org, emacs-devel@gnu.org >> >> > In principle, writing ODF support in Emacs Lisp would be >> > preferable, but that's a gigantic job and it might run too slowly. >> >> Indeed. But IMO emacs is not really a WYSIWYG editor, and doesn't want >> to be one anyway. > > Actually, Emacs does want to have at least specialized mode(s) that are > WYSIWYG. The beginning is in enriched-mode, and there's this entry in > etc/TODO: > > ** Program Enriched mode to read and save in RTF. [Is there actually a > decent single definition of RTF? Maybe see info at > http://latex2rtf.sourceforge.net/.] This task seems to be addressed > by http://savannah.nongnu.org/projects/emacs-rtf/, which is still in > very early stages. > > Volunteers are welcome. Try https://github.com/pusto/rtf-el -- Eduard Wiebe