! ! TPUINI.TPU from Kalamazoo College ! ! Martin Marietta Aerospace (Canaveral Operations) ! Supplement to Kalamazoo College SYS$LIBRARY:TPUINI.TPU ! ! To change the size of the first indentation with the key, modify ! the 8 in the first line below to your preferred value. We suggest 8 ! for FORTRAN programmers and 2 or 3 for PASCAL programmers. ! edt$x_tab_size := 8; edt$x_tab_goal := edt$x_tab_size; edt$x_tab_set := 1; ! ! ! To change the width of the text, modify the 132 in the first line ! below to your preferred value. We suggest 60 for theses, 72 for ! FORTRAN programmers, and 78 for PASCAL programmers. Use 132 if ! you don't want to have autowrap at end of screen. edt$x_wrap_position := 132; define_key('edt$wrap_word',key_name(' '),"return"); ! ! The following command should be activated by deleting the initial ! exclamation point if you want to customize for TEXT PROCESSING. ! It changes the definition of word boundaries to not include algebraic ! punctuation and it de-activates autoindentation on carriage return to ! match the previous line. ! !kaz$swap_delim; ! ! The following command should be activated by deleting the initial ! exclamation point if you want to customize for TEXT PROCESSING. ! It changes the definition of word boundaries to not include algebraic ! punctuation w/o changing the autoindent feature. ! !mmc$swap_word;