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

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

Re: Question On Emacs


From: Eli Zaretskii
Subject: Re: Question On Emacs
Date: Tue, 03 Oct 2000 18:17:09 +0200

> From: "Antonis Matsakas" <antonis@isihellas.com>
> Date: Tue, 3 Oct 2000 16:10:31 +0300
>
> Can you have links in gnu emacs.
> For example: the line where a function is called can link to the function
> body regardless if it's in the same file or not?

If I understand you correctly, you want the `autoload' feature:

   (autoload 'foo "bar")

This tells Emacs that whenever it needs to call a function `foo', if
it is not already available, it should load the file `bar.el' or
`bar.elc'.  Emacs looks for those files in the list of directories
which are the value of the variable `load-path'.



reply via email to

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