Stéphane Marks
Stéphane Marks
I think case-fold-search nil is the only way to guarantee case-sensitive matching. Perhaps a lambda could be used to wrap regexps and the default would respect user settings and when...
It would be an interesting proposal to add regexp syntax to force case sensitivity as almost all other regexp engines support. I have a feeling that's been debated many times...
Hi, there. I'm on Intel. @kickingvegas is on ARM. I doubt dictation is related to dark mode. That seems like a red herring. When I build 29.4 or 30.1 or...
The patch is welcome, for sure, but FYI for anyone on earlier macOS versions, this patch doesn't seem to work for 12.7.6.
Not a problem to close this. FYI, the upstream patch does not work on macOS 12.7 (Mojave) and nobody is sure why, and they don't want to spend time on...
Having the same issue with prism on tty when changing themes via modus-themes-toggle which first disables all themes and then enables the specified theme. Digging into it, Emacs behavior GUI...
Another issue (not recorded anywhere): allow filling just before a code block. This is despite markdown-mode-fill-paragraph's misleading docstring "If the point is in a code block, or ***just before one***,...
Any group assigned to a tab is stored in the bufferlo tab bookmark. The question of which tabs belong to which groups is definitely a user preference and not a...
That's a small matter of programming. Would you like me to write a function that does that? In any case, the command `tab-bar-change-tab-group` operates on the current tab when invoked...
@johanwiden I see you've attached your tab-bar grouping function to `bufferlo-bookmark-frame-handler-functions` but I imagine instead you might want it to be called whenever creating any tab whether the tab is...