From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r111707: * doc-view.el: Use (and prefer) soffice as default ODF->PDF Date: Sun, 10 Feb 2013 09:57:47 +0100 Message-ID: <877gmgbl4h.fsf@bzg.ath.cx> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1360486744 29409 80.91.229.3 (10 Feb 2013 08:59:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 10 Feb 2013 08:59:04 +0000 (UTC) Cc: emacs-devel@gnu.org, Stefan Monnier , Tassilo Horn To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 10 09:59:24 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 1U4Skq-0002NN-OZ for ged-emacs-devel@m.gmane.org; Sun, 10 Feb 2013 09:59:20 +0100 Original-Received: from localhost ([::1]:47446 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4SkX-0007ck-Kh for ged-emacs-devel@m.gmane.org; Sun, 10 Feb 2013 03:59:01 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:39807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4SkT-0007ce-Ps for emacs-devel@gnu.org; Sun, 10 Feb 2013 03:58:59 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U4SkS-0000zm-Pi for emacs-devel@gnu.org; Sun, 10 Feb 2013 03:58:57 -0500 Original-Received: from mail-wi0-f179.google.com ([209.85.212.179]:35937) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4SkS-0000zb-Ip; Sun, 10 Feb 2013 03:58:56 -0500 Original-Received: by mail-wi0-f179.google.com with SMTP id ez12so2174494wid.12 for ; Sun, 10 Feb 2013 00:58:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:in-reply-to:date:references :user-agent:message-id:mime-version:content-type; bh=LPl7E97U8vjjdsRCG4J41khQr6Oz2uRVkMA0f9i7dKE=; b=LTVDI/QqIdwTyzUHNMvRy+WXD3J7+tGYwQ/FjoCi7Nct6NT3tTV+5aKzQ1CcN9VRR7 auX2DdBqutetG2bx/woEeURsxY/j97pEyboy15aVQdWzq3ggJYo327KFDKQEByEndgct gLqTLXSP+S0COKOzJgp6OQ7GAKGMppTDgK4yVy+1C1pS42WFluznvVAOVuTGQgEr8noD e3DHD96BFcZQ4cv+Ut/LunUjE+xBYh3A4YfkfBj9Tgpw54qno6c91X68ZL+AFZC8THDW 16UVQWZRGETpC3vZ+feOp8ElwbreR5uhgyIC0pNPjTQiSTkEm8oVkWE9qiXVXK+wYOQa 00yQ== X-Received: by 10.180.102.164 with SMTP id fp4mr10258037wib.1.1360486735491; Sun, 10 Feb 2013 00:58:55 -0800 (PST) Original-Received: from bzg.localdomain (mar75-2-81-56-68-112.fbx.proxad.net. [81.56.68.112]) by mx.google.com with ESMTPS id hb9sm23457838wib.3.2013.02.10.00.58.52 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 10 Feb 2013 00:58:54 -0800 (PST) Original-Received: by bzg.localdomain (Postfix, from userid 1000) id 7DD141C214F4; Sun, 10 Feb 2013 09:58:54 +0100 (CET) In-Reply-To: (Glenn Morris's message of "Sat, 09 Feb 2013 19:26:03 -0500") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.212.179 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:156940 Archived-At: Glenn Morris writes: > Glenn Morris wrote: > >> IIUC, unoconv depends on soffice and is a small utility whose sole >> purpose is to convert file formats. So if someone has installed it, they >> probably want to use it for that. > > PS I think it's impossible to have unoconv without soffice, so this > change amounts to "always use soffice". I'm not sure I get the logic here: you need to have soffice installed if you want to use unoconv, but being able to use unoconv instead of soffice is good. So as I understand it, the change does not amount to "always use soffice", does it? -- Bastien