emacs-devel
[Top][All Lists]
Advanced

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

Re: when to call provide, first or last?


From: Juanma Barranquero
Subject: Re: when to call provide, first or last?
Date: Mon, 27 Feb 2012 14:25:18 +0100

On Mon, Feb 27, 2012 at 14:08, Le Wang <address@hidden> wrote:

>> What happens next?  You have broken code, and you're either looking at the
>> backtrace or you get a ding.  How is this a problem?

The problem is that you can miss the error, and also that (require
'my-feature) will "work" afterwards.

It's better to put it at the end and be sure that having the feature
means that everything went OK.

    Juanma



reply via email to

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