!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 ! ! !EDITOR ABORTS ON RECOVERY OPERATION 'FIX' ! ! "Known" bug and is supposedly fixed in the 5.3-1 update. ! ! !TPU DISPLAYS MESSAGE THAT JOURNALING HAS BEEN STARTED FOR NAMED BUFFER ! ! TPU will display a message that journaling has been started for a buffer ! when that buffer/file is read into the editing session. This only seems to ! happen with an editor layered on top of EVE, even though that editor makes ! no journaling calls. No known fix/workaround at this time. !