From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master e820f16: Added file-tree-walk to files.el. Date: Thu, 04 Dec 2014 21:28:58 +0100 Message-ID: <87ppbz5fcl.fsf@engster.org> References: <20141203142859.24393.98673@vcs.savannah.gnu.org> <87wq687cmk.fsf@engster.org> <20141203195358.GA13738@thyrsus.com> <87sigw7bg0.fsf@engster.org> <20141203200853.GC13738@thyrsus.com> <87lhmo7a14.fsf@engster.org> <20141203205822.GA15111@thyrsus.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1417725010 18089 80.91.229.3 (4 Dec 2014 20:30:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Dec 2014 20:30:10 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: "Eric S. Raymond" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 04 21:30:04 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Xwd2K-0000fP-88 for ged-emacs-devel@m.gmane.org; Thu, 04 Dec 2014 21:30:04 +0100 Original-Received: from localhost ([::1]:47616 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xwd2J-0006l3-S5 for ged-emacs-devel@m.gmane.org; Thu, 04 Dec 2014 15:30:03 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xwd1z-0006kk-K9 for emacs-devel@gnu.org; Thu, 04 Dec 2014 15:29:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xwd1t-000609-BK for emacs-devel@gnu.org; Thu, 04 Dec 2014 15:29:43 -0500 Original-Received: from randomsample.de ([5.45.97.173]:34000) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xwd1t-0005zm-2H for emacs-devel@gnu.org; Thu, 04 Dec 2014 15:29:37 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=zLFwSDFVLiGoLn/G1Lq218lhGlAcPdD2XU9LT4tzURI=; b=iUZru+4NyvlWto//sTYw0l/oFMmVIUuwDBgAVMPNZ0tywANP9fUjmkkSmBQQ+wuLnyBWpbrpjK/ZntgBYpcOEiIpZVyFcgcukPrR/qShTBgFar83XWRR39czysKupeVe; Original-Received: from [89.204.130.112] (helo=spaten) by randomsample.de with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1Xwd1i-0001kl-0J; Thu, 04 Dec 2014 21:29:28 +0100 In-Reply-To: <20141203205822.GA15111@thyrsus.com> (Eric S. Raymond's message of "Wed, 3 Dec 2014 15:58:22 -0500") User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.91 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 5.45.97.173 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:178852 Archived-At: Eric S. Raymond writes: > David Engster : >> BTW, when you write "found in the >> Emacswiki", you surely mean you put it there in the first place, right? >> Because otherwise you couldn't really add it to Emacs under your name. > > I thought the point of the cookbook was to make code free for re-use. > I have no idea who wrote that one, and don't see how it matters. I thought it matters because of copyright. But if no one else cares, I certainly won't make a fuzz about it. It will make my life easier as well: if a contributor does not want to go through this tedious paper signing process, he can simply put in on a wiki page, and I can then take it from there. -David