Jen-Chieh Shen

Results 907 comments of Jen-Chieh Shen

I'm not able to reproduce this on my machine (well, I'm using Windows). What did you do to produce binaries? Just `script/compile`?

I can reproduce this. πŸ€” Maybe use `window-buffer-change-functions` instead of `kill-buffer-hook` since the highlighting remains even when the buffer is changed.

It seems like it also happens after switching buffers (including killing buffers). The `window-buffer-change-functions` hook should cover most of this scenario. WDYT?

Got it! I personally don't use `region-occurrences-highlighter-all-visible-buffers`, so I don't have a strong opinion on it. πŸ€”

FYI, you can use this PR as a reference #4447. (`mkdocs.yml`, `CHANGELOG`, etc)

This somehow flies under my radar. Let me take a look!

I've made improvements in #226. Hope it's a lot better now! πŸ€”

Closed since it's there

It looks like there is a compile error: πŸ€” ``` Unknown key: :docs_link. Available keys: (:name :docs-link :version :source-type :dependent-modules) ```

The language server is here, [emacs-grammarly/grammarly-language-server](https://github.com/emacs-grammarly/grammarly-language-server). To install server just `M-x lsp-install-server`, and select `grammarly-ls`. > I am confused, do I need to install VSCode on my Ubuntu 22.04 machine...