bbatsov / prelude

Prelude is an enhanced Emacs 25.1+ distribution that should make your experience with Emacs both more pleasant and more powerful.
https://prelude.emacsredux.com
5.1k stars 1.85k forks source link

rainbow-delimiters-mode extremely slow #677

Closed vitillo closed 9 years ago

vitillo commented 10 years ago

Rainbow-delimiters-mode slows down significantly the editing of big clojure files to the point that inserting a letter has a noticeable lag. That package shouldn't be enabled by default, unless this turns out to be unreproducible.

tuhdo commented 10 years ago

Are you using the latest package. It was fixed quite a while ago https://github.com/jlr/rainbow-delimiters/issues/29. If you use the latest package, consider opening an issue for the package maintainer.

vitillo commented 10 years ago

Yes, I am using the latest package. I notified the package maintainers: https://github.com/jlr/rainbow-delimiters/issues/34.

tuhdo commented 10 years ago

I've tested with your file and it did happen. That's strange. rainbow-delimiters works fine with other Lisp like Emacs Lisp, Common Lisp, Scheme. Not sure if it interacts with clojure-mode.

Fanael commented 10 years ago

Fixed upstream.