gcv

Results 172 comments of gcv

That code looks pretty clean! I haven't tried it myself, but it might be a solid recommendation. Or maybe the author would consider merging that project with Perspective.

I think there needs to be a much faster mechanism for checking which perspectives a buffer is in. Maybe each buffer should keep track of it in a buffer-local variable,...

Thanks for looking into it. Don’t worry about that bug specifically. Commit https://github.com/nex3/perspective-el/commit/6e87eeb6160345390406a82af0db61782bfb9913 in master worked around it. I commented out `persp-maybe-kill-buffer` because of how frequently it gets called. It...

@mehw: I put in a hack to allow killing temporary buffers (which we should not care about) without the expensive check. See 672d02dde0c2f8c951e3032e21050e1375a2692e. Then I reenabled the check, but hid...

Thanks, this looks like a useful feature. Unfortunately, the implementation does not work for me. First, the change to the `perspective` struct adds a field called `sorted-time`, but all the...

This should have been fixed with all the changes from 2021.

`switch-to-buffer` should allow switching to any buffer. You're definitely not using `persp-switch-to-buffer*` (which I would expect to behave the way you describe)?

`persp-switch-to-buffer*` (the starred version) is supposed to be perspective-aware. I don’t use Emacs server often (I never managed to configure it right, and when I try using it, it ends...

Not sure there’s anything to be done for this ticket.

This seems very unlikely to happen.