emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Supporting multiline Package-Requires header


From: Bozhidar Batsov
Subject: Re: Supporting multiline Package-Requires header
Date: Mon, 10 Aug 2015 16:54:25 +0300

I'd love to be able to just add several "Package-Requires" lists, as this would be most visually appealing and easiest to read. At any rate - something has to be done about long dependency lists, as they look quite ridiculous right now.

On 10 August 2015 at 16:08, Artur Malabarba <address@hidden> wrote:
> Indeed. But it's only accidentally a sexp, in the sense that it's not
> actually a sexp in the buffer -- it's a comment.

It's a commented-out sexp, but it's still a sexp, and it has to be a valid one.

> What is the failure behaviour of package.el for this at the moment?

Package.el will signal an error during installation if it's not a
valid sexp. The error itself will depend on what the problem is.
Here's what you get if you miss a closing paren for instance:
    package-read-from-string: End of file during parsing



reply via email to

[Prev in Thread] Current Thread [Next in Thread]