陈虎明

Results 6 comments of 陈虎明

I think it'll be great if the ggtags could support this feature, it will massively improve develop efficiency.

for example: if I could to see the calling graph for funcA, I just place my cursor on funcA, and execute something like "ggtags-find-calling-graph". and ggtags pops up with a...

And since the ggtags-find-reference is able to find the reference of functions, so it should be able to recursively find the upper nodes (funcB, funcD). So it seems ggtags don't...

Try this one, it worked for me. ;; fix wttrin buffer render issue (advice-remove 'wttrin-query 'render-wttrin-buffer) (defun render-wttrin-buffer (ignore-args) "Render the wtrrin buffer." (read-only-mode -1) (shr-render-region (point-min) (point-max)) (delete-trailing-whitespace) (read-only-mode...

> @beacoder > I tried your advice but for some reason there were no colours shown. Then I used brannala's guide and it worked with colours. I basicaly used emacs...

good advice, I will look into it, thanks.