Kyle Meyer <k...@kyleam.com> writes: > Basil L. Contovounesios writes: >> How involved would it be to make org-eldoc work in >> non-"backwards-compatibility" mode? > > I think we can do that, while still supporting Org's minimum Emacs > version, by following python.el. Here's what it does: > ... > > ... org-eldoc-documentation-function's signature could be changed to > (&rest _ignored), like python-eldoc-function's.
This makes the most sense to me; I missed that the default documentation strategy also allows the function to ignore the callback & just return a docstring directly.