MattLu

Results 4 issues of MattLu

I use eglot a lot; it is beneficial for me. But sometimes, LSP can not figure out where to go. Then I use ggtags as a backup. The value of...

enhancement
emacs-bug

When I run this code, an error occurred. ```python from asciidag.graph import Graph from asciidag.node import Node graph = Graph() nodeA = Node('A', parents=[]) nodeB = Node('B', parents=[]) nodeC =...

Eglot employs track-changes to monitor buffer modifications. However, track-changes is unable to account for cloned buffers, resulting in inaccurate status updates when changes occur in a cloned buffer. This patch...

This commit pins the tree-sitter-cpp dependency to version 0.22.0. Versions beyond 0.22.0 introduce a compatibility issue with Emacs. This pin will remain in effect until the issue is addressed by...