Path: utzoo!utgpu!jarvis.csri.toronto.edu!utcsri!tarvydas From: tarvydas@utcsri.UUCP (Paul Tarvydas) Newsgroups: comp.emacs Subject: need help autoloading edt.el in gnu emacs Message-ID: <5917@utcsri.UUCP> Date: 18 Jan 88 17:30:13 GMT Article-I.D.: utcsri.5917 Posted: Mon Jan 18 12:30:13 1988 Distribution: na Organization: CSRI, University of Toronto Lines: 16 I've brought up Gnu Emacs 18.47 on my ICM running 4.2 BSD. I would like to have it come up with edt-emulation enabled, so I put '(load "edt.el")' into the site-load.el and re-dumped emacs. The edt emulation works, except for some reason, the GOLD key (pf1) remains undefined. I tried to load edt.el using my .emacs file, with the same result. The only way I get the GOLD key to work properly is by interactively loading edt.el. My guess is that this problem has something to do with the "define-keypad-key" function defined in edt.el (eg. a scoping problem), but with my limited knowledge of Gnu Emacs, I haven't found the problem yet. Anybody have any clues for me? thanx Paul Tarvydas tarvydas@turing.toronto.edu