<div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">A question: What happens when I type ) when I should type ]? E.g.<br>
<br>
(cond<br>
  [(foo x) &quot;one&quot;]<br>
  [(bar x) &quot;two&quot; |])<br>
<br>
where | is the cursor position on the last line there, if I type a )<br>
on accident, will it jump to the outer paren of the (cond ...) block?<br>
Will it interpret the keystroke as a ]? Will it signal an error about<br>
the parenthesis?<br></blockquote><div><br></div><div>This would interact with the &quot;automatically adjust closing parenthesis&quot; preference - if enabled, then yes, when you type ), it will automatically match it as ] and skip over the ], not inserting anything. If the preference is disabled, then it would actually insert ) at the cursor position.</div>

<div><br></div><div> </div></div></div>