auto-execute-command auto-fill-mode /tmp/\{Re,article,rnmail,pn\}
auto-execute-command show-match .*\.[lchyf]$\|.*\.lisp$\|.*\.scm$
auto-execute-command c-mode .*\.[chy]$
auto-execute-command read-only-mode .*\.[12345678]$
auto-execute-command lisp-mode .*\.l$\|.*\.lisp$\|.*\.scm$
auto-execute-command read-only-mode .*\.nrs$
bind-to-key pause-jove ^[S
bind-to-key pause-jove ^[s
set process-prompt ^[^%$#]*[%$#] 
process-bind-to-key interrupt-process ^C
process-bind-to-key process-newline ^M
bind-to-key set-mark ^[ 
bind-to-key auto-fill ^C
make-keymap ansi-codes
bind-keymap-to-key ansi-codes ^[[
bind-keymap-to-key ansi-codes ^[O
bind-to-key previous-line ^[[A
bind-to-key next-line ^[[B
bind-to-key forward-character ^[[C
bind-to-key backward-character ^[[D
bind-to-key previous-line ^[OA
bind-to-key next-line ^[OB
bind-to-key forward-character ^[OC
bind-to-key backward-character ^[OD

make-keymap linux-pg-up
bind-keymap-to-key linux-pg-up ^[O5
bind-to-key previous-page ^[O5~

make-keymap linux-pg-dn
bind-keymap-to-key linux-pg-dn ^[O6
bind-to-key next-page ^[O6~
