[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WANTED: More Emacs-like Fred



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