mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
When line numbers are shown, 'center' was computed as the center of the whole text area, which includes the line-number display, so it landed half the line-number width too far to the right. Center it on the editable text area instead. (Bug#81275) * src/xdisp.c (calc_pixel_width_or_height): Correct the adjustment of 'center' for line-number display, so 'center' is the center of the editable part of the text area. * doc/lispref/display.texi (Pixel Specification): Say that 'center' denotes the center of the editable text area. |
||
|---|---|---|
| .. | ||
| emacs | ||
| lispintro | ||
| lispref | ||
| man | ||
| misc | ||
| translations | ||