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: Tue, 15 Jan 2008 18:10:02 -0700 Message-ID: References: <200801120157.m0C1v6WL020654@oogie-boogie.ics.uci.edu> <87lk6t2p7b.fsf@grepfind.mwolson.org> <87odbnlj8y.fsf@grepfind.mwolson.org> 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 1200447863 22684 80.91.229.12 (16 Jan 2008 01:44:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Jan 2008 01:44:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Olson Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 16 02:44:46 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 1JExKe-0004pG-Sq for ged-emacs-devel@m.gmane.org; Wed, 16 Jan 2008 02:44:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JExKG-0004t1-4S for ged-emacs-devel@m.gmane.org; Tue, 15 Jan 2008 20:44:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JExKB-0004ra-Rg for emacs-devel@gnu.org; Tue, 15 Jan 2008 20:44:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JExKA-0004q5-Ey for emacs-devel@gnu.org; Tue, 15 Jan 2008 20:44:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JExKA-0004pz-9K for emacs-devel@gnu.org; Tue, 15 Jan 2008 20:44:14 -0500 Original-Received: from mx1.redhat.com ([66.187.233.31]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JExK6-0007sD-Qw; Tue, 15 Jan 2008 20:44:10 -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 m0G1i9Bd022842; Tue, 15 Jan 2008 20:44:09 -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 m0G1i9dk012774; Tue, 15 Jan 2008 20:44:09 -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 m0G1i8QN001862; Tue, 15 Jan 2008 20:44:09 -0500 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id 14BB55089A4; Tue, 15 Jan 2008 18:10:02 -0700 (MST) X-Attribution: Tom In-Reply-To: <87odbnlj8y.fsf@grepfind.mwolson.org> (Michael Olson's message of "Tue\, 15 Jan 2008 01\:01\:49 -0500") 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:86948 Archived-At: >>>>> "Michael" == Michael Olson writes: Michael> I've checked this into a new branch of ERC called "erc-status" (at Michael> http://git.sv.gnu.org/gitweb/?p=erc.git) and have done a bit of extra Michael> hacking on it. Thanks! Michael> ;; => "Couldn't connect to notification server" Michael> ;; => libnotify-Message: Unable to get session bus: Failed Michael> ;; to execute dbus-launch to autolaunch D-Bus session Michael> ;; => Does not show "foo" popup Michael> [ ... set-up appears normal ] I really don't know about this one :(. Does notify-send (command line tool) work ok? Tom