GNU bug report logs -
#59727
Problems with displaying long lines
Previous Next
Full log
View this message in rfc822 format
> Cc: 59727 <at> debbugs.gnu.org
> Date: Wed, 30 Nov 2022 19:55:36 +0200
> From: Eli Zaretskii <eliz <at> gnu.org>
>
> > > the X coordinate of a screen line is an 'int', so MAX_INT divided by the
> > > pixel-width of your default font is as far as we can go.
> >
> > Maybe this limitation of auto-hscrolling should be documented?
>
> We could document them, indeed. But where? maybe in PROBLEMS?
Or we could bite the bullet and lift the restriction: make current_x be a
ptrdiff_t, and then audit all the gazillion places where we make
calculations with the X coordinate and make sure we use ptrdiff_t there.
Probably not for emacs-29.
This bug report was last modified 2 years and 199 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.