From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Passes notification id as argument of on-action and on-close functions Date: Fri, 11 Jun 2010 11:51:13 -0400 Message-ID: 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> <87ocfiao38.fsf@gmx.de> <87ljam6d31.fsf@mail.jurta.org> <87r5ke4oy9.fsf@mail.jurta.org> <878w6myr6p.fsf@mail.jurta.org> <87y6elwrfh.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1276271491 13287 80.91.229.12 (11 Jun 2010 15:51:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 11 Jun 2010 15:51:31 +0000 (UTC) Cc: Juri Linkov , Julien Danjou , Michael Albinus , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 11 17:51:29 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 1ON6Vx-0004Dc-7L for ged-emacs-devel@m.gmane.org; Fri, 11 Jun 2010 17:51:25 +0200 Original-Received: from localhost ([127.0.0.1]:60787 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ON6Vw-0000WO-Fj for ged-emacs-devel@m.gmane.org; Fri, 11 Jun 2010 11:51:24 -0400 Original-Received: from [140.186.70.92] (port=47667 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ON6Vn-0000Ug-BB for emacs-devel@gnu.org; Fri, 11 Jun 2010 11:51:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ON6Vm-0004G6-54 for emacs-devel@gnu.org; Fri, 11 Jun 2010 11:51:15 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:55516 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ON6Vm-0004G0-3D for emacs-devel@gnu.org; Fri, 11 Jun 2010 11:51:14 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAH/4EUxMCqeQ/2dsb2JhbACeenK/UIUYBIx6 X-IronPort-AV: E=Sophos;i="4.53,404,1272859200"; d="scan'208";a="67851834" Original-Received: from 76-10-167-144.dsl.teksavvy.com (HELO pastel.home) ([76.10.167.144]) by ironport2-out.pppoe.ca with ESMTP; 11 Jun 2010 11:51:13 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 54EE68056; Fri, 11 Jun 2010 11:51:13 -0400 (EDT) In-Reply-To: <87y6elwrfh.fsf@stupidchicken.com> (Chong Yidong's message of "Fri, 11 Jun 2010 10:54:26 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) 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:125745 Archived-At: >>> A "vc" subdirectory for the category "version control" could include >>> 37 files: >> >>> add-log.el cvs-status.el diff.el diff-mode.el ediff-diff.el ediff.el >>> ediff-help.el ediff-hook.el ediff-init.el ediff-merg.el ediff-mult.el >>> ediff-ptch.el ediff-util.el ediff-vers.el ediff-wind.el log-edit.el >>> log-view.el pcvs-defs.el pcvs.el pcvs-info.el pcvs-parse.el pcvs-util.el >>> vc-annotate.el vc-arch.el vc-bzr.el vc-cvs.el vc-dav.el vc-dir.el >>> vc-dispatcher.el vc.el vc-git.el vc-hg.el vc-hooks.el vc-mtn.el >>> vc-rcs.el vc-sccs.el vc-svn.el >> >> That looks pretty good to me. Any objection? > Not from me. I've been looking forward to something like this for a > while. Jury, please go ahead (and please put emerge.el in there as well). Stefan