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

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

Re: Tracing what is loading


From: Juanma Barranquero
Subject: Re: Tracing what is loading
Date: Mon, 8 Dec 2008 00:41:52 +0000

On Sun, Dec 7, 2008 at 23:09, Harry Putnam <reader@newsguy.com> wrote:

> So ok, I'll bite.. what is `Fload'?

Sorry.

Fload is the `load' function. If you search the C code, you'll see
that emacs lisp functions defined in C are called F + name of
function.

What I wanted to say is that the load function is defined in C (and
called Fload in the C code), so if you advise it you won't get
information about the times it is called from other C code (search
Fload in the src/ directory to see where does that happen). But you
can modify Fload and add code to show what it is loading.

    Juanma




reply via email to

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