Gerry Agbobada

Results 110 comments of Gerry Agbobada

> It would probably be better to follow the example of `burly-frameset-filter-alist` and `frameset-filter-alist` than to define a predicate that only tests a single thing (which would make it difficult...

The childframe part is pretty obvious since it happens with all posframe/childframe related packages (company-box, eldoc-box, ivy-posframe, its very likely helm variant, flycheck-posframe...) Not saving if the frame has a...

> If that's really the only difference from Bufler, why not open an issue on Bufler's repo and we can talk about implementing that paradigm in Bufler? I guess it...

It looks interesting, I do wonder how it would interact with bufler though. Currently I'm using Bufler to store arbitrary workspace information directly in buffer-local variables, and I was starting...

> What's the recommended way for frame-local variables? Probably the [Frame Parameter](https://www.gnu.org/software/emacs/manual/html_node/elisp/Parameter-Access.html) API

> > I'd like to have a workspace feature integrated with tab-bar where I can save/kill/restore collections of buffer+window configurations. So marking them, saving configurations and restoring configurations are really...

> I'm not sure I understand. Why would posframes be getting saved, especially ones from `ivy-posframe`? I must be missing something. I agree that they shouldn't be saved. I think...

> BTW, there is already code to remove buffers from properties in bookmarks, but it must not be catching the one that's causing this. That's because the value is not...

Oh sure, for posframes filtering the whole frame is the solution, I was thinking about other packages that later might use the same trick

I'm not 100% positive that the documentation in the defcustom matches earlier versions of Emacs, I still need to check that