Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It's very slow when used in dired mode #4

Closed
zilongshanren opened this issue Mar 11, 2015 · 7 comments
Closed

It's very slow when used in dired mode #4

zilongshanren opened this issue Mar 11, 2015 · 7 comments

Comments

@zilongshanren
Copy link

it seems the face highlighting consume a lot time and the matching lines will blink.

my emacs is 24.4 and I'm using MacOXS 10.10.

@abo-abo
Copy link
Owner

abo-abo commented Mar 11, 2015

I get no issue in a dired buffer with 3500 lines on GNU/Linux.
Try to see if some package is interfering.

@zilongshanren
Copy link
Author

how could I detect the conflicts of other packages, thanks

@abo-abo
Copy link
Owner

abo-abo commented Mar 12, 2015

Firstly, you need to make sure that it's not a problem with swiper.
You can do that with only 3 lines in your .emacs:

(package-initialize)
(add-to-list 'load-path "~/git/swiper/")
(require 'swiper)

Once you've done that, turn off half of your .emacs by commenting it out.
See if the problem is fixed. If it's not, it means that the cause is in the other half.
Divide again until you find the cause of problem. This algorithm is called bisection.

@abo-abo
Copy link
Owner

abo-abo commented Mar 19, 2015

Is there an update on this?

@zilongshanren
Copy link
Author

Thanks, @abo-abo

Now this issue was gone. I have no idea what's going on.. I only upgraded a few packages.

Maybe it's related to other packages.

@abo-abo
Copy link
Owner

abo-abo commented Mar 19, 2015

Alright, I'll close the issue for now. If it comes up again, feel free to reopen.

@abo-abo abo-abo closed this as completed Mar 19, 2015
@zilongshanren
Copy link
Author

@abo-abo Thanks very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants