From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: RFC: status icon support Date: Sat, 12 Jan 2008 10:45:23 -0700 Message-ID: References: <200801120157.m0C1v6WL020654@oogie-boogie.ics.uci.edu> <18312.32305.841007.398324@a1ihome1.kph.uni-mainz.de> Reply-To: Tom Tromey NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1200161924 21098 80.91.229.12 (12 Jan 2008 18:18:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Jan 2008 18:18:44 +0000 (UTC) Cc: emacs@gentoo.org, emacs-devel@gnu.org To: Ulrich Mueller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 12 19:19:04 2008 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 1JDkwg-0000YY-1Y for ged-emacs-devel@m.gmane.org; Sat, 12 Jan 2008 19:19:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JDkwH-0006H5-HC for ged-emacs-devel@m.gmane.org; Sat, 12 Jan 2008 13:18:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JDkwD-0006Gq-Sw for emacs-devel@gnu.org; Sat, 12 Jan 2008 13:18:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JDkwC-0006Ge-EO for emacs-devel@gnu.org; Sat, 12 Jan 2008 13:18:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JDkwC-0006Gb-BT for emacs-devel@gnu.org; Sat, 12 Jan 2008 13:18:32 -0500 Original-Received: from mx1.redhat.com ([66.187.233.31]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JDkwC-0003Fo-1F for emacs-devel@gnu.org; Sat, 12 Jan 2008 13:18:32 -0500 Original-Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m0CIIMsS004897; Sat, 12 Jan 2008 13:18:22 -0500 Original-Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m0CIILb4023830; Sat, 12 Jan 2008 13:18:21 -0500 Original-Received: from opsy.redhat.com (ton.yyz.redhat.com [10.15.16.15]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m0CIILV5019857; Sat, 12 Jan 2008 13:18:21 -0500 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id 1E88037931C; Sat, 12 Jan 2008 10:45:23 -0700 (MST) X-Attribution: Tom In-Reply-To: <18312.32305.841007.398324@a1ihome1.kph.uni-mainz.de> (Ulrich Mueller's message of "Sat\, 12 Jan 2008 09\:45\:37 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux) X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:86821 Archived-At: >>>>> "Ulrich" == Ulrich Mueller writes: Ulrich> Would it be possible to add an explicit option Ulrich> --with{,out}-libnotify to configure, so that this feature can Ulrich> be switched on or off at compile time? I think the same Ulrich> arguments as for D-Bus support [1] apply here. Sure. I wrote the needed change, but I think I will wait for other feedback on the patch rather than posting an updated version immediately. Ulrich> [1] See thread "D-Bus integration into Emacs" from beginning of Ulrich> December, e.g. the following message: Ulrich> I read this thread. RMS says that the default should be to have dbus enabled, here: http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg00308.html But in configure.in, the default is to have dbus disabled: EMACS_ARG_Y([dbus],[use D-Bus]) Could someone change that to EMACS_ARG_N? Tom