[slime-devel] Re: Problems getting {}[] recognized as parenthesis
jjkola at email.com
jjkola at email.com
Sun Mar 19 10:44:44 UTC 2006
"GP lisper" <spambait at CloudDancer.com> wrote:
> One night on IRC, antifuchs worked out this for me:
> (add to your emacs defaults)
>
> ; fix [] in slime
> (add-hook 'lisp-mode-hook
> (lambda ()
> (slime-mode t)
> (modify-syntax-entry ?\[ "(] " lisp-mode-syntax-table)
> (modify-syntax-entry ?\] ")[ " lisp-mode-syntax-table)))
It worked like a charm. Thanks a lot.
Jyrki Jaakkola
More information about the slime-devel
mailing list