GNU bug report logs -
#18528
24.3.93; Crash during restoration of frameset from desktop
Previous Next
Reported by: Eli Zaretskii <eliz <at> gnu.org>
Date: Mon, 22 Sep 2014 15:24:02 UTC
Severity: normal
Found in version 24.3.93
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #32 received at 18528 <at> debbugs.gnu.org (full text, mbox):
> Date: Tue, 23 Sep 2014 22:30:55 +0300
> From: Eli Zaretskii <eliz <at> gnu.org>
> Cc: 18528 <at> debbugs.gnu.org
>
> > Date: Tue, 23 Sep 2014 21:17:02 +0200
> > From: martin rudalics <rudalics <at> gmx.at>
> > CC: bug-gnu-emacs <at> gnu.org
> >
> > return (((WINDOW_PIXEL_WIDTH (w) + ch_width - 1)
> > / ch_width) * w->ncols_scale_factor
> > /* 2 partially visible columns in the text area. */
> > + 2
> > /* One partially visible column at the right
> > edge of each marginal area. */
> > + 1 + 1);
> >
> > so columns aren't involved IIUC.
>
> I was talking about new_lines
For which we do a similar calculation, I see.
So now I don't understand why you asked about rounding up, since we
evidently already do.
This bug report was last modified 10 years and 244 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.