unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: DocView now supports OpenDocument & MS Office formats
@ 2010-12-30 22:32 MON KEY
  2010-12-30 22:59 ` Jason Rumney
  2010-12-31 16:43 ` Stefan Monnier
  0 siblings, 2 replies; 62+ messages in thread
From: MON KEY @ 2010-12-30 22:32 UTC (permalink / raw)
  To: emacs-devel; +Cc: Tassilo Horn, Stefan Monnier

>> Hm, I don't know.  It mostly depends on unoconv, which in turn depends
>> on OO.org.  I have version 0.4 installed here, but at least 0.3 should
>> be fine as well.

> I see.  On my Debian machines (6 year-old Debian testing
> installation which has accumulated pretty much all packages I've
> ever needed during those years), I don't have unoconv installed,
> so I think there's a good chance that many people don't have it
> installed.  This fact I think gives a first answer to "should we
> add .doc and .odt to auto-mode-alist": onlyif unoconv is available.

There is maybe a problem here around promoting unoconv wrt UNO API, e.g:

 unoconv < UNO < OO.org

It may be a bit misleading to give potential users of this feature an
impression that unoconv's dependencies are less than trivial, i.e.:

 "It mostly depends on unoconv, which in turn depends on OO.org."

From the Uno FAQ:

 2.22 How do I remotely connect to an OpenOffice.org running on a
 different machine?

,----
|
|  When connecting to an OpenOffice.org you supply an Uno URL, which
|  allows to locate a named Uno object in a different process. A Uno
|  URL consists of four parts:
|
|     * The constant string "uno".
|
|     * A connection specification with optional parameters as
|       key/value pairs.
|
|     * A protocol specification with optional parameters as key/value
|       pairs.
|
|     * The name of the object to be located.
|
|  Those four parts are concatenated to a string
|
|  uno:[connection],params;[protocol],params;[objectname]
|
|  An example Uno URL looks like:
|
|  uno:socket,host=localhost,port=2002;urp;StarOffice.ServiceManager
|
| {...}
|
`----
http://wiki.services.openoffice.org/wiki/Uno/FAQ#How_do_I_remotely_connect_to_an_OpenOffice.org_running_on_a_different_machine.3F

Isn't this sort of stuff a slippery slope to Software as Service? E.g.:

http://udk.openoffice.org/common/man/spec/remotebridge.html

Recall the recent discussion around software as service and Julien Danjou's GG
maps related interface...


--
/s_P\



^ permalink raw reply	[flat|nested] 62+ messages in thread
* DocView now supports OpenDocument & MS Office formats
@ 2010-12-30 14:07 Tassilo Horn
  2010-12-30 14:30 ` Drew Adams
  2010-12-30 15:22 ` Tassilo Horn
  0 siblings, 2 replies; 62+ messages in thread
From: Tassilo Horn @ 2010-12-30 14:07 UTC (permalink / raw)
  To: emacs-devel

Hi all,

I've just pushed two changes to doc-view.el, which enable viewing all
formats supported by OpenOffice.org.  Basically, that's all OpenDocument
formats, but also (almost?) all Microsoft Office formats.

Till now, I didn't modify the auto-mode-alist entry of doc-view-mode.  I
think, adding all MS office extensions is ok, cause those are not really
editable (binary) stuff anyway.  Should I go ahead?

For the OpenDocument formats, I'm not sure.  Basically, those are zip
archives containing the document contents as XML + images and metadata,
and it's not totally unreasonable to edit the contents directly.  So I
guess, that's a corner case like postscript files...

Bye,
Tassilo



^ permalink raw reply	[flat|nested] 62+ messages in thread

end of thread, other threads:[~2011-05-06 16:09 UTC | newest]

Thread overview: 62+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-30 22:32 DocView now supports OpenDocument & MS Office formats MON KEY
2010-12-30 22:59 ` Jason Rumney
2010-12-31  2:12   ` MON KEY
2010-12-31  8:35     ` Tassilo Horn
2010-12-31  9:25       ` Eli Zaretskii
2010-12-31 11:33         ` Tassilo Horn
2011-01-02  0:33     ` Richard Stallman
2011-01-02  7:29       ` MON KEY
2011-01-02 22:11         ` Richard Stallman
2011-01-03  4:14           ` Stephen J. Turnbull
2011-01-04  4:08             ` Richard Stallman
2011-01-04  4:35               ` Drew Adams
2011-01-04  5:33               ` Stephen J. Turnbull
2011-01-03  8:25           ` MON KEY
2011-01-04  4:08             ` Richard Stallman
2011-01-03  8:42           ` Tassilo Horn
2011-01-04  4:08             ` Richard Stallman
2011-01-04  7:38               ` Tassilo Horn
2011-01-04  8:18                 ` Eli Zaretskii
2011-01-04  9:00                   ` Tassilo Horn
2011-01-04 11:58                     ` Eli Zaretskii
2011-01-05 19:42                   ` Eduard Wiebe
2011-01-06 18:42                     ` Richard Stallman
2011-01-07 11:18                       ` Eli Zaretskii
2011-01-08 21:54                         ` Eduard Wiebe
2011-01-09  4:02                           ` Eli Zaretskii
2011-01-09 20:00                           ` Richard Stallman
2011-01-09 20:13                             ` Eduard Wiebe
2011-01-04 20:36                 ` Richard Stallman
2011-01-04 21:07                   ` Jambunathan K
2011-01-05 15:04                     ` Tom Tromey
2011-01-04 21:17                   ` Tassilo Horn
2011-01-05  2:02                     ` Stephen J. Turnbull
2011-01-05  7:38                       ` Tassilo Horn
2011-01-05 12:11                         ` Stephen J. Turnbull
2011-01-20  7:32                         ` Kevin Rodgers
2011-05-06 12:53                         ` Jambunathan K
2011-01-05 23:37                     ` Richard Stallman
2011-01-06  7:19                       ` Tassilo Horn
2011-01-04 21:52               ` Lennart Borgman
2011-01-05  5:23               ` Miles Bader
2011-01-05  7:40                 ` Tassilo Horn
2011-05-06 14:01               ` Jambunathan K
2011-01-03 13:04           ` CHENG Gao
2011-01-03 14:14             ` Tassilo Horn
2011-01-04  4:07             ` Richard Stallman
2011-01-02 22:11         ` Richard Stallman
2010-12-31  8:08   ` Tassilo Horn
2010-12-31 16:43 ` Stefan Monnier
2011-01-01  0:06   ` MON KEY
  -- strict thread matches above, loose matches on Subject: below --
2010-12-30 14:07 Tassilo Horn
2010-12-30 14:30 ` Drew Adams
2010-12-30 14:50   ` Tassilo Horn
2010-12-30 15:40     ` Stefan Monnier
2010-12-30 15:48       ` Tassilo Horn
2010-12-30 16:04         ` Stefan Monnier
2010-12-30 18:10           ` Tassilo Horn
2011-05-06 15:30       ` Jambunathan K
2011-05-06 16:09         ` Tassilo Horn
2010-12-30 15:22 ` Tassilo Horn
2010-12-30 16:02   ` Stefan Monnier
2010-12-30 17:20     ` Tassilo Horn

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).