bmag
bmag
I will need a detailed reproduction recipe and more information about your config to really understand what's going on, but my initial guess is this: - after choosing the buffer...
It is not possible to mark a window to *not* display buffers of a certain mode/modes. The desired behavior is the expected behavior. Following a link from the general window...
Thanks for the report. The Perspective extension (`purpose-x-persp-setup`) is intended to work with [perspective.el](https://github.com/nex3/perspective-el), as stated [here](https://github.com/bmag/emacs-purpose/wiki/Extensions#perspective) in the wiki. Spacemacs uses [persp-move](https://github.com/Bad-ptr/persp-mode.el), not perspective.el, that's why you get an...
@dzop thanks for the tip, should be fixed by https://github.com/bmag/emacs-purpose/commit/26c8850ca00dca2f777c2b73520676ca7b7fe5b7. Might also work with the other persp-mode now.
AFAIK using `after-make-functions` should work. Can you post the contents of the layout file? It should be located at `~/.emacs.d/layouts/zkj.window-layout` by default.
The contents of the layout file are ok. I managed to reproduce the issue, but not consistently, by evaluating the following code (in the scratch buffer) and invoking `C-x 5...
Automatically closed by commit, but not completely fixed yet so reopen.
Thanks for reporting. This is strange, I haven't seen such hick-ups before, but it's been a while since last time I used 25.0. The of Kill extension is to make...
I'm confused. You're saying that disabling the kill extension (`M-x purpose-x-kill-unset`) eliminates the hick-up, but that `replace-buffer-in-windows` is never called when the hick-up happens? Can you post here the profiler's...
@emelin two weeks from now I will have time to look into this, but I need you to provide a short recipe to reproduce the problem, so that I can...