From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: D-Bus integration into Emacs Date: Mon, 03 Dec 2007 09:37:17 +0100 Message-ID: References: <874pf6ypv8.fsf@gmx.de> <87prxp57la.fsf@gmx.de> <4753280C.9000106@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1196671100 11698 80.91.229.12 (3 Dec 2007 08:38:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Dec 2007 08:38:20 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 03 09:38:29 2007 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.50) id 1Iz6ov-00030V-IF for ged-emacs-devel@m.gmane.org; Mon, 03 Dec 2007 09:38:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iz6oe-0002z3-0m for ged-emacs-devel@m.gmane.org; Mon, 03 Dec 2007 03:38:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iz6nZ-0002VI-PD for emacs-devel@gnu.org; Mon, 03 Dec 2007 03:37:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iz6nY-0002Us-2w for emacs-devel@gnu.org; Mon, 03 Dec 2007 03:37:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iz6nX-0002Ul-Nx for emacs-devel@gnu.org; Mon, 03 Dec 2007 03:37:03 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Iz6nL-0008J8-7i; Mon, 03 Dec 2007 03:36:51 -0500 Original-Received: from mailrelay2.alcatel.de ([194.113.59.96]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iz6nG-0006a4-Ew; Mon, 03 Dec 2007 03:36:46 -0500 Original-Received: from slbhab.alcatel.de (slbhab.bln.sel.alcatel.de [149.204.63.218]) by mailrelay2.alcatel.de (8.13.4/8.13.4/ICT) with ESMTP id lB38adBL021463; Mon, 3 Dec 2007 09:36:39 +0100 In-Reply-To: <4753280C.9000106@gnu.org> (Jason Rumney's message of "Sun, 02 Dec 2007 21:47:56 +0000") User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (hpux) X-Scanned-By: MIMEDefang 2.51 on 149.204.45.73 X-detected-kernel: by mx20.gnu.org: Linux 2.4-2.6 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:84547 Archived-At: Jason Rumney writes: >> I think the easiest way to do this portably is use a shell feature of >> some sort. Or just generate info/dbus and dbus.dvi unconditionally >> (it cannot hurt). > > Don't we distribute Emacs with prebuilt manuals? If so, then building > unconditionally is a requirement. I've changed it accordingly. Best regards, Michael.