help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: showing matching {}[]() in lisp and slime mode


From: Jyrki Jaakkola
Subject: Re: showing matching {}[]() in lisp and slime mode
Date: Sat, 18 Mar 2006 16:19:59 GMT

When I checked syntax table mappings in slime mode I got this:

[               _       which means: symbol
] .. _          _       which means: symbol
{               _       which means: symbol
} .. DEL        _       which means: symbol

and then

The parent syntax table is:

[               (]      which means: open, matches ]
]               )[      which means: close, matches [
{               (}      which means: open, matches }
}               ){      which means: close, matches {

So it seems like somewhere it changes the syntax table but I can't
understand where.

Jyrki Jaakkola


reply via email to

[Prev in Thread] Current Thread [Next in Thread]