Hello, "James N. V. Cash" <[email protected]> writes:
> In Emacs 28, eldoc now passes in a callback to the documentation > functions. This breaks org-eldoc as it currently is, as > org-eldoc-documentation-function gets called with the wrong number of > arguments. > > This patch makes it continue to work by setting the new variable > eldoc-documentation-strategy, which puts eldoc in > "backwards-compatability" mode. Thank you. Do we need another variable for that? Could org-eldoc-documentation-funicton catch wrong-number-of-arguments error, and try another call instead? Regards, -- Nicolas Goaziou
