Brian Leung

Results 43 comments of Brian Leung

I encountered the following issue: ``` alphaBetCatDog ``` If `evil-ex-search-case` is `smart` and I use `evil-search-forward` with `evil-search` and type `bet C-w`, the search string changes to `betCat` and fails...

> > `evil-ex-search-case` > > fixed With `isearch-forward` and smart casing, if an uppercase char is typed into the search string, the `C-w` invocations preserve case. For example, in a...

Does this do what you want? https://github.com/emacs-evil/evil-collection/blob/0112d16f08b66790aa02b061cc4755096a713ab0/modes/unimpaired/evil-collection-unimpaired.el#L140-L148

@dzop @TheBB What's the status on this? It would be nice to see this get merged at some point. > Friendly bump. > > I've been using this change without...

@darioceccoli What's the status on this? This seems like a nice addition.

> Let me ask you something: do we really want such feature? (if we don't want it, you can always write a package and publish it) I see you are...

> Why should copying our implementation be a problem for GNU MELPA? I've asked the `#emacs` and `#fsf` IRC channels about whether code released under a GPL-compatible license such as...

Given how `eglot-server-programs` is laid out, it might make more sense to have Flow users specify the Flow command in their project's `.dir-locals.el`. Since using the language server makes sense...

Oh, I wasn't aware that eglot-server-programs could have functions. Then I think your suggestion would work for JS as well. On Thu, Jan 13, 2022 at 8:47 PM Stefan Kangas...

I can reproduce this bug starting with https://github.com/nix-community/dream2nix/commit/427258be by @zainab-ali. On https://github.com/nix-community/dream2nix/commit/850d8b1c and before, everything works fine. @zainab-ali do you have an idea of how to fix this? From looking...