Stéphane Marks
Stéphane Marks
I don't yet know the best way to handle this. And I need to make it work well first outside bufferlo. Currently, if I have `partial-completion` in `completion-styles` doing what...
Still working on this. See https://github.com/oantolin/orderless/issues/191.
Another reason to consider something "better" than `completing-read-multiple` is that any candidate that contains an embedded `crm-separator` is returned as multiple items, split at each `crm-separator`. That's horrible. I might...
Did you try this on a Mac? If you can explain how theme-oriented frame variables are propagated when a new frame is created under normal circumstances, I can try to...
I've tracked it down to the below snippet, but it's not clear why this interferes with theme switching. Perhaps you have sufficient depth in this area to illuminate what Emacs...
Related Emacs theme behavior differences GUI to tty of which to be aware since you're the de facto Emacs theme master: https://github.com/alphapapa/prism.el/issues/32#issuecomment-2466238247
Seems like Eli thinks the "feature" is intended. Perhaps a user option, then, to control the behavior is a step toward normalizing it. That Emacs on tty resets the default...
`bookmark.el` doesn't have a hook for bookmark file "after load" (I suppose I could submit a patch for that). It could suffice to warn when saving an active `bufferlo` bookmark...
I suppose the configuration of these two features could be simplified like we handle ibuffer integration. The hooks need to be installed in pairs so we could automate this. Nobody...