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] Passes notification id as argument of on-action and on-close functions Date: Thu, 10 Jun 2010 17:45:15 +0200 Message-ID: <87ocfiao38.fsf@gmx.de> References: <878w6nb8dr.fsf@gmx.de> <1276159384-3457-1-git-send-email-julien@danjou.info> <874ohbavqg.fsf@gmx.de> <87zkz39g0d.fsf@gmx.de> <87fx0uc3yh.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1276185545 28080 80.91.229.12 (10 Jun 2010 15:59:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 10 Jun 2010 15:59:05 +0000 (UTC) Cc: Julien Danjou , Stefan Monnier , emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 10 17:59:03 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 1OMk9j-0000tk-Oq for ged-emacs-devel@m.gmane.org; Thu, 10 Jun 2010 17:58:59 +0200 Original-Received: from localhost ([127.0.0.1]:48982 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMjwk-0005C9-4F for ged-emacs-devel@m.gmane.org; Thu, 10 Jun 2010 11:45:34 -0400 Original-Received: from [140.186.70.92] (port=56772 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMjwb-000592-5p for emacs-devel@gnu.org; Thu, 10 Jun 2010 11:45:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OMjwZ-0006oy-TK for emacs-devel@gnu.org; Thu, 10 Jun 2010 11:45:25 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:52964) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OMjwZ-0006oZ-Fc for emacs-devel@gnu.org; Thu, 10 Jun 2010 11:45:23 -0400 Original-Received: (qmail invoked by alias); 10 Jun 2010 15:45:20 -0000 Original-Received: from p4FC18D5A.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [79.193.141.90] by mail.gmx.net (mp060) with SMTP; 10 Jun 2010 17:45:20 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+of8Qzr/WoH1sDOXyqDzVmW2eRWIT2srFVhiaPjB 8DdgxYoTwqc7uB In-Reply-To: <87fx0uc3yh.fsf@mail.jurta.org> (Juri Linkov's message of "Thu, 10 Jun 2010 18:20:10 +0300") 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-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:125707 Archived-At: Juri Linkov writes: > IIRC the consensus was that lisp/net should contain files > with the keyword "comm" that has the description > "communications, networking, remote access to files". The question is, whether we understand "communications" also as "desktop communication between applications". Then, secrets.el still belongs to lisp/net. > If notifications.el doesn't belong to the category "communications", > then please remove the keyword "comm". Otherwise, the right place for it > is lisp/net. I agree. It isn't "communications", the keyword "comm" could be removed. Best regards, Michael.