On Wed, Jan 17, 2001 at 04:33:38PM +0300, Nick V. Pakoulin wrote:
intro: "NVP" == Nick V Pakoulin <npak(a)ispras.ru>
writes:
Ok, i thought a little bit, looked at the Makefile and some understanding seems
to come to my mind ...
Building with pdump results in two files -- executable (temacs) and
corresponding dumped lisp. Right?
Right. "Ex-temacs", I'd say, since when you're pdumping there is never
any file called temacs. But sematically, yes, it's temacs.
Then why not to keep dumped part somewhere under
${datadir}/${instvardir}/ ?
Where ${datadir}/${instvardir} is depends on where the executable is,
was installed, whether there where any links, etc. XEmacs handling of
this is quite complex in order to please everybody. This is computed
in lisp.
Said lisp code is in the dump file...
OG.