[slime-cvs] CVS slime
mkoeppe
mkoeppe at common-lisp.net
Thu Mar 23 23:28:07 UTC 2006
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv16342
Modified Files:
ChangeLog
Log Message:
--- /project/slime/cvsroot/slime/ChangeLog 2006/03/23 07:14:13 1.868
+++ /project/slime/cvsroot/slime/ChangeLog 2006/03/23 23:28:07 1.869
@@ -1,3 +1,19 @@
+2006-03-24 Matthias Koeppe <mkoeppe at mail.math.uni-magdeburg.de>
+
+ * slime.el (slime-background-activities-enabled-p): Allow
+ "background activities" in sldb-mode.
+ (slime-autodoc-message-ok-p): Allow autodoc in sldb-mode.
+ (sldb-mode-syntax-table): New variable.
+ (sldb-mode): Enable autodoc-mode when slime-use-autodoc-mode is
+ true. Use sldb-mode-syntax-table to make #<...> balance like
+ parentheses. This enables autodoc-mode to match #<unreadable>
+ actual arguments in the backtraces with formal arguments of the
+ function.
+ (slime-beginning-of-symbol, slime-end-of-symbol): Handle
+ es::|caped| symbols.
+ (slime-enclosing-operator-names): Use syntax table to check
+ whether we are at the beginning of a balanced expression.
+
2006-03-23 Christophe Rhodes <csr21 at cam.ac.uk>
* swank.lisp (ed-in-emacs): Allow conses as function names.
More information about the slime-cvs
mailing list