> On Fri, 8 Mar 2013, Michał Górny wrote:
>> In EAPIs where it is supported, nonfatal will give you the old
>> behaviour.
> That would mean no EAPIs :). nonfatal applies to built-in helpers
> only, and not the explicit 'die'.
Is it so? Then I've misunderstood PMS.
Anyway, I don't think that
On Fri, 8 Mar 2013 20:56:13 +0100
Ulrich Mueller wrote:
> Please find in the next messages two patches for elisp.eclass and
> elisp-common.eclass.
>
> The first patch makes functions elisp-compile(), elisp-install(), etc.
> die if there is an error. For EAPI 4, the functions died anyway,
> becau
Hi,
Please find in the next messages two patches for elisp.eclass and
elisp-common.eclass.
The first patch makes functions elisp-compile(), elisp-install(), etc.
die if there is an error. For EAPI 4, the functions died anyway,
because the underlying package manager functions did so.
In EAPIs wher