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

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

bug#24491: Avoid recursive require of eshell


From: Glenn Morris
Subject: bug#24491: Avoid recursive require of eshell
Date: Wed, 21 Sep 2016 16:33:31 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

You ought to be able to avoid such problems by using
(with-)eval-after-load instead of foo-load-hook, since the former runs
after provide (effectively).

Frankly all foo-load-hooks are probably historical baggage that should
be obsoleted. There's no need for them to exist given that a general
solution does.





reply via email to

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