* Chris Beard [2011-03-14 11:01] writes:
I'm not that experienced with debugging emacs, so thanks a lot for the advice. I tracked it down to autopair mode.
I found a workaround on the autopair site that I put into the init files: ;; http://code.google.com/p/autopair/issues/detail?id=32&q=slime (add-hook 'sldb-mode-hook #'(lambda () (setq autopair-dont-activate t)))
but it doesn't seem to be fixing the problem. I can just turn off autopair mode whenever I go into SLIME, but is there a popular alternative to autopair that people here use (something to complete (), [], {}, "", etc...?). I've grown quite lazy from Autopair.
Maybe paredit: http://mumble.net/~campbell/emacs/paredit.el
Helmut