bufferlo
bufferlo copied to clipboard
frame/tab-local buffer lists in Emacs
tab-bar has the concept of tab groups. I wanted to automatically put some restored tabs in their respective tab groups. As it took some effort to find out how to...
- New defcustoms 'bufferlo-bookmark-buffer-locals', 'bufferlo-bookmark-buffer-handler-functions'. - New defuns 'bufferlo-bookmark-map-function-buffer-locals', 'bufferlo-bookmark-buffer-handler-buffer-locals', 'bufferlo-bookmark-map-function-text-scale-mode-amount', 'bufferlo-bookmark-buffer-handler-text-scale-mode-amount'. - Update documentation.
Thanks to @pinaceaepinus via https://github.com/florommel/bufferlo/issues/32#issuecomment-3460120339 for reporting this.
Related to #32. Reported by @pinaceaepinus. `bufferlo--bookmark-set-handler` let binds `bufferlo-bookmark-frame-load-make-frame` to `nil` and this has the side effect of inhibiting `new-frame-p` in `bufferlo--bookmark-frame-handler` and prevents setting the embedded frame name....
Satisfies #46 and #52. Change logic to explicitly test for bufferlo--bookmark-set-loading and the explicit values of bufferlo-bookmark-frame-load-make-frame rather than assuming bufferlo-bookmark-frame-load-make-frame will always be nil while loading a set. Add...
The cases I've experienced are: 1. Renaming a `bufferlo` bookmark in a second Emacs session on the same host, and then reloading the newly changed bookmark file in the first...
I'd resurrect the code I once put in that allowed `vertico`/`orderless` users to leverage regexp CRM completions. I took it out because it was incompatible with other completion frameworks. It...