unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: MON KEY <monkey@sandpframing.com>
To: emacs-devel@gnu.org
Cc: Tassilo Horn <tassilo@member.fsf.org>,
	Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Re: DocView now supports OpenDocument & MS Office formats
Date: Thu, 30 Dec 2010 17:32:53 -0500	[thread overview]
Message-ID: <AANLkTimKnrLiyELw0-KTBQAiyGAxE1XzV3NTEftCV58d@mail.gmail.com> (raw)

>> 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\



             reply	other threads:[~2010-12-30 22:32 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-30 22:32 MON KEY [this message]
2010-12-30 22:59 ` DocView now supports OpenDocument & MS Office formats 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AANLkTimKnrLiyELw0-KTBQAiyGAxE1XzV3NTEftCV58d@mail.gmail.com \
    --to=monkey@sandpframing.com \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    --cc=tassilo@member.fsf.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).