Next Prev Up Top Contents Index

4.3.4 Miscellaneous

Transpose Forms

Editor Command

Argument: None
Key sequence: +Ctrl+T

Transposes the forms immediately preceding and following the current point. A zero prefix argument causes the forms at the current point and the current mark to be transposed. A positive prefix argument causes the form at or preceding the current point to be transposed with the form the relevant number of forms forward. A negative prefix argument causes the form at or preceding the current point to be transposed with the form the relevant number of forms backward.

Find Unbalanced Parentheses

Editor Command

Arguments: None
Key sequence: None

Moves the point to the end of the last properly matched form, thereby allowing you to identify any parentheses in your code that are unbalanced.


LispWorks Editor User Guide - 14 Dec 2001

Next Prev Up Top Contents Index