GNU bug report logs - #21413
Top of buffer hidden when toolbar hidden and frame height is large

Previous Next

Package: emacs;

Reported by: Devon Buchanan <devon <at> divinenephron.co.uk>

Date: Fri, 4 Sep 2015 15:34:02 UTC

Severity: normal

Tags: fixed

Found in version 24.5.1

Fixed in version 25.1

Done: Alan Third <alan <at> idiocy.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: martin rudalics <rudalics <at> gmx.at>
To: Devon Buchanan <devon <at> divinenephron.co.uk>
Cc: 21413 <at> debbugs.gnu.org
Subject: bug#21413: Top of buffer hidden when toolbar hidden and frame height is large
Date: Sat, 05 Sep 2015 12:43:31 +0200
> In both the first example I gave, and this latest one the title bar and
> all other edges of the frame are is visible on the screen. It does not
> appear like my window manager has drawn a large window and put part of
> it off the screen. The frame appears as if the top part of it was drawn
> in the invisible area above the title bar.

Thanks for the clarification.  I doubt it will help much but in such a
mangled frame please put the following snippet in *scratch* with point
after it, type C-x C-e, and post whatever it inserts here.

(progn
  (insert (format "%s" (frame-geometry)))
  (insert (format "%s" (frame-edges nil 'outer)))
  (insert (format "%s" (frame-edges nil 'native)))
  (insert (format "%s" (frame-edges nil 'inner))))

Also: Can you reproduce the problem with an already existing or another,
newly created one or is only the initial frame affected?

martin




This bug report was last modified 8 years and 32 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.