ac-slime icon indicating copy to clipboard operation
ac-slime copied to clipboard

Bug when use read or read-line

Open mzgcz opened this issue 10 years ago • 1 comments

When I use (read) or (read-line) in slime-repl, it became very very slow when input.

And I disable mode one by one. Last I find it came with ac-mode.

mzgcz avatar May 22 '14 06:05 mzgcz

ac-slime only really calls Slime's own completions functions, so the problem must be with either Slime or auto-complete, not with ac-slime.

I'll investigate further if I get chance.

If you want to investigate things yourself, you could try using elp-instrument-package to enable profiling of all the ac- functions (or even all the slime- functions). You would then try to reproduce the problem, and afterwards use the elp-results function to view a profile report -- this might reveal one or two functions which are taking up all the time.

purcell avatar May 22 '14 06:05 purcell