[slime-cvs] CVS slime

trittweiler trittweiler at common-lisp.net
Thu May 10 17:23:33 UTC 2007


Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv16163

Modified Files:
	ChangeLog 
Log Message:
* slime.el: Within the Slime Inspector, `S-Tab' will now also work
  on X.  Furthermore `Tab' and `S-Tab' will now correctly wrap
  around the beginning and end of the buffer; priorly it'd hang on
  the beginning with a message "Beginning of buffer", and would
  require an additional `S-Tab'.

  (slime-inspector-mode-map): Attached `[backtab]' to
  SLIME-INSPECTOR-PREVIOUS-INSPECTABLE-OBJECT, as Emacs translates
  `S-Tab' to `Backtab' on X.
  (slime-find-inspectable-object): New function; finds next or
  previous inspectable object.
  (slime-inspector-next-inspectable-object): Mostly rewritten. Use
  SLIME-FIND-INSPECTABLE-OBJECT to make the code clearer.


--- /project/slime/cvsroot/slime/ChangeLog	2007/04/23 17:10:12	1.1117
+++ /project/slime/cvsroot/slime/ChangeLog	2007/05/10 17:23:31	1.1118
@@ -1,3 +1,19 @@
+2007-04-21  Tobias C. Rittweiler <tcr at freebits.de>
+
+	* slime.el: Within the Slime Inspector, `S-Tab' will now also work
+	 on X.  Furthermore `Tab' and `S-Tab' will now correctly wrap
+	 around the beginning and end of the buffer; priorly it'd hang on
+	 the beginning with a message "Beginning of buffer", and would
+	 require an additional `S-Tab'.
+
+	(slime-inspector-mode-map): Attached `[backtab]' to
+	SLIME-INSPECTOR-PREVIOUS-INSPECTABLE-OBJECT, as Emacs translates
+	`S-Tab' to `Backtab' on X.
+	(slime-find-inspectable-object): New function; finds next or
+	previous inspectable object.
+	(slime-inspector-next-inspectable-object): Mostly rewritten. Use
+	SLIME-FIND-INSPECTABLE-OBJECT to make the code clearer.
+
 2007-04-19  Tobias C. Rittweiler <tcr at freebits.de>
 
 	* swank-backend.lisp (label-value-line): Add :newline as &key




More information about the slime-cvs mailing list