[Openmcl-devel] listener ? prompt - retrieve previously eval'd expressions?
R. Matthew Emerson
rme at clozure.com
Sun Jul 3 10:35:37 PDT 2016
> On Jul 3, 2016, at 1:08 PM, ◒ 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.
By default, you can use Option-p and and Option-n for that.
You might also find the Hemlock Commands window (choose Help->Hemlock Commands) useful for discovering more possibly-useful commands. That's only for the editor, and doesn't include any special listener commands.
More information about the Openmcl-devel
mailing list