all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: Devon Buchanan <devon@divinenephron.co.uk>
Cc: 21413@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	[thread overview]
Message-ID: <55EAC753.6030100@gmx.at> (raw)
In-Reply-To: <m21tedfa7d.fsf@Hester.home>

 > 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





  reply	other threads:[~2015-09-05 10:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-04 15:20 bug#21413: Top of buffer hidden when toolbar hidden and frame height is large Devon Buchanan
2015-09-04 19:17 ` martin rudalics
2015-09-05 10:10   ` Devon Buchanan
2015-09-05 10:43     ` martin rudalics [this message]
2015-09-05 12:02       ` Devon Buchanan
2015-09-05 13:28         ` martin rudalics
2015-09-05 13:53           ` martin rudalics
2015-09-05 14:05           ` Devon Buchanan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55EAC753.6030100@gmx.at \
    --to=rudalics@gmx.at \
    --cc=21413@debbugs.gnu.org \
    --cc=devon@divinenephron.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.