[slime-devel] SLIME-repl input problems
Helmut Eller
e9626484 at stud3.tuwien.ac.at
Mon May 24 16:19:55 UTC 2004
Lynn Quam <quam at 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.
More information about the slime-devel
mailing list