[slime-cvs] CVS slime

CVS User sboukarev sboukarev at common-lisp.net
Mon Apr 5 14:48:54 UTC 2010


Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv17211

Modified Files:
	ChangeLog slime.el 
Log Message:
* slime-autodoc.el (slime-autodoc-full): New command,
displays multiline arglists. Bound to C-c C-d a.
(slime-make-autodoc-rpc-form): Don't send
:print-lines to autodoc, always use the actual width for
:print-right-margin, remove newlines on formatting when needed.
(slime-autodoc): Add optional parameter multilinep defaulted to
slime-autodoc-use-multiline-p, pass it to slime-format-autodoc.

* swank-arglists.lisp (autodoc, decoded-arglist-to-string): remove
print-lines parameter, it's not used anymore.

* slime.el (slime-doc-bindings): Move slime-apropos to C-c C-d A,
C-c C-d a will be bound to slime-autodoc-full.


--- /project/slime/cvsroot/slime/ChangeLog	2010/04/05 10:53:02	1.2054
+++ /project/slime/cvsroot/slime/ChangeLog	2010/04/05 14:48:54	1.2055
@@ -1,5 +1,10 @@
 2010-04-05  Stas Boukarev  <stassats at gmail.com>
 
+	* slime.el (slime-doc-bindings): Move slime-apropos to C-c C-d A,
+	C-c C-d a will be bound to slime-autodoc-full.
+
+2010-04-05  Stas Boukarev  <stassats at gmail.com>
+
 	* slime.el: Some further adaptations to the new slime-with-popup-buffer.
 
 2010-04-04  Stas Boukarev  <stassats at gmail.com>
--- /project/slime/cvsroot/slime/slime.el	2010/04/05 10:53:02	1.1295
+++ /project/slime/cvsroot/slime/slime.el	2010/04/05 14:48:54	1.1296
@@ -564,7 +564,7 @@
   "Keymap for documentation commands. Bound to a prefix key.")
 
 (defvar slime-doc-bindings
-  '((?a slime-apropos)
+  '((?A slime-apropos)
     (?z slime-apropos-all)
     (?p slime-apropos-package)
     (?d slime-describe-symbol)





More information about the slime-cvs mailing list