[slime-cvs] CVS slime/contrib
CVS User nsiivola
nsiivola at common-lisp.net
Sat Dec 3 15:33:36 UTC 2011
Update of /project/slime/cvsroot/slime/contrib
In directory tiger.common-lisp.net:/tmp/cvs-serv4895/contrib
Modified Files:
ChangeLog slime-cl-indent.el
Log Message:
slime-indentation: XEmacs compatibility
Patch from Didier Verna.
--- /project/slime/cvsroot/slime/contrib/ChangeLog 2011/12/03 12:03:43 1.517
+++ /project/slime/cvsroot/slime/contrib/ChangeLog 2011/12/03 15:33:36 1.518
@@ -1,3 +1,10 @@
+2011-12-03 Didier Verna <didier at xemacs.org>
+
+ * slime-cl-indent.el (lisp-indent-lambda-list-keywords-regexp):
+ Match empty string after a word consitituent (\>) instead of a
+ symbol constituent (\_>) because XEmacs doesn't have that syntax,
+ and here, it doesn't hurt anyway.
+
2011-12-03 Helmut Eller <heller at common-lisp.net>
* swank-mrepl.lisp (package-prompt): Use <= instead of < to give
--- /project/slime/cvsroot/slime/contrib/slime-cl-indent.el 2011/11/28 18:38:34 1.57
+++ /project/slime/cvsroot/slime/contrib/slime-cl-indent.el 2011/12/03 15:33:36 1.58
@@ -960,7 +960,7 @@
(defvar lisp-indent-lambda-list-keywords-regexp
"&\\(\
optional\\|rest\\|key\\|allow-other-keys\\|aux\\|whole\\|body\\|environment\\|more\
-\\)\\_>"
+\\)\\>"
"Regular expression matching lambda-list keywords.")
(defun lisp-indent-lambda-list
More information about the slime-cvs
mailing list