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

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

Re: req-package


From: John Wiegley
Subject: Re: req-package
Date: Mon, 17 Aug 2015 09:42:54 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin)

>>>>> Edward Knyshov <edvorg@gmail.com> writes:

> First thing we need to figure out is does use-package provide flexible
> enough api to implement req-package as new use-package keyword.
> Currently it works by calling (use-package ...) forms when corresponding
> are packages a ready to configure.
>
> We need a full control over packages loading flow, because we need to
> rearrange some stuff to get all this dance work.

So, use-package just expands a macro into code, and you can replace every
single keyword handler if you wish.  So given that the use-package macro could
just turn into a req-package invocation, you should have complete freedom to
do whatever it is that you need.

John




reply via email to

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