From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: phillip.lord@russet.org.uk (Phillip Lord) Newsgroups: gmane.emacs.devel Subject: Re: Getting start on Emacs 25.2 Date: Mon, 19 Sep 2016 09:52:13 +0100 Message-ID: <87mvj4jmpu.fsf@russet.org.uk> References: <87r38horwu.fsf@russet.org.uk> <87bmzkcqma.fsf@gmx.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1474275206 19891 195.159.176.226 (19 Sep 2016 08:53:26 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 19 Sep 2016 08:53:26 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) Cc: Eli Zaretskii , Richard Stallman , emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 19 10:53:22 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bluKB-0003sh-2h for ged-emacs-devel@m.gmane.org; Mon, 19 Sep 2016 10:53:15 +0200 Original-Received: from localhost ([::1]:53766 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bluK8-0007WN-VA for ged-emacs-devel@m.gmane.org; Mon, 19 Sep 2016 04:53:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60380) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bluJJ-0007Th-QA for emacs-devel@gnu.org; Mon, 19 Sep 2016 04:52:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bluJD-0005IC-Mg for emacs-devel@gnu.org; Mon, 19 Sep 2016 04:52:20 -0400 Original-Received: from cloud103.planethippo.com ([31.216.48.48]:41796) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bluJD-0005Hj-FZ; Mon, 19 Sep 2016 04:52:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=russet.org.uk; s=default; h=Content-Type:MIME-Version:Message-ID: In-Reply-To:Date:References:Subject:Cc:To:From; bh=z2GIUlzY2iObE4liCLOYN262lJLAyC9qBSGKPp6kUDM=; b=ARnFTmgeOxdIOx+0wC5LfQDK/2 xBDk+5CietNGJiB2ZbQ5s7C3sYoirsx6DtCUOWb5C995d9oX0WB/8xodXF8WOEkC4PHvEIPp6BamR bOcoPcpqI60yeJ94ngMlGjNnqRwCFHiQZGgkOkYHprobkzhuNhipeSZHAKagR8Tt6WHq4zwIsHaCc 69GY5NxAWqG298H6VzB9DjM0K29prGkGgMCXgNrDH5mbjbB/O43cojd5SR0f6TsnqDulVvC3wH/vt 4S5n7HaPvW1VKBXafwXFkAHF0bJZ00kjhCkByo774Bprp9QN86NXaJMGdCzXp8PgcZ4VzUtuk3Ghd 86Ub4C/A==; Original-Received: from [5.148.46.34] (port=43504 helo=russet.org.uk) by cloud103.planethippo.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.86_1) (envelope-from ) id 1bluJB-002d33-Mn; Mon, 19 Sep 2016 09:52:13 +0100 In-Reply-To: <87bmzkcqma.fsf@gmx.de> (Michael Albinus's message of "Mon, 19 Sep 2016 09:09:49 +0200") X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cloud103.planethippo.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - russet.org.uk X-Get-Message-Sender-Via: cloud103.planethippo.com: authenticated_id: phillip.lord@russet.org.uk X-Authenticated-Sender: cloud103.planethippo.com: phillip.lord@russet.org.uk X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 31.216.48.48 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:207606 Archived-At: Michael Albinus writes: > phillip.lord@russet.org.uk (Phillip Lord) writes: > >> - Core format -- a package laid out according to current core >> directories -- i.e. source in a (nested) dir in the lisp dir, test in >> another. Examples: gnus, org > > A "core" package isn't located in its own subdirectory mandatorily. I would > call tramp a package in core Emacs, but its files are distributed over > doc/misc, lisp/net and test/lisp/net. Indeed, no. That would be the main difference between core and package.el format. Phil