>>>> "Hrvoje" == Hrvoje Niksic
<hniksic(a)iskon.hr> writes:
Hrvoje> Jeff Miller <jmiller(a)smart.net> writes:
Hrvoje> Now the recent messages buffer shows "Loading cl-macs".
>
> I see the cl-macs message in the xterm i start xemacs from long
> before the emacs frame even pops on the screen.
>
> And I have been seeing this for a long time. I'm reasonably sure I
> know why too. I believe it's calendar.
Hrvoje> Then calendar has the same problem. Note that I've just sent
Hrvoje> out a patch that fixes the problem for find-file; it can
Hrvoje> probably be fixed for calendar as well.
i applied your patch, but i see the same thing.
removed src/xemacs and redumped.
i have tried,
src/xemacs -nw
src/xemacs -nw -vanilla
src/xemacs
src/xemacs -vanilla
In the non-vanilla session I see calendar loaded very early when I do
C-h l, but I don't see it loaded at all during the vanilla sessions.
I put a little (message "calendar") in my calendar.el to verify this.
i even moved the calendar package out of my package dir and i still
get the "loading cl-macs".
so i *think* what I'm seeing is being caused by something else, but I
am not positive.
i also see this same behavious at work with 21.1.x
i have tried putting in some (message "blah blah") statement into
various lisp files used during startup but have not determined at lot.
someplace add-submenu gets called 7 times (in either windowed or -nw mode)
src/xemacs -vanilla
add-submenu
add-submenu
add-submenu
add-submenu
add-submenu
add-submenu
Loading cl-macs...
Loading cl-macs...done
add-submenu
command-line
command-line-early
Jeff