home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carousel Volume 2 #1
/
carousel.iso
/
mactosh
/
util
/
opt_to_m.sit
/
option_to_meta.rc
Wrap
Text File
|
1988-11-25
|
1KB
|
36 lines
;;
;; This file converts most of the "option" keys into meta
;; keys, since MicroEmacs 3.8M no longer does this
;; automaticly.
;;
;; John Peterson, U. Utah.
;;
;; Some Meta keys
bind-to-key previous-word ║ ;M-b
bind-to-key case-word-capitalize ì ;M-c
bind-to-key delete-next-word ╢ ;M-d
bind-to-key next-word ─ ;M-f
bind-to-key goto-line ⌐ ;M-g
bind-to-key case-word-lower ┬ ;M-l
bind-to-key fill-paragraph ╧ ;M-q
bind-to-key previous-page ├ ;M-v
bind-to-key copy-region ╖ ;M-w
bind-to-key execute-named-command ┼ ;M-x
bind-to-key describe-key ╜ ;M-z (somewhat bogus)
bind-to-key set-mark ^@ ;M-' '
bind-to-key query-replace-string ▐ ;M-%
bind-to-key query-replace-string M-%
;;bind-to-key delete-previous-word
bind-to-key end-of-file ∙ ;M->
bind-to-key beginning-of-file ° ;M-<
bind-to-key unmark-buffer ┘ ;M-~
bind-to-key apropos └ ;M-?
;;bind-to-key case-word-upper ¼
;; Fix search keys
bind-to-key grow-window ^]
bind-to-key incremental-search ^S
bind-to-key search-forward ^XS
bind-to-key reverse-incremental-search ^R
bind-to-key search-reverse ^XR