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: Alternative D-Bus bindings Date: Mon, 10 Sep 2012 21:52:50 +0200 Message-ID: <87bohdmz8t.fsf@gmx.de> References: <87ligjmmqw.fsf@gmx.de> <87fw6rm0cw.fsf@gmx.de> <6o4nn66bf6.fsf@fencepost.gnu.org> <087B6317-06A4-40A7-8FBC-98131AEB28D6@swipnet.se> <87vcfl9ahj.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1347306792 29433 80.91.229.3 (10 Sep 2012 19:53:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Sep 2012 19:53:12 +0000 (UTC) Cc: Jan =?utf-8?Q?Dj=C3=A4rv?= , James Cloos , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 10 21:53:14 2012 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 1TBA2j-0007t7-Rm for ged-emacs-devel@m.gmane.org; Mon, 10 Sep 2012 21:53:13 +0200 Original-Received: from localhost ([::1]:35481 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBA2g-0003we-F6 for ged-emacs-devel@m.gmane.org; Mon, 10 Sep 2012 15:53:10 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:32801) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBA2b-0003iO-1o for emacs-devel@gnu.org; Mon, 10 Sep 2012 15:53:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TBA2W-00059D-6h for emacs-devel@gnu.org; Mon, 10 Sep 2012 15:53:04 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:44088) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1TBA2V-000591-Rp for emacs-devel@gnu.org; Mon, 10 Sep 2012 15:53:00 -0400 Original-Received: (qmail invoked by alias); 10 Sep 2012 19:52:57 -0000 Original-Received: from p57BB98D0.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.152.208] by mail.gmx.net (mp069) with SMTP; 10 Sep 2012 21:52:57 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX19OZnVLjF5OJihlebv/V1YJs4SnUtoLDYlTuFl9dY UbaKP2yWs1EqM5 In-Reply-To: (Stefan Monnier's message of "Mon, 10 Sep 2012 15:44:44 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.23 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:153222 Archived-At: Stefan Monnier writes: > I don't see a particular problem in requiring glib to be able to build > with D-Bus support. The situation where someone would want to build an > Emacs that supports D-Bus but with a configuration which doesn't use > glib seems rather unlikely. I did understand James, that he doesn't need D-Bus, and he doesn't want a glib dependency in his athena-based build because of D-Bus. "with-dbus" is the default configure option in Emacs. > Stefan Best regards, Michael.