Argument: None
Key sequence: None
Inserts a pair of parentheses, positioning the current point after the opening parenthesis. A prefix argument p causes the parentheses to be placed around p following (or preceding) forms.
Insert Parentheses For Selection
Argument: None
Key sequence: Meta+(
Inserts a pair of parentheses around the selected text, if any. If there is no selected text and a prefix argument p is supplied, inserts them around p following (or preceding) forms. Otherwise it inserts them at the current point. The point is left on the character after the opening parenthesis.
When the value is true, matching parentheses are displayed in a different font when the cursor is directly to the right of the corresponding close parenthesis.
Argument: None
Key sequence: Meta+)
Inserts a new line after the next closing parenthesis, moving the current point to the new line. Any indentation preceding the closing parenthesis is deleted, and the new line is indented.
Argument: None
Key sequence:
)
Mode: Lisp
Inserts a closing parenthesis and highlights the matching opening parenthesis, thereby allowing the user to examine the extent of the parentheses.
Lisp Insert ) Indenting Top Level
Arguments: None
Key sequence: None
The command Lisp Insert ) Indenting Top Level
is the same as Lisp Insert ), but if it looks like the insertion closes a top level form (when the opening parenthesis is at the beginning of a line) then it also indents the form.
Note:
This command is intended as alternative binding to )
in Lisp mode for users that like this behavior.
Argument: None
Key sequence: None
Moves the point to the end of the last properly matched form, thereby allowing you to easily identify any parentheses in your code which are unbalanced.
Find Mismatch
is a synonym for Find Unbalanced Parentheses
.
LispWorks Editor User Guide (Macintosh version) - 9 Dec 2014