[plt-scheme] How do I disable automatic insertion of closing parenthesis?

From: Grant Rettke (grettke at acm.org)
Date: Thu Jul 2 10:15:18 EDT 2009

On Thu, Jul 2, 2009 at 8:16 AM, Elena Garrulo<egarrulo at gmail.com> wrote:
> how can I disable automatic insertion of closing parenthesis when I type an
> opening one  in DrScheme? I couldn't find any related option into
> Preferences.

Do you mean when you type an opening round bracket and then type a
closing square bracket and it inserts a closing round bracket?

There is an existing binding that would give you what you want, it is
called "non-clever-close..."

c:}
c:)
c:]


Posted on the users mailing list.