Michael Sperber <sperber(a)informatik.uni-tuebingen.de> writes:
>>>>> "sb" == SL Baur
<steve(a)xemacs.org> writes:
sb> This patch isn't going to work quite
right. The DOC strings for all
sb> loaded files will be lost. I thought the best solution was what was
sb> originally done for EFS with efs-auto.el.
Could you clarify this? I'm afraid my understanding of how doc
strings work is rather incomplete. I'm more than willing to do the
necessary hackery.
The hackery has been done. Basically, the same list of lisp files
loaded at dump time (I hope you're familiar with this code by now :-)
needs to be presented to lib-src/make-docfile which does some magic
and spits out a DOC file. make-docfile.el uses the same algorithm
(and code) to determine what files are dumped with XEmacs. So long as
nothing dirty is done (magical require's which load code, explicit
calls to "load", to name two) everything should just work.