Aleksandar Dimitrov

Results 12 comments of Aleksandar Dimitrov

Since we already have so many +1s, let's have another. And a minimal setup I used to test this & exhibit the problem: http://serverfault.com/questions/813298/

Same problem here on Fedora 32 with both XMonad *and* Gnome 3, so it doesn't seem to be XMonad specific. @joncol's fix didn't work for me. Additionally, the focus does...

Yeah, I meant it as a user-level workaround. Methinks calling `lsp-ui-doc-unfocus-frame` is the right way to go. I don't quite understand what `select-frame-set-input-focus` does that just clicking in the right...

An added bit of data: it seems to happen to me with *all* posframes, not just LSP ui doc. This includes company-posframe. I think it's just more noticable with the...

I've got a minimal config with which this is reproducible: ```emacs-lisp (require 'package) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) (package-initialize) (add-to-list 'auto-mode-alist '("\\.tsx?\\'" . typescript-ts-mode)) (use-package lsp-mode :ensure t :init...

> That is indeed fantastic! This looks great. Two points: > > - If the blocker is tests, I suggest we consider skipping them for now. Please do give it...

I've opened [a bug](https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62204) to see if we can't get some sort of hook for treesit.

> * About the exhaustive enumeration on all of the `-ts-mode` major modes, I don't think that nor the need of `treesit-major-mode-hook` is necessary, we can just add `er/treesit-er-parent-node` as...

@daanturo Thanks for your input. I've decided to append treesitter expansions to `er/try-expand-list`. I think this behaviour would be more expected by users of expand-region. In case someone wants the...

@magnars Yeah, as expected, running the tests is a mess. I *didn't* push the commit here, but made it available [here](https://github.com/magnars/expand-region.el/commit/350903aa56fde0e75b15192197158b9114fd7daa) on a separate branch. tl;dr: it's not really too...