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: CVS is the `released version' Date: Mon, 21 May 2007 10:14:31 -0400 Message-ID: References: <2cd46e7f0705101124r72000f78xdf05d18ca815ca57@mail.gmail.com> <17991.47259.210100.801472@localhost.localdomain> <86646mib0q.fsf@lola.quinscape.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1179756890 31176 80.91.229.12 (21 May 2007 14:14:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 21 May 2007 14:14:50 +0000 (UTC) Cc: tromey@redhat.com, rms@gnu.org, joakim@verona.se, emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 21 16:14:47 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hq8es-0003cv-VB for ged-emacs-devel@m.gmane.org; Mon, 21 May 2007 16:14:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hq8es-0004HB-E4 for ged-emacs-devel@m.gmane.org; Mon, 21 May 2007 10:14:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hq8en-0004Fd-3W for emacs-devel@gnu.org; Mon, 21 May 2007 10:14:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hq8em-0004FA-4d for emacs-devel@gnu.org; Mon, 21 May 2007 10:14:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hq8el-0004F5-WF for emacs-devel@gnu.org; Mon, 21 May 2007 10:14:40 -0400 Original-Received: from 191.red-83-44-183.dynamicip.rima-tde.net ([83.44.183.191] helo=alfajor.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hq8ef-0005DY-4O; Mon, 21 May 2007 10:14:36 -0400 Original-Received: by alfajor.home (Postfix, from userid 20848) id 7910F1C65B; Mon, 21 May 2007 10:14:31 -0400 (EDT) In-Reply-To: <86646mib0q.fsf@lola.quinscape.zz> (David Kastrup's message of "Mon\, 21 May 2007 15\:03\:49 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:71513 Archived-At: >>> It seems wasteful to have a file just for this define-package. Why >>> not get the info out of the .el files just as for a one-file package? >> >> I don't think the waste is very significant. Butm I agree that >> package.el could simply look for a define-package call in every .el >> file. And it could simply report an error if there are 2 or more >> such calls. > Could also be information in a comment, properly formatted. Indeed, probably using the same format as is currently used for single-file packages. Stefan