[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: strange code in ediff-hook.el
From: |
Michael Kifer |
Subject: |
Re: strange code in ediff-hook.el |
Date: |
Sun, 09 Mar 2008 01:01:12 -0500 |
> Michael Kifer writes:
>
> > If this flag is not set (as in XEmacs), then a bunch of autoloads
> > is defined.
>
> Aha.
>
> > If this code is removed, how will the ediff autoloads get into
> > XEmacs?
>
> Via the auto-autoloads mechanism. You should not need to write
> explicit invocations of `autoload' in either XEmacs or Emacs. I
> haven't checked all those functions, but the ones I did check have
> ";;;###autoload" cookies, so they will be automatically turned into
> autoloads in auto-autoloads.el. These are automatically read into
> XEmacs at startup. These "cookies" are the preferred way to set up
> autoloads in XEmacs.
>
> The code setting up the menus is still needed in XEmacs, though.
Thanks. Now I recalled what the real reason was: to test the autoloads
at the time when ediff was still under active development.
I'll remove them.
- Re: strange code in ediff-hook.el, (continued)
- Re: strange code in ediff-hook.el, Eli Zaretskii, 2008/03/08
- Re: strange code in ediff-hook.el, Dan Nicolaescu, 2008/03/08
- Re: strange code in ediff-hook.el, Michael Kifer, 2008/03/08
- Re: strange code in ediff-hook.el, Dan Nicolaescu, 2008/03/08
- Re: strange code in ediff-hook.el, Michael Kifer, 2008/03/08
- Re: strange code in ediff-hook.el, Dan Nicolaescu, 2008/03/08
- Re: strange code in ediff-hook.el, Michael Kifer, 2008/03/08
- Re: strange code in ediff-hook.el, Stephen J. Turnbull, 2008/03/08
- Re: strange code in ediff-hook.el, Michael Kifer, 2008/03/08
- Re: strange code in ediff-hook.el, Stephen J. Turnbull, 2008/03/09
- Re: strange code in ediff-hook.el,
Michael Kifer <=
- Re: strange code in ediff-hook.el, Dan Nicolaescu, 2008/03/08
- Re: strange code in ediff-hook.el, Michael Kifer, 2008/03/09
- Re: strange code in ediff-hook.el, Johan Bockgård, 2008/03/09
- Re: strange code in ediff-hook.el, Juanma Barranquero, 2008/03/08
- Re: strange code in ediff-hook.el, Dan Nicolaescu, 2008/03/08
- Re: strange code in ediff-hook.el, Glenn Morris, 2008/03/08
- Compiler warnings on Windows - gnus/*.el (was: strange code in ediff-hook.el), Reiner Steib, 2008/03/09
- Re: Compiler warnings on Windows - gnus/*.el, Glenn Morris, 2008/03/09
- Re: Compiler warnings on Windows - gnus/*.el, Glenn Morris, 2008/03/09
- Re: Compiler warnings on Windows - gnus/*.el (was: strange code in ediff-hook.el), Eli Zaretskii, 2008/03/09