[slime-cvs] CVS slime/doc
CVS User sboukarev
sboukarev at common-lisp.net
Mon Feb 1 14:51:26 UTC 2010
Update of /project/slime/cvsroot/slime/doc
In directory cl-net:/tmp/cvs-serv27988/doc
Modified Files:
slime.texi
Log Message:
* slime.el: Added missing pieces to make `slime-cycle-connections'
available from keystrokes.
(slime-prefix-bindings): Added "\C-xn" entry.
(slime-cycle-connections): Corrected grammar in doc string.
(def-slime-selector-method): Added menu item `n' to SLIME selector
menu.
* doc/slime.texi: Added a description for the new key sequence for
`slime-cycle-connections' and for the new menu item in the SLIME
selector menu.
Node slime-selector: Added menu item `n' and cross-references to
"Multiple Connections" node.
Node Multiple connections: Added C-c C-x n description. Added
cross-references to `slime-selector' node.
--- /project/slime/cvsroot/slime/doc/slime.texi 2010/01/30 15:59:52 1.95
+++ /project/slime/cvsroot/slime/doc/slime.texi 2010/02/01 14:51:26 1.96
@@ -12,7 +12,7 @@
@set EDITION 3.0-alpha
@set SLIMEVER 3.0-alpha
@c @set UPDATED @today{}
- at set UPDATED @code{$Date: 2010/01/30 15:59:52 $}
+ at set UPDATED @code{$Date: 2010/02/01 14:51:26 $}
@set TITLE SLIME User Manual
@settitle @value{TITLE}, version @value{EDITION}
@@ -1516,8 +1516,10 @@
The @code{*slime-scratch*} buffer (@pxref{slime-scratch}).
@item c
SLIME connections buffer (@pxref{Multiple connections}).
+ at item n
+Cycle to the next Lisp connection (@pxref{Multiple connections}).
@item t
-SLIME threads buffer.
+SLIME threads buffer (@pxref{Multiple connections}).
@end table
@code{slime-selector} doesn't have a key binding by default but we
@@ -1588,13 +1590,18 @@
@table @kbd
@kbditem{C-c C-x c, slime-list-connections}
-Pop up a buffer listing the established connections.
-It's also avaiable from (@pxref{slime-selector}) by the key @kbd{c}
- at kbditem{, slime-cycle-connections}
-Change current slime connection cycling through all connection.
- at kbditem{C-c C-x t, slime-list-threads}
-Pop up a buffer listing the current threads.
+Pop up a buffer listing the established connections. It is also
+available by the typing @kbd{c} from the SLIME selector
+(@ref{slime-selector}).
+
+ at kbditem{C-c C-x n, slime-cycle-connections}
+Change current Lisp connection by cycling through all connections. It
+is also available by the typing @kbd{n} from the SLIME selector
+(@ref{slime-selector}).
+ at kbditem{C-c C-x t, slime-list-threads}
+Pop up a buffer listing the current threads. It is also available by
+the typing @kbd{t} from the SLIME selector (@ref{slime-selector}).
@end table
The buffer displayed by @code{slime-list-connections} gives a one-line
More information about the slime-cvs
mailing list