From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Add notifications.el Date: Wed, 9 Jun 2010 22:10:09 +0200 Message-ID: <201006092210.10084.tassilo@member.fsf.org> References: <1275757657-15244-1-git-send-email-julien@danjou.info> <201006092116.46374.tassilo@member.fsf.org> <87ljaoyom4.fsf@keller.adm.naquadah.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1276114254 24374 80.91.229.12 (9 Jun 2010 20:10:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 9 Jun 2010 20:10:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: Julien Danjou Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 09 22:10:49 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OMRbr-0006Kf-Vt for ged-emacs-devel@m.gmane.org; Wed, 09 Jun 2010 22:10:49 +0200 Original-Received: from localhost ([127.0.0.1]:40211 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMRbp-0000Qa-1S for ged-emacs-devel@m.gmane.org; Wed, 09 Jun 2010 16:10:45 -0400 Original-Received: from [140.186.70.92] (port=51465 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMRbK-0008N2-TN for emacs-devel@gnu.org; Wed, 09 Jun 2010 16:10:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OMRbJ-0003H8-An for emacs-devel@gnu.org; Wed, 09 Jun 2010 16:10:14 -0400 Original-Received: from out5.smtp.messagingengine.com ([66.111.4.29]:47866) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMRbJ-0003Gz-7z for emacs-devel@gnu.org; Wed, 09 Jun 2010 16:10:13 -0400 Original-Received: from compute2.internal (compute2.internal [10.202.2.42]) by gateway1.messagingengine.com (Postfix) with ESMTP id A9E91F6A3C; Wed, 9 Jun 2010 16:10:12 -0400 (EDT) Original-Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Wed, 09 Jun 2010 16:10:12 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=from:to:subject:date:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:message-id; s=smtpout; bh=d5Rp4cekjA/mzh5s+N67aBAKJQs=; b=Jtoso5LDJR44JkRrAQu4x0RNELUniCpi2v0PTTdaa80m0YmUzjRtaUBnbEHx4LrZNisBja7KWqyRxmDhPTrV9d6jhTiw77Nl/bdOEiY5CCmxs3uSCzOD7+5iVlxAt7J5hnrP+vf0KHMOQKxFNWWc2wLWrqjXTmTxKEhiq/sLNCc= X-Sasl-enc: WO7+/byLGyacDjCJWlZE+F/CGU12eU5XlHXKY86ZPP18 1276114212 Original-Received: from thinkpad.localnet (p54AF1921.dip0.t-ipconnect.de [84.175.25.33]) by mail.messagingengine.com (Postfix) with ESMTPSA id 1C1654DD382; Wed, 9 Jun 2010 16:10:12 -0400 (EDT) User-Agent: KMail/1.13.3 (Linux/2.6.34-gentoo; KDE/4.4.4; x86_64; ; ) In-Reply-To: <87ljaoyom4.fsf@keller.adm.naquadah.org> X-Face: `TY6r/ws=N5uqO1E`M=Sups<}n%T[E^o_?MJj 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:125684 Archived-At: On Wednesday 09 June 2010 21:47:47 Julien Danjou wrote: Hi! > What about adding: > > :on-close > `(lambda (reason) > (when (eq reason 'dismissed) > (puthash ,body -1 th-notify-body-to-id-map))) > > in `args' ? Well, this is perfect. :-) Thanks a lot, Tassilo