Ordering Linus Björnstam (15 Aug 2019 09:24 UTC)
Re: Ordering Amirouche Boubekki (15 Aug 2019 10:07 UTC)
Re: Ordering Amirouche Boubekki (15 Aug 2019 10:20 UTC)
Re: Ordering Lassi Kortela (15 Aug 2019 17:17 UTC)

Re: Ordering Amirouche Boubekki 15 Aug 2019 10:20 UTC

Similarly, emacs lisp recommend not to rely on procedure order:

> hook functions should be designed so that the order in which they
> are executed does not matter. Any dependence on the order is
> asking for trouble.

https://www.gnu.org/software/emacs/manual/html_node/elisp/Setting-Hooks.html#Setting-Hooks

That said they provide a similar append argument to add a procedure
at the end of the hook.