On May 9, 3:29 pm, "zsl...@[EMAIL PROTECTED]
" <levili...@[EMAIL PROTECTED]
> wrote:
> I've just downloaded Lisp in a box, and I'm trying out it with Slime.
> But unfortunately I'm unable to do such basic things as navigating
> back and forth in the command history. (I haven't found much help in
> the Slime manual).
I've found. (M-n and M-p) Though, the manual could be a bit more
verbose (because not everubody is an Emacs expert):
4.2 Input navigation
C-a slime-repl-bol
Go to the beginning of the line, but stop at the repl prompt.
M-n
M-p
M-s
M-r slime-repl-{next,previous}-input
slime-repl-{next,previous}-matching-input
comint-style input history commands.
C-c C-n
C-c C-p slime-repl-next-prompt, slime-repl-previous-prompt
Move between the current and previous prompts in the repl buffer.


|