Re: [gentoo-dev] Two updates for elisp*.eclass

2013-03-08 Thread Ulrich Mueller
> 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

Re: [gentoo-dev] Two updates for elisp*.eclass

2013-03-08 Thread Michał Górny
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

[gentoo-dev] Two updates for elisp*.eclass

2013-03-08 Thread Ulrich Mueller
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