Ihor Radchenko <[email protected]> writes: > "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:
Awesome, thanks.
