There are a couple bugs in emacs 21.2 when it is compiled with #define CANNOT_DUMP 1. The default screen bg and fg colors are not initialized, causing them to be black on black, which is obviously unreadable. 2. The DOC file is not installed when "make install" is run -- or rather, it is installed, but then it is promptly removed, because an assumption is being made that the proper file is DOC-21.2, which is not true under #define CANNOT_DUMP -- it should be just plain DOC. Patches are attached. Joe Buehler