GNU bug report logs -
#70193
eglot: RFE: recenter buffer upon showDocument request
Previous Next
Full log
View this message in rfc822 format
Eli Zaretskii <eliz <at> gnu.org> writes:
>> Cc: Alan Donovan <adonovan <at> google.com>, 70193 <at> debbugs.gnu.org
>> Date: Sun, 7 Apr 2024 09:30:02 +0200
>> From: martin rudalics via "Bug reports for GNU Emacs,
>> the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
>>
>> > But when I debug window-recenter-region-start-position, the height is
>> > set to 0. The patch below seems to fix the problem.
>> [...]
>> > + (body-pixel-width (window-body-width window t))
>> > + (body-pixel-height (window-body-height window t))
>>
>> You're right. I meanwhile fixed the code to calculate how many lines to
>> step backwards by using 'window-text-pixel-size' there too. So now this
>> should work with text scaling and varying line heights too.
>>
>> If you want to test it with 'recenter-region', then a rough estimate is
>> that the number of lines shown after the first "L:" should be equal to
>> or one less than the number of lines shown after the third "L:" in each
>> message issued.
>
> I'm unsure how to proceed with this bug report. Should it be closed,
> or is there anything left to be done here, and if the latter, then
> what has to be done to resolve the issues?
Sorry, I meant to write back earlier. I've done some limited test for
varying line heights as well, the patch seems to work well. The
question, I think, is whether this is generally useful enough to have a
polished window-recenter-region to be part of Emacs, or should it just
be added to Eglot.
In the original report, showDocument requested to show a source code
file, where I think `reposition-window' would be more useful. Alan, can
you check whether your use-case is better served with
`reposition-window' than with `recenter'? However, the LSP
specification does not guarantee that the target of showDocument is a
source file, so Eglot needs window-recenter-region for completeness.
Also I don't know if reposition-window supports every programing
language or "go" in particular.
This bug report was last modified 1 year and 107 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.