!command file problem 'fix' ! ! use this if you use a command file and begin getting strange messages ! about attributes being changed and whether or not to save the changes ! ! Put the following command as the last line in your command file !tpu eve$$x_attrs_modified := false ! ! !print problem 'fix' ! ! add the following command !update (message_window); ! after the set (text, message_window, no_translate); statement ! ! !extraneous key definition statement on startup 'fix' ! ! When layering upon the eve interface with V5.3 a strange statement concerning ! the definition of the (E1, SHIFT_KEY) appears with the startup messages ! To get rid of the message, edit the file EVE$WILDCARD.TPU and move the ! DEFINE_KEY statement for the (E1, SHIFT_KEY) to somewhere (anywhere) after ! the ENDMODULE; statement and recompile EVE ! ! !source files missing 'fix' ! ! There are 2 EVE source files missing from the V5.3 distribution tape. Call ! CSC (known problem) and request the source files on the appropriate media. ! EVE cannot be recompiled without these source files. ! ! EVE$PARSER.TPU ! EVE$INTERNATIONALIZATION.TPU ! !