Ihor Radchenko <[email protected]> writes:

> "J.D. Smith" <[email protected]> writes:
>
>>> In toplevel form:
>>> org-inside.el:190:16: Warning: variable ‘_’ not left unused
>>> org-inside.el:433:17: Warning: variable ‘_’ not left unused
>
> Just drop if-let/when-let and use more traditional code (see the attached).
> We generally avoid warnings, even false-positive, to make sure that real
> warnings do not sneak in, lost in the noise of false-positives.

OK, done.  

>>> 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?

Reply via email to