home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 104.lha / s / .edrc next >
Text File  |  1980-07-10  |  1KB  |  34 lines

  1.  
  2. #   SAMPLE  .EDRC file
  3. #
  4. #   copy to S:.EDRC after removing unwanted stuff
  5.  
  6.  
  7. #   By default DME does not put tabs in the output file.    `savetabs on'
  8. #   causes DME to optimize the output file with tabs.
  9.  
  10.  
  11. savetabs on
  12. map c-tab   ``    ' left left left left'
  13. map cs-tab  `del del del del'
  14. map a-tab   `goto block while cb `c-tab down''
  15. map as-tab  `goto block while cb `cs-tab down''
  16.  
  17. #   If we have menus, RMB cannot be used for iconify.
  18. #   SAVEQUIT is an example of calling menu functions from a command string
  19. map help iconify
  20.  
  21. menuadd Project ChangeName  (escimm (chfilename ))
  22. menuadd Project Load        f2
  23. menuadd Project Insert      f1
  24. menuadd Project NewWindow   f3
  25. menuadd Project Save        f9
  26. menuadd Project SaveAs      (escimm (saveas ))
  27. menuadd Project SaveQuit    (project-save project-quit)
  28. menuadd Project Quit        quit
  29. menuadd Convert LF->CRLF    (top repeat -1 (last tlate 13 down))
  30. menuadd Convert CRLF->LF    (top repeat -1 (last left if c=13 del down))
  31. menuadd Block   Indent      (goto block while cb (first (    ) down))
  32. menuadd Block   Backdent    (goto block while cb (first repeat 4 (if c=32 del) down))
  33.  
  34.