From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: [RFC] Micro-Init files in GNU ELPA Date: Thu, 05 Dec 2013 20:28:28 -0700 Message-ID: <874n6mmzdv.fsf@fleche.redhat.com> References: <6c891113-22b0-4f3d-afc9-a735548efbbb@default> <87pppdu2tb.fsf_-_@gmail.com> <87li0039d0.fsf_-_@flea.lifelogs.com> <87a9gfx5um.fsf@gmail.com> <877gbj1ih2.fsf@flea.lifelogs.com> <87haani7g2.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1386300527 30053 80.91.229.3 (6 Dec 2013 03:28:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Dec 2013 03:28:47 +0000 (UTC) Cc: "T.V. Raman" , Jambunathan K , joakim@verona.se, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 06 04:28:51 2013 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 1Vom5z-0008Bd-At for ged-emacs-devel@m.gmane.org; Fri, 06 Dec 2013 04:28:51 +0100 Original-Received: from localhost ([::1]:57155 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vom5v-0004ET-Lv for ged-emacs-devel@m.gmane.org; Thu, 05 Dec 2013 22:28:47 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vom5n-00046c-47 for emacs-devel@gnu.org; Thu, 05 Dec 2013 22:28:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vom5h-0007Sw-1E for emacs-devel@gnu.org; Thu, 05 Dec 2013 22:28:39 -0500 Original-Received: from mx1.redhat.com ([209.132.183.28]:14565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vom5g-0007Se-O2 for emacs-devel@gnu.org; Thu, 05 Dec 2013 22:28:32 -0500 Original-Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rB63SUR4018814 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 5 Dec 2013 22:28:30 -0500 Original-Received: from barimba (ovpn-113-93.phx2.redhat.com [10.3.113.93]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id rB63SSak008229 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 5 Dec 2013 22:28:29 -0500 X-Attribution: Tom In-Reply-To: (Stefan Monnier's message of "Thu, 05 Dec 2013 19:49:46 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 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:166144 Archived-At: Stefan> For the single-file packages, we don't yet have a way to provide any Stefan> Texinfo manual. I think there's no real reason to. If you have multiple files, make a multi-file package. I think it isn't that hard; and in any case an alternative scheme seems like it would have to be at least as complicated. Tom