help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Nested `with-eval-after-load'?


From: Alexander Shukaev
Subject: Re: Nested `with-eval-after-load'?
Date: Thu, 13 Aug 2015 13:18:24 +0200

> So, your question is too general to give a more concrete answer.  What
> is your real-life problem?

Nothing special, it's just that I have two nested
`with-eval-after-load' quite often when I have to configure one
package using another one (for example, `evil' and `helm', etc.).
However, it looks like with

> Normally, `with-eval-after-load' tries to avoid to add duplicates of one
> and the same function (it tests for presence with `equal' before adding
> any function in the according alist value).

I'm on the safe side even if packages get reloaded during Emacs usage
(manually, for instance).

Regards,
Alexander



reply via email to

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