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

Feature request: defer perspective loading?

Open titibandit opened this issue 3 years ago • 2 comments

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 to two problems:

  • If my ssh server happens to be offline, loading the buffers times out and this destroys all my perspectives.
  • If my ssh server is online, perspectives load fine, but it takes a looooong time, even if I don't intend to work on these tramp buffers.

Would there be a way to defer the loading of the perspective until we actually switch to that perspective? That would actually speed up the loading of the perspectives, even if one doesn't have many tramp buffers. Or if there is another solution to my problem, I'm all ears :) Cheers,

titibandit avatar Jul 07 '21 08:07 titibandit