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

Grant Rettke grettke at acm.org
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:]


More information about the plt-scheme mailing list