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: [PATCH] Add notifications.el Date: Tue, 08 Jun 2010 14:42:28 +0200 Message-ID: <87bpbly9u3.fsf@gmx.de> References: <1275986722-3514-1-git-send-email-julien@danjou.info> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1276031694 7533 80.91.229.12 (8 Jun 2010 21:14:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 8 Jun 2010 21:14: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 Tue Jun 08 23:14:53 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 1OM68I-00078R-Vw for ged-emacs-devel@m.gmane.org; Tue, 08 Jun 2010 23:14:51 +0200 Original-Received: from localhost ([127.0.0.1]:34328 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OM5tm-0003Lk-3e for ged-emacs-devel@m.gmane.org; Tue, 08 Jun 2010 16:59:50 -0400 Original-Received: from [140.186.70.92] (port=53824 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLy8a-0001pp-13 for emacs-devel@gnu.org; Tue, 08 Jun 2010 08:42:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OLy8Y-00042O-Sh for emacs-devel@gnu.org; Tue, 08 Jun 2010 08:42:35 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:13524) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OLy8Y-00041r-F6 for emacs-devel@gnu.org; Tue, 08 Jun 2010 08:42:34 -0400 Original-Received: (qmail invoked by alias); 08 Jun 2010 12:42:31 -0000 Original-Received: from p4FC18DE7.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [79.193.141.231] by mail.gmx.net (mp054) with SMTP; 08 Jun 2010 14:42:31 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+NS8sHQg+NC3zHhvNjI+ZCF3GZ1qjLvLkuhgPOFT YwuuXanorZyocO User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Mailman-Approved-At: Tue, 08 Jun 2010 16:59:40 -0400 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:125643 Archived-At: Julien Danjou writes: > Signed-off-by: Julien Danjou > --- > lisp/ChangeLog | 4 + > lisp/net/notifications.el | 265 +++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 269 insertions(+), 0 deletions(-) > create mode 100644 lisp/net/notifications.el I would say it is OK. An entry for etc/NEWS is missing, that's it. Stefan, Chong, would it be OK to add this package? If Julien has no commit rights yet, I could do it. Best regards, Michael.