From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: D-Bus integration into Emacs Date: Wed, 05 Dec 2007 01:05:17 -0500 Message-ID: References: <874pf6ypv8.fsf@gmx.de> <87prxp57la.fsf@gmx.de> <18259.27327.46121.155608@kahikatea.snap.net.nz> <20071203080459.3fc50296@gmx.de> <18261.39430.650947.600044@a1ihome1.kph.uni-mainz.de> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1196834810 13514 80.91.229.12 (5 Dec 2007 06:06:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Dec 2007 06:06:50 +0000 (UTC) Cc: nickrob@snap.net.nz, v-li@gmx.de, emacs-devel@gnu.org To: Ulrich Mueller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 05 07:07:00 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 1IznPA-00046f-F0 for ged-emacs-devel@m.gmane.org; Wed, 05 Dec 2007 07:06:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IznOt-00051N-Pr for ged-emacs-devel@m.gmane.org; Wed, 05 Dec 2007 01:06:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IznNp-000425-Cs for emacs-devel@gnu.org; Wed, 05 Dec 2007 01:05:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IznNn-0003zS-08 for emacs-devel@gnu.org; Wed, 05 Dec 2007 01:05:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IznNm-0003zB-Iz for emacs-devel@gnu.org; Wed, 05 Dec 2007 01:05:18 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IznNm-0000gz-99 for emacs-devel@gnu.org; Wed, 05 Dec 2007 01:05:18 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IznNl-0000Ry-Hy; Wed, 05 Dec 2007 01:05:17 -0500 In-reply-to: <18261.39430.650947.600044@a1ihome1.kph.uni-mainz.de> (message from Ulrich Mueller on Tue, 4 Dec 2007 19:18:46 +0100) 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:84713 Archived-At: I think what Christian is asking for is the following: - Automagic detection is the default if no option is specified, - but it should be possible to override it with configure options --with-dbus or --without-dbus. I have nothing against --without-dbus. I thought we were talking about whether dbus support should be enabled by default or disabled by default. I think it should be enabled by default (on systems that have dbus).