burly.el icon indicating copy to clipboard operation
burly.el copied to clipboard

Save and restore frames and windows with their buffers in Emacs

Results 35 burly.el issues
Sort by recently updated
recently updated
newest added

In short, I'm not able to restore burly bookmarks if the saved window configuration contains an org-mode buffer narrowed to a region that has a heading containing multi-byte characters. Both...

bug

I don't think we can do that already with burly : I'd love to be able to restore all (built-in tab-bar-mode) tabs from a frame. I usually have one frame...

enhancement

See discussion and ideas at https://github.com/alphapapa/burly.el/issues/15#issuecomment-719995982

enhancement

If I call burly-bookmark-windows and magit has checked out a certain branch or worktree I'd like it to restore that. I'm open to the argument burly should only restore worktrees...

My test was: - Open org-agenda - `burly-bookmark-window` - close emacs - open emacs - `burly-open-bookmark` - error `window--state-put-2: Wrong type argument: stringp, nil` Maybe this is expected and users...

bug

I create some bookmarks use burly. it works, i can saw those bookmarks saved on my ~/.emacs.d/bookmarks. sure i can restore those bookmarks if i am not restart emacs. but,...

bug
help wanted

Calling `(bookmark-maybe-load-default-file)` in the function definition of `burly-bookmark-names` loads the bookmark file prior to being read by Burly so that bookmarks are ready to be accessed by `burly-open-bookmark`.

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...

I use emacs with daemon mode, ``` emacs --daemon ``` and interactive emacs with emacsclient. ``` emacsclient -nc some_file # will connect to daemon ``` And, i add a hook...

bug
help wanted

That is, it can restore the last bookmark which i saved in current emacs session. e.g. before restart emacs, i save to bookmark1, then reboot emacs when i restart emacs,...

enhancement
help wanted