GNU bug report logs -
#14233
24.3; Don't constrain frame size to character multiples
Previous Next
Reported by: E Sabof <esabof <at> gmail.com>
Date: Sat, 20 Apr 2013 00:04:02 UTC
Severity: wishlist
Found in version 24.3
Done: martin rudalics <rudalics <at> gmx.at>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 14233 <at> debbugs.gnu.org (full text, mbox):
> From: Glenn Morris <rgm <at> gnu.org>
> Date: Fri, 19 Apr 2013 20:17:25 -0400
> Cc: 14233 <at> debbugs.gnu.org
>
> E Sabof wrote:
>
> > The limitation makes emacs frames rather clumsy, especially when using
> > maximization, or some form of tiling. I'd think there would already be a
> > report on it, as the issue shows up periodically on reddit. I couldn't find
> > one, so here it is.
>
> etc/TODO:
>
> ** Remove the limitation that window and frame widths and heights can
> be only full columns/lines.
Right. And I don't think the wording of the problem in both cases is
accurate enough. There is no such limitation, except in functions
that actually resize the frame/window. The display engine doesn't
require integral number of character cells.
So, if someone wants to bite the bullet, the way to go is:
. introduce interfaces to specify frame/window size in pixels
. in the implementation of those interfaces, round up the sizes in
column and line units to the integral numbers, so that the glyph
matrices are large enough
This bug report was last modified 10 years and 154 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.