Some configurations of xemacs (`--pdump' ones) do not allow dumped
lisp files (listed in `site-packages') to use buffer data type.
Despite of this cc-mode before 5.30 was dumpable. Since 5.30 (5.141
mast 10-Sep-02) `cc-vars.el' uses temporay buffers for computing
initial variable values. This makes it and rest of cc-mode depending
on it undumpable in those configurations.
Is using temporary buffers really necessary? Is there something that
may not be done using string operations only?
Already wrote on Mon, 12 May 2003 16:57:16 (GMT) to
<xemacs-beta(a)xemacs.org> about very limited data type set allowed for
dumping. What about extending it?