Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!lll-tis!ames!pasteur!ucbvax!prg.oxford.ac.UK!stoy From: stoy@prg.oxford.ac.UK Newsgroups: comp.emacs Subject: function key customization Message-ID: <8803181111.AA02670@uk.ac.oxford.prg.client2> Date: 18 Mar 88 11:11:18 GMT References: <344@conky.cme-durer.ARPA> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 16 "... emulation), but apparently gnuemacs loads term/vt220.el _after_ my .emacs, overwriting my efforts. Is there anyway to defeat this? or ..." I have in my .emacs ; use my special vt220 startup and suppress others (if (string= (getenv "TERM") "vt220") (load "vt220sp")) The "vt220sp" file contains the line ; Prevent loading of usual vt220 startup (setq term-file-prefix nil) I think this does what you want. joe stoy