home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / util / opt_to_m.sit / option_to_meta.rc
Text File  |  1988-11-25  |  1KB  |  36 lines

  1. ;;
  2. ;; This file converts most of the "option" keys into meta
  3. ;; keys, since MicroEmacs 3.8M no longer does this
  4. ;; automaticly.
  5. ;;
  6. ;;   John Peterson, U. Utah.
  7. ;;
  8.  
  9. ;; Some Meta keys
  10. bind-to-key previous-word ║        ;M-b
  11. bind-to-key case-word-capitalize ì    ;M-c
  12. bind-to-key delete-next-word ╢        ;M-d
  13. bind-to-key next-word ─            ;M-f
  14. bind-to-key goto-line ⌐            ;M-g
  15. bind-to-key case-word-lower ┬        ;M-l
  16. bind-to-key fill-paragraph ╧        ;M-q
  17. bind-to-key previous-page ├        ;M-v
  18. bind-to-key copy-region ╖        ;M-w
  19. bind-to-key execute-named-command ┼    ;M-x
  20. bind-to-key describe-key ╜        ;M-z (somewhat bogus)
  21. bind-to-key set-mark ^@            ;M-' '
  22. bind-to-key query-replace-string ▐    ;M-%
  23. bind-to-key query-replace-string M-%
  24. ;;bind-to-key delete-previous-word
  25. bind-to-key end-of-file ∙        ;M->
  26. bind-to-key beginning-of-file °        ;M-<
  27. bind-to-key unmark-buffer ┘        ;M-~
  28. bind-to-key apropos └            ;M-?
  29. ;;bind-to-key case-word-upper ¼
  30. ;; Fix search keys
  31. bind-to-key grow-window ^]
  32. bind-to-key incremental-search ^S
  33. bind-to-key search-forward ^XS
  34. bind-to-key reverse-incremental-search ^R
  35. bind-to-key search-reverse ^XR
  36.