[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: WANTED: More Emacs-like Fred
- To: chucko@kronos-ethernet.arc.nasa.gov, info-mcl@digitool.com
- Subject: Re: WANTED: More Emacs-like Fred
- From: Wookye@aol.com
- Date: Fri, 28 Apr 1995 02:17:18 -0400
- Sender: owner-info-mcl@digitool.com
Chuck;
The file assorted-fred-commands.lisp in the MCL Examples
folder contains c-L and a few other commands.
I believe you will need to change the line:
(comtab-set-key *comtab* '(:control #\l) 'ed-refresh-screen) to:
(comtab-set-key *comtab* '(:control #\l) 'ed-scroll-cursor-to-top)
There may be others at ftp.digitool.com.
_Steve