alphapapa / burly.el

Save and restore frames and windows with their buffers in Emacs
GNU General Public License v3.0
301 stars 14 forks source link

indirect buffers not restored #50

Closed ParetoOptimalDev closed 1 month ago

ParetoOptimalDev commented 2 years ago

Narrowing org bookmarks work great!

However I noticed that indirect buffers don't, so I guess this would be a feature request.

49 doesn't apply here because I tested this without deleting any buffers or closing emacs.

alphapapa commented 2 years ago

You can see in the implementation that indirect buffers are specifically supported: https://github.com/alphapapa/burly.el/blob/c94fe0a355859fe6ddfa34cf7d362dca896f38a1/burly.el#L458 And AFAIK, they work fine (they do for me). If they don't work for you, you'll need to be more specific about the software and versions you're using, and please try to reproduce in a clean Emacs config.

ParetoOptimalDev commented 2 years ago

I believe I used a clean config with 27. I'll check and update this issue when back at pc. Sorry, must have been in a hurry.