[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Supporting multiline Package-Requires header
From: |
Artur Malabarba |
Subject: |
Re: Supporting multiline Package-Requires header |
Date: |
Mon, 10 Aug 2015 14:08:12 +0100 |
> 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
- Supporting multiline Package-Requires header, Artur Malabarba, 2015/08/10
- Re: Supporting multiline Package-Requires header, Kaushal, 2015/08/10
- Re: Supporting multiline Package-Requires header, Artur Malabarba, 2015/08/10
- Re: Supporting multiline Package-Requires header, Phillip Lord, 2015/08/10
- Re: Supporting multiline Package-Requires header, Phillip Lord, 2015/08/11
- Re: Supporting multiline Package-Requires header, Artur Malabarba, 2015/08/11
- Re: Supporting multiline Package-Requires header, Bozhidar Batsov, 2015/08/12
- Re: Supporting multiline Package-Requires header, Stefan Monnier, 2015/08/12
- Re: Supporting multiline Package-Requires header, Artur Malabarba, 2015/08/12
- Re: Supporting multiline Package-Requires header, Stefan Monnier, 2015/08/12
- Re: Supporting multiline Package-Requires header, Artur Malabarba, 2015/08/12
- Re: Supporting multiline Package-Requires header, Artur Malabarba, 2015/08/13