On Fri, Mar 10, 2000 at 03:33:37PM -0800, Martin Buchholz wrote:
What does (running-temacs-p) mean, exactly? It sure seems like a
bug
to me that
./xemacs -batch -eval '(progn (print (running-temacs-p)))'
==> t ; if xemacs is configured ---pdump
==> nil ; if xemacs is configured without --pdump
This will potentially affect all code that calls (runing-temacs-p).
It's a bug.
Question: do you see any difference in meaning between purify-flag and
running-temacs-p? (I don't, and if we agree I'll simply use
purify_flag in Frunning_temacs_p).
OG.