On Fri, Sep 26, 2003 at 11:01:29PM +0400, Ilya N. Golubev wrote:
 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? 
Be our guest, but you're not going to enjoy the ride.  Buffer has a
lot of other object types linked to it (if you dump object x, you must
be able to dump every object x has a reference to), and in particular
I suspect you don't want to go anywhere near console, frame or device.
They are linked to system thingies, and more importantly they are
recreated at startup.
I'd suspect extent-info links to the underlying buffer too.
  OG.