Stéphane Marks
Stéphane Marks
It's been in the github mirror for 20 hours already!!! Just curious...
This way, one looking at Emacs code gets the benefit of the Emacs core team settings. For the moment, I've been hard-coding below with a copy of dir-locals I made...
I think so. It's a tad disconcerting to examine sources from the tree for them to be writeable. At least for files that aren't compressed.
Seems minor but could save a little space.
Documenting here as a basis for discussion. This possibly could be escalated to the marginalia/compat maintainers and/or Emacs maintainers once we understand more. I can reproduce this on my system...
When zoom-mode is off, the dirvish side window is correctly sized. When zoom-mode is on, the side window occupies half the frame width. This is making using zoom and dirvish...
- 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...