home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / editor / j414doc.arc / SYSTEM.RC < prev    next >
Text File  |  1989-10-10  |  759b  |  21 lines

  1. auto-execute-command auto-fill-mode /tmp/Re\|/tmp/article
  2. auto-execute-command show-match .*\.[lchyf]$\|.*\.lisp$\|.*\.scm$
  3. auto-execute-command c-mode .*\.[chy]$
  4. auto-execute-command lisp-mode .*\.l$\|.*\.lisp$\|.*\.scm$
  5. bind-to-key pause-jove ^[S
  6. bind-to-key pause-jove ^[s
  7. set process-prompt ^[^%$#]*[%$#] 
  8. process-bind-to-key interrupt-process ^C
  9. process-bind-to-key process-newline ^M
  10. make-keymap ansi-codes
  11. bind-keymap-to-key ansi-codes ^[[
  12. bind-keymap-to-key ansi-codes ^[O
  13. bind-to-key previous-line ^[[A
  14. bind-to-key next-line ^[[B
  15. bind-to-key forward-character ^[[C
  16. bind-to-key backward-character ^[[D
  17. bind-to-key previous-line ^[OA
  18. bind-to-key next-line ^[OB
  19. bind-to-key forward-character ^[OC
  20. bind-to-key backward-character ^[OD
  21.