GNU bug report logs - #21770
25.0.50; Bottom of screen cut off in full screen mode on OS X

Previous Next

Package: emacs;

Reported by: Svend Sorensen <svend <at> ciffer.net>

Date: Tue, 27 Oct 2015 17:46:01 UTC

Severity: normal

Found in version 25.0.50

Done: Anders Lindgren <andlind <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 21770 in the body.
You can then email your comments to 21770 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#21770; Package emacs. (Tue, 27 Oct 2015 17:46:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Svend Sorensen <svend <at> ciffer.net>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 27 Oct 2015 17:46:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Svend Sorensen <svend <at> ciffer.net>
To: bug-gnu-emacs <at> gnu.org
Subject: 25.0.50; Bottom of screen cut off in full screen mode on OS X
Date: Tue, 27 Oct 2015 10:44:59 -0700
[Message part 1 (text/plain, inline)]
The Emacs screen gets shifted down in full screen mode, with the
minibuffer and part of the mode line off the visible screen.

To reproduce:

- From the emacs sourc directory, run
  `./nextstep/Emacs.app/Contents/MacOS/Emacs -Q`
- Press F11 to enter full screen mode
- Entire Emacs screen is visible at this point
- Switch to another non-Emacs application (Command-Tab)
- Switch back to Emacs
- The Emacs screen is now shifted down. There is a black bar across the
  top of the screen, and the minibuffer is off-screen.

Screenshots are attached. The first two show the top and bottom of the
screen before the problem occurs. The third shows the black bar at the
top of the screen. The fourth shows the mode-line and minibuffer
partially cut off.


In GNU Emacs 25.0.50.1 (x86_64-apple-darwin14.5.0, NS appkit-1348.17
Version 10.10.5 (Build 14F27))
 of 2015-10-27
Repository revision: e166a701dd6263f29d9787deaf53d93f27557baa
Windowing system distributor 'Apple', version 10.3.1348
Configured using:
 'configure --prefix=//Users/ssorensen/local/emacs/HEAD
 --with-file-notification=gfile --with-xml2 --without-dbus --with-gnutls
 --with-rsvg --with-imagemagick --with-ns --disable-ns-self-contained'

Configured features:
JPEG RSVG IMAGEMAGICK NOTIFY ACL GNUTLS LIBXML2 ZLIB TOOLKIT_SCROLL_BARS
NS

Important settings:
  value of $LC_ALL: en_US.UTF-8
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
user-error: The mark is not set now, so there is no region
Quit
C-x C-g is undefined
Quit
Making completion list... [2 times]

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message dired format-spec
rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util help-fns help-mode easymenu cl-loaddefs pcase cl-lib mail-prsvr
mail-utils time-date mule-util tooltip eldoc electric uniquify
ediff-hook vc-hooks lisp-float-type mwheel ns-win term/common-win
tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment
elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer
select scroll-bar mouse jit-lock font-lock syntax facemenu font-core
frame cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan
thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian
slovak czech european ethiopic indian cyrillic chinese charscript
case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer
cl-preloaded nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote gfilenotify cocoa ns
multi-tty make-network-process emacs)

Memory information:
((conses 16 80649 7132)
 (symbols 48 18797 0)
 (miscs 40 39 126)
 (strings 32 13186 4701)
 (string-bytes 1 374339)
 (vectors 16 10625)
 (vector-slots 8 400447 8024)
 (floats 8 126 216)
 (intervals 56 273 21)
 (buffers 976 12))
[Screen Shot 2015-10-27 at 10.34.30 AM.png (image/png, attachment)]
[Screen Shot 2015-10-27 at 10.34.37 AM.png (image/png, attachment)]
[Screen Shot 2015-10-27 at 10.33.22 AM.png (image/png, attachment)]
[Screen Shot 2015-10-27 at 10.33.54 AM.png (image/png, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21770; Package emacs. (Tue, 27 Oct 2015 18:15:01 GMT) Full text and rfc822 format available.

Message #8 received at 21770 <at> debbugs.gnu.org (full text, mbox):

From: martin rudalics <rudalics <at> gmx.at>
To: Svend Sorensen <svend <at> ciffer.net>, 21770 <at> debbugs.gnu.org
Subject: Re: bug#21770: 25.0.50; Bottom of screen cut off in full screen mode
 on OS X
Date: Tue, 27 Oct 2015 19:14:42 +0100
> Screenshots are attached. The first two show the top and bottom of the
> screen before the problem occurs. The third shows the black bar at the
> top of the screen. The fourth shows the mode-line and minibuffer
> partially cut off.

Thanks for the report.  No visible tool bar?

martin




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21770; Package emacs. (Wed, 28 Oct 2015 17:36:01 GMT) Full text and rfc822 format available.

Message #11 received at 21770 <at> debbugs.gnu.org (full text, mbox):

From: Svend Sorensen <svend <at> ciffer.net>
To: 21770 <at> debbugs.gnu.org
Subject: Re: bug#21770: Acknowledgement (25.0.50; Bottom of screen cut off in
 full screen mode on OS X)
Date: Wed, 28 Oct 2015 10:35:11 -0700
I am unable to reproduce the problem now. I upgraded to OS X to El
Capitan and installed the latest XCode.




Reply sent to Anders Lindgren <andlind <at> gmail.com>:
You have taken responsibility. (Fri, 06 Nov 2015 21:47:02 GMT) Full text and rfc822 format available.

Notification sent to Svend Sorensen <svend <at> ciffer.net>:
bug acknowledged by developer. (Fri, 06 Nov 2015 21:47:02 GMT) Full text and rfc822 format available.

Message #16 received at 21770-done <at> debbugs.gnu.org (full text, mbox):

From: Anders Lindgren <andlind <at> gmail.com>
To: 21770-done <at> debbugs.gnu.org
Cc: martin rudalics <rudalics <at> gmx.at>
Subject: Fixed NextStep fullscreen issue 21770
Date: Fri, 6 Nov 2015 22:46:09 +0100
[Message part 1 (text/plain, inline)]
Hi!

I just pushed a fix for this. It was caused by the code that ensures that
no frame is covered by the menu bar. It was fixed by excluding fullscreen
frame.

See the following for details:

http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=60959975b1b44ad9c4a4019a0a203c8a3bf08fd3

    -- Anders Lindgren
[Message part 2 (text/html, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 05 Dec 2015 12:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 9 years and 201 days ago.

Previous Next


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