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

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

bug#10982: documentation bug eval-after-load


From: Glenn Morris
Subject: bug#10982: documentation bug eval-after-load
Date: Fri, 09 Mar 2012 12:40:50 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Le Wang wrote:

> So two issue come up:  should symbol even be supported by `eval-after-load`
> if the feature might not be finished loading?  If it has to be kept for
> backward compatibility, documentation should explicitly say don't use
> symbol because the feature might not be finished loading.

The version of eval-after-load in the trunk handles this better, so that
even if provide is not at the end of the file, the eval-after-load forms
do not run until the file has finished loading.

What is the second issue?





reply via email to

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