-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Labels
Description
I had to comment out persp-maybe-kill-buffer use in kill-buffer-query-functions. See 3e4efab.
persp-maybe-kill-buffer is pretty slow since it does a lot of traversing across perspectives and buffers. And it gets called a lot, especially with some more sophisticated packages like Helm and Magit that create and destroy buffers all the time.
This is possibly related to the problem in #167. Because I removed some expected behavior, tests are now failing.
@mehw: Could you please look into fixing this? Thanks!
magne-hov