From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Karl Fogel Newsgroups: gmane.emacs.devel Subject: Re: define "out-of-tree"? Date: Tue, 09 Dec 2014 14:00:47 -0600 Message-ID: <87d27sbnkg.fsf@floss.red-bean.com> References: <857fy2cvvl.fsf_-_@stephe-leake.org> Reply-To: Karl Fogel NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1418155307 26641 80.91.229.3 (9 Dec 2014 20:01:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Dec 2014 20:01:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Leake Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 09 21:01:40 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 1XyQya-0003Ph-GR for ged-emacs-devel@m.gmane.org; Tue, 09 Dec 2014 21:01:40 +0100 Original-Received: from localhost ([::1]:42307 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyQya-0000SI-5d for ged-emacs-devel@m.gmane.org; Tue, 09 Dec 2014 15:01:40 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49439) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyQyE-0000MW-BB for emacs-devel@gnu.org; Tue, 09 Dec 2014 15:01:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XyQy9-00088h-Iu for emacs-devel@gnu.org; Tue, 09 Dec 2014 15:01:18 -0500 Original-Received: from mail-qc0-x233.google.com ([2607:f8b0:400d:c01::233]:40960) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyQy9-00088b-FU for emacs-devel@gnu.org; Tue, 09 Dec 2014 15:01:13 -0500 Original-Received: by mail-qc0-f179.google.com with SMTP id c9so1068025qcz.10 for ; Tue, 09 Dec 2014 12:01:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:reply-to:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=3738p3gZnK1BkKu9Rl3suC6RjFi8CSV38icd/0tjdYI=; b=aJ7GG7VklyNgUjK8GjMVQFe77Om3VVgATcdq35CxB743oST4cA++Y3I8CsdqQah2N0 x8mvJL8GwvY1DSTUFTXc1J9H9i9oy8kuHvOCbC/8X0/zFIjDTacSpeMCD0ouVuqfUG3Z xCJ+kvtNpfSfu1fEPV0R6KinxmhKW0HGhpu9CkA7YZZHebn74QEjwSAqR3aogHMHTz37 DoxtwYGLI05dz0GWHOR/1xm1o03rqG7ooDMX2zUGvw56dr/XNI60JHWKdBjh4FZEdXlI RMo58Py3z2nDHU9O+yms3aAfQEB1LeP0r/yxWu0GGnVmGOweuMmJAF1kLvORy8UCcCpt +HKg== X-Received: by 10.229.235.194 with SMTP id kh2mr625431qcb.10.1418155272300; Tue, 09 Dec 2014 12:01:12 -0800 (PST) Original-Received: from floss.red-bean.com ([64.88.227.134]) by mx.google.com with ESMTPSA id n4sm2047612qge.2.2014.12.09.12.01.05 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 09 Dec 2014 12:01:11 -0800 (PST) In-Reply-To: <857fy2cvvl.fsf_-_@stephe-leake.org> (Stephen Leake's message of "Mon, 08 Dec 2014 03:51:26 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c01::233 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:179591 Archived-At: Stephen Leake writes: >In either case, the phrase "out-of-tree" seems an odd term for that >meaning. > >Could you define it for me, please? I think it just means "is not included in what you get when you check out the Emacs source tree" -- is not included in the tree cloned with 'git clone USERNAME@git.sv.gnu.org:/srv/git/emacs.git'. Best, -Karl