perspective-el icon indicating copy to clipboard operation
perspective-el copied to clipboard

Perspectives for Emacs.

Results 22 perspective-el issues
Sort by recently updated
recently updated
newest added

@gcv: This PR possibly fixes #168 (decreased processing speed during a `persp-maybe-kill-buffer` duty cycle). It may relate also to #164 and #167. **DISCLAIMER: `basic-persp-killing-buffers-benchmark` may crash Emacs. If it does,...

When connected to an Emacs server with `persp-mode` enabled, I can't see buffers that other clients have opened (or even Emacs startup buffers; e.g., `*Messages*`).

I had to comment out `persp-maybe-kill-buffer` use in `kill-buffer-query-functions`. See https://github.com/nex3/perspective-el/commit/3e4efaba598bb01834bbc4fbeb3e1d7b48579624. `persp-maybe-kill-buffer` is pretty slow since it does a lot of traversing across perspectives and buffers. And it gets called...

bug

Hello, I have just begun to use `perspective`, perhaps this question is just due to my lack of practice. Sometimes when I switch from one perspective to another, I notice...

bug

cc @Bad-ptr I agree this comment. https://github.com/nex3/perspective-el/issues/88#issuecomment-513996542 `perspective.el` and `persp-mode.el` provide almost the same feature but there are also different features. If we can add some options so that users...

discussion

I use Helm, so when I tried `persp-add-buffer`, I selected several buffers with Helm, but only the first one was added. It would be very helpful if you could add...

enhancement

By default, perspectives are not shared between frames. To import a perspective to another frame, the 'persp-import' command can be used. This works as expected as long as the frame...

enhancement

Hey, I have one of my perspective, that is filled with tramp buffers over ssh. I have it in my init.el that perspectives are automatically loaded on start. This leads...

enhancement

When I switch from perspective A to perspective B and run `winner-undo`, window layout of B becomes same with A.

enhancement

In the latest Emacs, `ido-use-virtual-buffers` enables the re-opening of recently-edited files by including them in the buffer list displayed by `ido-switch-buffer`. In persp-mode, those buffers don't get listed. I'm not...

enhancement