Yuan Fu
Yuan Fu
Well, that's strange. I have deferred eldoc-box too and it works just fine. What's the value of `eldoc-box-buffer-hook` for you? And just to be sure, have you tried reproducing this...
Sorry for the (super) late reply :-) Right now you can use your mouse pointer to click the childframe to focus it, sometimes I just use the mouse to drag...
Thanks for working on this!!
I might be missing something. According to the documentation, incremental parsing is done by first updating the old tree and then calling ts_parser_parse again. That’s what I’m doing in the...
After thinking a bit about it, I actually think your solution is right! If we can't properly align the tables when it's hidden, then all that we can do is...
Yeah. I pushed a change, can you see if it works?
What are you trying to do?
Yes, add symlinks of the directories that you want to search under `xeft-directory`, then configure xeft to search recursively and follow symlinks. ``` (setq xeft-recursive 'follow-symlinks) ``` You can also...
Out of curiosity, did you get the suggestion of `(setq xeft-directory-filter 'follow-symlinks)` from chatgpt or something similar?
Hmm, what if you set `xeft-file-filter` to nil? What do you get if you evaluate `(directory-files-recursively xeft-directory "" nil nil t)`?