[previous] [up] [next]     [contents] [index]
Next: Preferences Up: Application Toolbox Previous: Autoloading

Parenthesis Matching

MrEd provides general-purpose ``parenthesis''-matching utilities that work on buffers. The utilities are paramerized with respect to:

A backslash (\) is assumed to be the (only) method for escaping parenthesis, quote, and comment markers. The parenthesis-balancing utilities are only guaranteed to act meaningfully when the starting position is outside quoted and commented expressions. When a pair of opening and closing brackets are not distinct, the actions on these brackets are only meaningful for searches starting outside the brackets.

The standard parenthesis, quote, and comment parameters for Scheme are defined in mred:scheme-paren-pairs, mred:scheme-quote-pairs, and mred:scheme-paren-comments. These lists are used to define Scheme-specific matching function:


[previous] [up] [next]     [contents] [index]
Next: Preferences Up: Application Toolbox Previous: Autoloading

PLT