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

Re: Problem w/ builtin editor in DOS clisp (August 94)



I had the same problem, too. I stopped using the built in editor
(probably not the answer you wanted to hear).

I put the line
(defparameter *editor* "c:\\bin\\emacs.exe")

is my config.lsp file (I am running on a DOS machine, I forget
what machine you said you are on) to load my editor.

Roger