GNU bug report logs -
#50256
thing-at-mouse
Previous Next
Reported by: Juri Linkov <juri <at> linkov.net>
Date: Sun, 29 Aug 2021 17:44:02 UTC
Severity: normal
Tags: fixed
Fixed in version 28.0.50
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
>> > That's orthogonal. (And it seems to issue the warning in an unrelated
>> > case, handled by the 'else' clause?)
>>
>> Which case?
>
> This one:
>
>> + else
>> + posint = marker_position (w->pointm);
You mean when the caller asks for using point in a non-selected window
that does not show the current buffer. Why do you think this case is
unrelated and/or should be handled differently?
>> Maybe I have not been making myself clear. What I would apply is the
>> attached (modulo any errors it contains): No change in behavior, just a
>> warning in the doc-string and suspicious calls.
>
> That doesn't fix the problem which started this thread, does it?
Right. We have two ways to fix that problem:
(1) Fix it in a general way. You don't want to do that because it might
harm calls of that function that silently worked until now.
(2) Fix it by modifying the calls of `pos-visible-in-window-p'. In that
case the warning should help us find the calls that should be fixed.
martin
This bug report was last modified 3 years and 315 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.