Note: I define an environment variable "user_home" to just be my home directory. Also, another environment variable "JOVETMP" contains the directory where I want my temporary files to end up. ------------------------------------------------------------------------------- bind-to-key interrupt-process ^C set paragraph-delimiter-pattern [ ]*$\|\.\|\\\|[<>] #read-word-abbrev-file ~/.jove.abbrevs set allow-^S-and-^Q on 1 source $user_home/.joverc.search set scroll-step 4 set meta-key on 1 set scroll-bar on bind-to-key suspend-jove ^X^Z auto-execute-command auto-fill-mode .*/\.ed..*$\|.*/\.msg..*$|.*\.article$ set match-regular-expressions on set wrap-process-lines off source $user_home/.jovemacs auto-execute-command show-match-mode .* auto-execute-command c-mode .*\.[chiyl][chp]*$ bind-keymap-to-key ESC-map ^W bind-to-key kill-region ^W^W bind-to-key kill-previous-word ^[^H bind-macro-to-key insert-for-mail-response ^X> bind-macro-to-key delete-white-to-a-space ^[ bind-macro-to-key add-ed-to-tasks ^XX bind-macro-to-key rid-blank-at-beginning ^[^I set make-backup-files on set right-margin 74 set expand-environment-variables on bind-to-key shell ^Xs bind-to-key buffer-position ^Xg bind-to-key search-forward ^[^S bind-to-key search-reverse ^[^R #set tmp-file-pathname ~/trash 1 set tmp-file-pathname $JOVETMP set visible-bell on #set shell /usr/bin/tcsh 1 set xt-mouse off 1 source $user_home/lib/jove/hosts/$HOST/.joverc 1 source $user_home/lib/jove/proj/$PROJECT/.joverc