Gnus development mailing list
 help / color / mirror / Atom feed
* Strange byte-compiler output
@ 2001-11-26  7:50 Kai Großjohann
  2001-11-28 17:10 ` ShengHuo ZHU
  0 siblings, 1 reply; 2+ messages in thread
From: Kai Großjohann @ 2001-11-26  7:50 UTC (permalink / raw)


Look here:

/----
| Wrote /home-local/grossjoh/lisp/gnus/lisp/mailcap.elc
| Loading gnus-group...
| Loading gnus-group...
| Loading gnus-group...
| Loading gnus-group...
| Wrote /home-local/grossjoh/lisp/gnus/lisp/message.elc
\----

This is part of the output from "make".  How come it loads gnus-group
four times during compilation of mailcap?

kai
-- 
Simplification good!  Oversimplification bad!  (Larry Wall)



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Strange byte-compiler output
  2001-11-26  7:50 Strange byte-compiler output Kai Großjohann
@ 2001-11-28 17:10 ` ShengHuo ZHU
  0 siblings, 0 replies; 2+ messages in thread
From: ShengHuo ZHU @ 2001-11-28 17:10 UTC (permalink / raw)


Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:

> Look here:
>
> /----
> | Wrote /home-local/grossjoh/lisp/gnus/lisp/mailcap.elc
> | Loading gnus-group...
> | Loading gnus-group...
> | Loading gnus-group...
> | Loading gnus-group...
> | Wrote /home-local/grossjoh/lisp/gnus/lisp/message.elc
> \----
>
> This is part of the output from "make".  How come it loads gnus-group
> four times during compilation of mailcap?

The output is from compilation of message.el where functions
gnus-group-name-decode and gnus-group-name-charset are used.  But they
are autoloaded and defsubst'ed.  I've fixed the problem.

ShengHuo



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-11-28 17:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-26  7:50 Strange byte-compiler output Kai Großjohann
2001-11-28 17:10 ` ShengHuo ZHU

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).