From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82171 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Username for gnus-notifications Date: Thu, 30 Aug 2012 10:40:53 +0200 Message-ID: <87oblswz56.fsf@thinkpad.tsdh.de> References: <87a9xcyk00.fsf@thinkpad.tsdh.de> <878vcwri8g.fsf@dex.adm.naquadah.org> <873934yiml.fsf@thinkpad.tsdh.de> <874nnkredw.fsf@dex.adm.naquadah.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1346316086 28161 80.91.229.3 (30 Aug 2012 08:41:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Aug 2012 08:41:26 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M30439@lists.math.uh.edu Thu Aug 30 10:41:28 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1T70JZ-0002AW-Pp for ding-account@gmane.org; Thu, 30 Aug 2012 10:41:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1T70JD-0004R0-Rx; Thu, 30 Aug 2012 03:41:03 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1T70JB-0004Qj-3Y for ding@lists.math.uh.edu; Thu, 30 Aug 2012 03:41:01 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1T70J9-0005WJ-G3 for ding@lists.math.uh.edu; Thu, 30 Aug 2012 03:41:00 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1T70J7-0008Qr-Tv for ding@gnus.org; Thu, 30 Aug 2012 10:40:57 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id E422BD2229 for ; Thu, 30 Aug 2012 10:40:56 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QII_BB9ArNTh for ; Thu, 30 Aug 2012 10:40:56 +0200 (CEST) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Original-Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 666C3D222A for ; Thu, 30 Aug 2012 10:40:56 +0200 (CEST) In-Reply-To: <874nnkredw.fsf@dex.adm.naquadah.org> (Julien Danjou's message of "Thu, 30 Aug 2012 10:08:11 +0200") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82171 Archived-At: Julien Danjou writes: >> Maybe one enhancement could be to make the notification timeout >> configurable. The default of -1 means to let the notification server >> decide how long to show it, and I have no clue what the gnome shell >> does in that respect and it doesn't seem to be configurable at all >> there. > > That should be easy to add, for sure. But in the end I think there's > so much possible configuration, and other notifications systems (think > about Mac OS guys here) that I added `gnus-notifications-notify' > yesterday so anyone can defalias it easily to replace the "default" > notifications system with what one wants=E2=80=A6 :) Yes, looking at the gazillion options of `notifications-notify' that would mean quite a lot of configure options... But OTOH, when I defalias it to some home-brewn function that's just a copy of yours with added :timeout, I'll miss all that glorious stuff you'll add in the future. For example, it seems feasible to use :actions and :on-action to display the mail in Gnus when I click the notification. Bye, Tassilo