Constantin Kulikov
Constantin Kulikov
must be fixed 84bc787
> Adds an active field to the perspective struct I think that you can utilize the "perspective parameters" feature. By using `persp-parameter`, `set-persp-parameter`, `delete-persp-parameter` functions. So that when you switch...
What command do you use to start "shell" buffers? Is it the `M-x shell RET`? Do you have this https://gist.github.com/Bad-ptr/1aca1ec54c3bdb2ee80996eb2b68ad2d#file-persp-shell-el in your config? Maybe you get some related output in...
But after restart do you have any messages in `*Messages*` buffer starting with: `[ATTENTION]: Restoring shell proces for`
Maybe it is somehow related to Windows or Spacemacs, or both. I just tried it with my config on Linux and it works. Sorry, I can not test it with...
Thanks!
Well, now I tested it and here is what I found: The vars are set in the `skeletor--run-ctor` which is called like this `(skeletor--run-ctor (skeletor--ctor-runtime-spec ',spec-alist))`. The substitutions are expanded...
I need this variables to supply parameters to another templating engine ( template.el http://emacs-template.sourceforge.net/ in this case but theoretically it could be any other) which I used for a long...
> The dialog spawns a new frame, and that new frame loads the current perspective. Then you need somehow(in a hook or frame-alist variable) to set the `'persp-ignore-wconf` frame parameter....
Maybe this can be achieved by advising the `switch-to-buffer`, `display-buffer`, etc... Or other functions used to open the "link". Like: https://github.com/Bad-ptr/persp-mode.el?tab=readme-ov-file#switch-to-buffer-display-buffer-hook-and-other-advices