pinaceaepinus
pinaceaepinus
Great, this restores the frame name now (bufferlo-bookmark-frame-load-make-frame is nil). Thank you! :) However, the geometry is not restored. (With bufferlo-bookmark-frame-load-make-frame 'restore-geometry, the geometry is restored in a new frame)
> Try setting `bufferlo-bookmark-frame-load-make-frame` to `'reuse-restore-geometry`. The updated documentation is in the branch I shared with you. I should have been clearer. Yes, the geometry is restored with `'reuse-restore-geometry` as...
OK. Is your comment "just" a (relevant) observation for this issue? I'm asking because it feels a bit like there is a suggestion behind it that might improve something for...
> It's definitely a suggestion to look at the two user options mentioned. That it might be confusing is something we can refine over time, if we choose to unify...
> [@pinaceaepinus](https://github.com/pinaceaepinus), can you give the PR [#49](https://github.com/florommel/bufferlo/pull/49) a try and see if this resolves the issue with frame names and geometry when loading a set? As I haven't done...
> What I do is this: > > mkdir ~/proj/shipmints-github/bufferlo > cd ~/proj/shipmints-github/ > # this is where the branch lives until the PR is merged > git clone https://github.com/shipmints/bufferlo.git...
Branch `shipmints-frame-handler-name-geometry-logic` works! Frame names are restored as desired. Thank you! :)
Thank you for your effort and patience. :)