jed-users mailing list

[2004 Date Index] [2004 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: require or evalfile or autoload?


On Tue, Mar 09, 2004 at 01:55:08PM -0800, Dave Kuhlman wrote:
> Could someone explain the difference between using require(),
> evalfile(), or autoload() to load a .sl file for a mode.

> I could not find anything on this in the documentation.
You should have looked in the online help, all other forms of
documentation are more or less outdated. Evalfile() and autoload() are
both documented, require() basically evalfiles a file *once* - the second
time you require, it does nothing, provided the file provides a
provide().

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2004 date index] [2004 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]