From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dhruva Newsgroups: gmane.emacs.devel Subject: Re: CVS is the `released version' Date: Tue, 29 May 2007 11:51:10 +0530 Message-ID: References: <86646mjvxp.fsf@lola.quinscape.zz> <2cd46e7f0705251413y975af0bwbd7c6709814fd915@mail.gmail.com> <85wsywysob.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1180419760 29472 80.91.229.12 (29 May 2007 06:22:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 May 2007 06:22:40 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 29 08:22:38 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 1Hsv6H-0004zX-EM for ged-emacs-devel@m.gmane.org; Tue, 29 May 2007 08:22:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hsv6D-0004z6-PF for ged-emacs-devel@m.gmane.org; Tue, 29 May 2007 02:22:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hsv5A-0004XH-D6 for emacs-devel@gnu.org; Tue, 29 May 2007 02:21:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hsv58-0004We-Pg for emacs-devel@gnu.org; Tue, 29 May 2007 02:21:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hsv58-0004WX-FD for emacs-devel@gnu.org; Tue, 29 May 2007 02:21:22 -0400 Original-Received: from ug-out-1314.google.com ([66.249.92.173]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hsv57-0008Oo-8f for emacs-devel@gnu.org; Tue, 29 May 2007 02:21:21 -0400 Original-Received: by ug-out-1314.google.com with SMTP id 34so1977659ugf for ; Mon, 28 May 2007 23:21:11 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=oTfdUufCUF23Gs7/mymH470YS2fhm0SRCl7UCjfkLvTSEp28Rib0S6yVCUpvRguKElEWNwWlY3EvySQtGXcjfRWY7msw0AjaktUvIRT80jvaRFIt0k6YzBJWZpC9Lnc9nGsbCS4uwk9EasUbMfGzOWLZzwLb9t06dd9qlJgnaj8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XibVC1KztVCftnnCur1kidNiUwPiYD8XTiIqi6TH8rExwiq7dvfJARvCGBOgKW9CCzJ6P+cbxTynPBvT3nzHtT41w1x3Cg0cH09t6yzVryg07VLdYWC1bb35SDHLTU4sa8+KqYwdsnMaSECkqemr/PWMWSccgLKiieJgJSCLuV4= Original-Received: by 10.78.153.17 with SMTP id a17mr1829431hue.1180419670903; Mon, 28 May 2007 23:21:10 -0700 (PDT) Original-Received: by 10.78.206.20 with HTTP; Mon, 28 May 2007 23:21:10 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:71926 Archived-At: Hi, On 5/29/07, Richard Stallman wrote: > Is it feasible/practical to have a keyword in the comment area of the > file "providing" the package with list of depedencies and their > locations? If the locations are not given, we could assume that it in > the same location where the main package is hosted OR is part of emacs > distro. > > It should be just names, not locations. I agree this should be easy. I think names are almost there. If a package follows a rule/standard of making all 'require' in the top level file (file that provides the package), we just can search for them to get that list. The real problem remains, where do I find them... with best regards, dhruva -- Dhruva Krishnamurthy Contents reflect my personal views only!