home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 302.lha / dme_v1.36 / s / .edrc < prev   
Text File  |  1980-12-02  |  1KB  |  44 lines

  1.  
  2. ignorecase on
  3. savetabs on
  4. map c-tab   (ping 0 while c=32 right repeat tr (( ) left) pong 0 down)
  5. map cs-tab  `del del del del down'
  6. map a-tab   `goto block while cb `c-tab down''
  7. map as-tab  `goto block while cb `cs-tab down''
  8. map s-f9    `saveas ram:\$filename'
  9. map a-/     (escimm (findstr ) escimm (repstr ) repeat -1 nextr)
  10. map c-m     menuon
  11. map c-right (repeat 8 tab)
  12. map c-left  (repeat 8 backtab)
  13. map s-return return
  14. map (a- )   (( ))
  15.  
  16. map c-f1    (scanf %s bottom insfile \$scanf)
  17. map c-f2    (scanf %s newfile \$scanf)
  18. map c-f3    (scanf %s newwindow newfile \$scanf)
  19. map s-f7    (setfont topaz.font 7)
  20. map c-[     (ping 1 iconify ctags)
  21.  
  22. #   DIFF / old version support.  The following macros automatically
  23. #   diff the file being saved with the old version and save the diff
  24. #
  25. #   s-f3 will retrieve the 'old' version.  Aweesome.
  26.  
  27. map s-f3  (set old (\$filename) execute (undiff >T:dme_temp \$filename tmp:diff/\$(fname).D) newwindow newfile T:dme_temp chfilename \$old unset old)
  28.  
  29. map cs-d  (execute (copy \$filename T:dme_temp) saveold execute (diff >tmp:diff/\$(fname).D T:dme_temp \$filename))
  30. #map f8    (cs-d escimm (newfile ))
  31. #map f9    (cs-d )
  32. #map f10   (cs-d quit)
  33. map s-f8  (saveold escimm (newfile ))
  34. map s-f9  (saveold)
  35. map s-f10 (saveold quit)
  36.  
  37.  
  38. #addpath autodocs:
  39. #addpath autoincs:
  40. #addpath src:suplib/doc
  41. #addpath src:dres/doc
  42. #addpath src:commonlib/doc
  43.  
  44.