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: Thu, 10 Jun 2010 20:43:09 -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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1276217288 7915 80.91.229.12 (11 Jun 2010 00:48:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 11 Jun 2010 00:48:08 +0000 (UTC) Cc: Julien Danjou , Michael Albinus , emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 11 02:48:06 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 1OMsPl-0002be-BN for ged-emacs-devel@m.gmane.org; Fri, 11 Jun 2010 02:48:06 +0200 Original-Received: from localhost ([127.0.0.1]:38819 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMsPj-0001Kk-Ki for ged-emacs-devel@m.gmane.org; Thu, 10 Jun 2010 20:48:03 -0400 Original-Received: from [140.186.70.92] (port=39706 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMsPe-0001Hx-9O for emacs-devel@gnu.org; Thu, 10 Jun 2010 20:47:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OMsL0-0004hN-Uh for emacs-devel@gnu.org; Thu, 10 Jun 2010 20:43:11 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:42559 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMsL0-0004hH-PA for emacs-devel@gnu.org; Thu, 10 Jun 2010 20:43:10 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEADcjEUxMCqeQ/2dsb2JhbACed3K+f4UYBIx1 X-IronPort-AV: E=Sophos;i="4.53,400,1272859200"; d="scan'208";a="67812548" Original-Received: from 76-10-167-144.dsl.teksavvy.com (HELO pastel.home) ([76.10.167.144]) by ironport2-out.pppoe.ca with ESMTP; 10 Jun 2010 20:43:09 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 0A94A8056; Thu, 10 Jun 2010 20:43:09 -0400 (EDT) In-Reply-To: <87r5ke4oy9.fsf@mail.jurta.org> (Juri Linkov's message of "Thu, 10 Jun 2010 23:23:10 +0300") 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:125715 Archived-At: >> And VC also belongs there, because it communicates info between >> different buffers as well as between Emacs and some external VCS. > Speaking of VC, why not to create a subdirectory for VC files? We'd need to find a unifying theme that can attract at least 20 files to be worthwhile. Maybe something that could include VC, diff-mode, ediff, log-view, ... Stefan