emacs-devel
[Top][All Lists]
Advanced

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

Re: Can widgets be autoloaded?


From: Lennart Borgman
Subject: Re: Can widgets be autoloaded?
Date: Mon, 12 Oct 2009 22:53:51 +0200

On Mon, Oct 12, 2009 at 10:34 PM, Juri Linkov <address@hidden> wrote:
>> Or how do you handle them?
>
> Please see a comment in widget.el:
>
>  ;; This file only contains the code needed to define new widget types.
>  ;; Everything else is autoloaded from `wid-edit.el'.
>
> So everything is already autoloaded.

I see. But I meant for my "private" libraries in nXhtml. However there
is a comment in the elisp manual how to handle things like this:

     ;;;###autoload (autoload 'foo "myfile")
     (mydefunmacro foo
       ...)




reply via email to

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