24 May
2004
24 May
'04
4:19 p.m.
Lynn Quam <quam@ai.sri.com> writes:
Looking at slime.el, the problem appears to be in slime-input-complete-p. (looking-at "\\s *(") is probably the wrong regular-expression for inputs starting with single-quote and back-quote characters.
Yes, that's the problem. I changed the regexp to "\\s *[`'#]?(". Not sure if something smarter is needed but C-j can always be used as to force indentation. Helmut.