Kirill Ignatiev

Results 43 comments of Kirill Ignatiev

Thank you for reporting these (the other bug too). The issue is that parsing function call syntax is done in emacs-lisp, so it is a little bit "hacky". Given that...

Does it go away if you wrap `irony-eldoc-documentation-function` in `save-match-data`? I don't really use it any more, and I don't have any ideas either.

I.e., replace the code of `(defun irony-eldoc-documentation-function () "" ...)` with `(defun irony-eldoc-documentation-function () "" (save-match-data ...))`