Path: utzoo!lsuc!hcr!rjg From: rjg@hcr.UUCP (Bob Gibson) Newsgroups: comp.emacs Subject: Re: jove & vt100 Message-ID: <3337@hcr.UUCP> Date: Tue, 17-May-88 10:15:05 EDT Article-I.D.: hcr.3337 Posted: Tue May 17 10:15:05 1988 References: <299@wmt.UUCP> <1040005@acf8.UUCP> <146@isl.stanford.edu> Reply-To: rjg@hcr.UUCP (Bob Gibson) Organization: HCR Corporation Lines: 28 Summary: In article <146@isl.stanford.edu> wongpw@isl.UUCP (Ping Wah Wong) writes: | | If I use several different terminals, how do I tell jove (supposedly | through the .joverc file) to interpret the cursor and function keys | correctly? Thanks in advance! | | Ping (wongpw@isl.stanford.edu) I include all my terminal independent key bindings in my .joverc and use the "source" command to source a different file of terminal dependent key bindings for each terminal I work with according to my $TERM variable. This is done in my .joverc with the following line: source ~/jove/term/$TERM where ~/jove/term is a directory of jove "terminal descriptions". For example, If I logged in on a vt100, I would set my TERM environment variable to vt100 in my .profile, which would then instruct JOVE to source ~/jove/term/vt100. You will probably also need to "set expand-environment-variables on" first. A word of warning: on previous versions of JOVE, I have found that the source command must be the last line in your .joverc. I have not checked this out for version 4.9. Also, I use JOVE on System V, and some of the above details may be slightly different for other systems. -- Bob Gibson {utzoo,utcsri}!hcr!rjg HCR Corporation (416) 922-1937