unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#21413: Top of buffer hidden when toolbar hidden and frame height is large
@ 2015-09-04 15:20 Devon Buchanan
  2015-09-04 19:17 ` martin rudalics
  0 siblings, 1 reply; 8+ messages in thread
From: Devon Buchanan @ 2015-09-04 15:20 UTC (permalink / raw)
  To: 21413

Package: emacs
Version: 24.5.1

* Brief summary

When I turn tool-bar-mode off and make a frame taller than the 
height available on my screen the top of the buffer is hidden 
until I re-size the window.

* Steps to reproduce

Here are the steps to reproduce the problem using the NS build of 
emacs on OS X 10.10.4.

cat >> test-init.el <<EOF
(tool-bar-mode -1)
(setq default-frame-alist '((height . 100)))
EOF
open -a Emacs.app --args -Q -l ~/test-init.el

This opens a graphical emacs frame showing the *scratch* buffer. 
Neither the cursor is visible, nor is the text normally shown in 
the *scratch* buffer. Scrolling up will not make either of these 
visible. C-x C-f <some file name> RET will display the contents of 
that buffer with some or all of the lines at the start hidden.

The hidden sections of the buffer can be made visible by clicking 
and dragging on any edge of the window and resizing it.

* Expected behaviour

When I set the frame size to be taller than the screen will allow, I
expect the frame to occupy as much vertical space as possible without
the top of the buffer being hidden. This is the behaviour seen when
tool-bar-mode is on.





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-09-05 14:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).