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: New assoc-let package Date: Fri, 05 Dec 2014 23:55:14 -0500 Message-ID: References: <87mw72q5z2.fsf@lifelogs.com> <874mt9o5w5.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1417841755 7769 80.91.229.3 (6 Dec 2014 04:55:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Dec 2014 04:55:55 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 06 05:55:48 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 1Xx7PI-0001dN-4u for ged-emacs-devel@m.gmane.org; Sat, 06 Dec 2014 05:55:48 +0100 Original-Received: from localhost ([::1]:53359 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xx7PH-0008Vo-R0 for ged-emacs-devel@m.gmane.org; Fri, 05 Dec 2014 23:55:47 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xx7Os-0008Ue-PM for emacs-devel@gnu.org; Fri, 05 Dec 2014 23:55:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xx7Ol-0001HU-9o for emacs-devel@gnu.org; Fri, 05 Dec 2014 23:55:22 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:41883) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xx7Ol-0001H2-66 for emacs-devel@gnu.org; Fri, 05 Dec 2014 23:55:15 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aj4PAOwQflRMCqTq/2dsb2JhbABbgweDYIVaxRsCBAICgSQXAQEBAQEBfIQDAQEDAVYoCws0EhQYDYhuCdZZAQsgkHYWhDIFiwGMVQWXVIF4hBkhgncBAQE X-IPAS-Result: Aj4PAOwQflRMCqTq/2dsb2JhbABbgweDYIVaxRsCBAICgSQXAQEBAQEBfIQDAQEDAVYoCws0EhQYDYhuCdZZAQsgkHYWhDIFiwGMVQWXVIF4hBkhgncBAQE X-IronPort-AV: E=Sophos;i="5.07,502,1413259200"; d="scan'208";a="99692463" Original-Received: from 76-10-164-234.dsl.teksavvy.com (HELO ceviche.home) ([76.10.164.234]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 05 Dec 2014 23:55:14 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 5DEC166159; Fri, 5 Dec 2014 23:55:14 -0500 (EST) In-Reply-To: <874mt9o5w5.fsf@lifelogs.com> (Ted Zlatanov's message of "Fri, 05 Dec 2014 21:42:50 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:179088 Archived-At: > Yes, it's small enough that I'd just put it in the Emacs core somewhere. subr-x.el would be the obvious choice if you want it "in the core". > Stefan, is there a guide on how built-in packages work or should we just > dig into the source? IIRC you just need to put a "Package:" and a "Version:" header. Stefan