From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: Supporting multiline Package-Requires header Date: Sun, 23 Aug 2015 13:03:33 +0100 Message-ID: References: <87si7rjqmp.fsf@newcastle.ac.uk> <87fv3rjogj.fsf@newcastle.ac.uk> <87fv3po7ss.fsf@russet.org.uk> <87lhd2h5ug.fsf@Rainer.invalid> <878u92gxai.fsf@Rainer.invalid> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1440332584 4356 80.91.229.3 (23 Aug 2015 12:23:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Aug 2015 12:23:04 +0000 (UTC) Cc: emacs-devel To: Achim Gratz Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 23 14:23:04 2015 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 1ZTUIi-0000cC-4Z for ged-emacs-devel@m.gmane.org; Sun, 23 Aug 2015 14:23:04 +0200 Original-Received: from localhost ([::1]:47933 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTU19-0006om-GP for ged-emacs-devel@m.gmane.org; Sun, 23 Aug 2015 08:04:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50177) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTTzs-00062b-6a for emacs-devel@gnu.org; Sun, 23 Aug 2015 08:03:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZTTzr-0003P9-9v for emacs-devel@gnu.org; Sun, 23 Aug 2015 08:03:36 -0400 Original-Received: from mail-la0-x235.google.com ([2a00:1450:4010:c03::235]:33863) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTTzq-0003Oi-TW for emacs-devel@gnu.org; Sun, 23 Aug 2015 08:03:35 -0400 Original-Received: by laba3 with SMTP id a3so62898551lab.1 for ; Sun, 23 Aug 2015 05:03:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=YHfNtS81Vk6hJhmjfV0NiOd48HgDDEnMhd1JBl2Rc9k=; b=aSLn/SfyCyKx+x18Tvs8kAGXcIK5P5Ceju10gQve9JfIWA9ns6YhATqq1hsNM3A+mO +YRUTGv8z9UzojdeaX5oXXTLcMB14X/XmSiewQ0XF4wBMFxIfwBjQj0cskOYsBSGFXzk 3kOezhHYms7l1HODDiFzBThKpOVTR4Qaa4Kq7XBiLVKC/PBWyR/x/dF7kZLN+86qXWo0 fmU4AMeg7s7ceyZlf33kNQRqpfJRoZ5F3CbcGAcgbA4rZ8Gg2CKs4ObkjHu8QB/sPcfu S8vedlkFOy3+8AYlvqN0y4Io/bRg6N9bGrbyyynAut6TfQ7esIDYFWwqLPE4dunfo7fk P9/A== X-Received: by 10.152.18.164 with SMTP id x4mr11234393lad.35.1440331414145; Sun, 23 Aug 2015 05:03:34 -0700 (PDT) Original-Received: by 10.25.213.202 with HTTP; Sun, 23 Aug 2015 05:03:33 -0700 (PDT) In-Reply-To: <878u92gxai.fsf@Rainer.invalid> X-Google-Sender-Auth: VMAgCO4vDRSDXxpZYUp5UX1GSeU X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::235 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:189085 Archived-At: 2015-08-23 10:37 GMT+01:00 Achim Gratz : > Artur Malabarba writes: >> I'm meaning to see if Elpa can be made to look for a -pkg file before >> visiting the main package file to gather information. > > As suggested before, looking for -version.el before the main > package file (if it's a multi-file package) -version.el is an ad-hoc file that org uses, but -pkg.el is a standard way for package.el to specify the package definition (there's already code for it, Elpa just doesn't use it yet). > is probably easier since it > wouldn't touch most of the existing code. I don't understand. What code are you referring to? AFAICT, org already generates a perfectly compliant -pkg file, no? So no code would have to change for org. >> I was just forced to interrupt what I was doing here because I had to start >> writing my thesis,but I'll get back to it eventually. > > Your thesis will obviously have to take precedence. Fortunately, thanks to Emacs, it's going very rapidly. :-)