[Openmcl-devel] listener ? prompt - retrieve previously eval'd expressions?

Ron Garret ron at flownet.com
Sun Jul 3 10:22:00 PDT 2016


This will let you use option-uparrow/option-downarrow to scroll through the command buffer:

(hemlock::bind-key "Previous Interactive Input" #k"meta-uparrow" :mode "Listener")
(hemlock::bind-key "Next Interactive Input" #k"meta-downarrow" :mode "Listener”)

You can, of course, replace the keys with whatever you want.

On Jul 3, 2016, at 10:08 AM, ◒ Simon Lucas ◒ <simon at spiral.co.uk> wrote:

> Hi, I'm rediscovering common lisp after a long break, and wanted to know whether, in the CCL listener,  I can use something like the up-arrow to get to the buffer of previously evaluated expressions? I know it works in some Lisp Listeners.
> 
> I'm going through Winston's exercises and I think it would save me a lot of typing.
> 
> I'm using the standard Clozure CL editor.
> 
> Thanks.
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> https://lists.clozure.com/mailman/listinfo/openmcl-devel




More information about the Openmcl-devel mailing list