"J.D. Smith" <[email protected]> writes: >>>> In end of data: >>>> org-inside.el:201:8: Warning: the function ‘set-window-cursor-type’ is not >>>> known to be defined. >>>> org-inside.el:200:50: Warning: the function ‘window-cursor-type’ is not >>>> known to be defined. >>> >>> There were introduced in v30. Buffer-local cursor type doesn't work >>> well here, because the same buffer displayed in two windows can have >>> different "inside" status. I've added an 'fboundp guard and a note to >>> the custom docstring. >> >> I do not see fboundp guard on the branch. Did you forget to push? > > Pushed 6 days ago in 5bdfdfc07. See that?
I see now, but it did not really address the warnings in full. I fixed the problem myself. I now merged the branch into main, with a couple of extra fixes on top: https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=92432772c https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=72cddeacf https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=461186819 https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=8923b8f21 https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=508bb1378 https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=48ffbe3eb https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=1b2d3b426 Done. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
