[slime-cvs] CVS slime/doc
CVS User nsiivola
nsiivola at common-lisp.net
Tue Aug 30 15:34:10 UTC 2011
Update of /project/slime/cvsroot/slime/doc
In directory tiger.common-lisp.net:/tmp/cvs-serv15235/doc
Modified Files:
slime.texi
Log Message:
slime-repl: new command: slime-eval-last-expression-in-repl
For sending forms from other buffers to repl for evaluation.
Default binding is C-c C-j. With prefix argument doesn't switch
REPL back the original package.
--- /project/slime/cvsroot/slime/doc/slime.texi 2010/12/10 15:05:06 1.101
+++ /project/slime/cvsroot/slime/doc/slime.texi 2011/08/30 15:34:10 1.102
@@ -12,7 +12,7 @@
@set EDITION 3.0-alpha
@set SLIMEVER 3.0-alpha
@c @set UPDATED @today{}
- at set UPDATED @code{$Date: 2010/12/10 15:05:06 $}
+ at set UPDATED @code{$Date: 2011/08/30 15:34:10 $}
@set TITLE SLIME User Manual
@settitle @value{TITLE}, version @value{EDITION}
@@ -2214,6 +2214,11 @@
@kbditem{C-c C-y, slime-call-defun}
Insert a call to the function defined around point into the REPL.
+ at kbditem{C-c C-j, slime-eval-last-expression-in-repl}
+Inserts the last expression to the REPL and evaluates it there.
+Switches to the current packae of the source buffer for the duration.
+If used with a prefix argument, doesn't switch back afterwards.
+
@end table
@menu
More information about the slime-cvs
mailing list