[slime-cvs] CVS update: slime/ChangeLog

Luke Gorrie lgorrie at common-lisp.net
Mon Jun 28 21:05:28 UTC 2004


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv12685

Modified Files:
	ChangeLog 
Log Message:

Date: Mon Jun 28 14:05:28 2004
Author: lgorrie

Index: slime/ChangeLog
diff -u slime/ChangeLog:1.435 slime/ChangeLog:1.436
--- slime/ChangeLog:1.435	Mon Jun 28 09:09:33 2004
+++ slime/ChangeLog	Mon Jun 28 14:05:28 2004
@@ -1,3 +1,20 @@
+2004-06-28  Luke Gorrie  <luke at bluetail.com>
+
+	* slime.el (slime-doc-map): New keymap for documentation
+	commands. These all use the `C-c C-d' prefix, followed by:
+	  a - apropos
+	  p - apropos-package
+	  z - apropos-all
+	  d - describe-symbol
+	  f - describe-function
+	  h - hyperspec lookup
+	  ~ - hyperspec lookup of a format character
+	The final keystroke is bound both unmodified and with control, so
+	both `C-c C-d a' and `C-c C-d C-a' will make an apropos
+	search. The exception is hyperspec-lookup, because it's nice to
+	leave C-h unbound so that `C-c C-d C-h' will summarise the
+	documentation bindings.
+
 2004-06-28  Helmut Eller  <e9626484 at stud3.tuwien.ac.at>
 
 	* swank-allegro.lisp (nth-frame): Skip frames where





More information about the slime-cvs mailing list