[slime-cvs] CVS slime
CVS User trittweiler
trittweiler at common-lisp.net
Sun Aug 9 19:22:43 UTC 2009
Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv29712
Modified Files:
slime.el ChangeLog
Log Message:
Make C-x ` work again.
M-n and C-x ` are now very similiar; but the former operates
relative to point in the source buffer, while the latter works
relative to the compilation log.
* slime.el (slime-insert-compilation-log): No do set
`compilation-skip-to-next-location'.
--- /project/slime/cvsroot/slime/slime.el 2009/08/09 18:52:17 1.1206
+++ /project/slime/cvsroot/slime/slime.el 2009/08/09 19:22:42 1.1207
@@ -2967,7 +2967,6 @@
(with-temp-message "Preparing compilation log..."
(compilation-mode)
(set (make-local-variable 'compilation-skip-threshold) 0)
- (set (make-local-variable 'compilation-skip-to-next-location) nil)
(let ((inhibit-read-only t))
(insert (format "cd %s\n%d compiler notes:\n"
default-directory (length notes)))
--- /project/slime/cvsroot/slime/ChangeLog 2009/08/09 18:52:17 1.1827
+++ /project/slime/cvsroot/slime/ChangeLog 2009/08/09 19:22:42 1.1828
@@ -1,5 +1,16 @@
2009-08-09 Tobias C. Rittweiler <tcr at freebits.de>
+ Make C-x ` work again.
+
+ M-n and C-x ` are now very similiar; but the former operates
+ relative to point in the source buffer, while the latter works
+ relative to the compilation log.
+
+ * slime.el (slime-insert-compilation-log): No do set
+ `compilation-skip-to-next-location'.
+
+2009-08-09 Tobias C. Rittweiler <tcr at freebits.de>
+
M-n/M-p in .lisp buffers do not show the note in the minibuffer
anymore if a compilation log is displayed to the user.
More information about the slime-cvs
mailing list