[Openmcl-devel] listener ? prompt - retrieve previously eval'd expressions?
◒ Simon Lucas ◒
simon at spiral.co.uk
Sun Jul 3 10:54:09 PDT 2016
Glad to see so many people are active in the CCL list. I hope this is the correct way to respond...
@Ron
Thank-you!
If I want to add these key bindings to the ~/hemlock-init.lisp file, how does it work?
This did not work. (I also tried without the 'hemlock::' string)
;;; -*- Mode: Lisp; Package: Hemlock -*-
;;; It is necessary to specify that the customizations go in
;;; the hemlock package.
(in-package 'hemlock)
(hemlock::bind-key "Previous Interactive Input" #k"meta-uparrow" :mode "Listener")
(hemlock::bind-key "Next Interactive Input" #k"meta-downarrow" :mode "Listener”)
@R. Matthew
Thanks - that works
@Pascal
The '+' etc, does not work on my install.
I think the sexp environment will have to be on my todo list. thanks for the tip.
Simon
More information about the Openmcl-devel
mailing list