emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 1d1f301 2/2: Note how fullscreen differs on the NS


From: Alan Third
Subject: [Emacs-diffs] master 1d1f301 2/2: Note how fullscreen differs on the NS port
Date: Mon, 12 Jun 2017 13:52:45 -0400 (EDT)

branch: master
commit 1d1f30104c464de7d3557ddb4ddd157d5ee74ed0
Author: Alan Third <address@hidden>
Commit: Alan Third <address@hidden>

    Note how fullscreen differs on the NS port
    
    doc/lispref/frames.texi (Size Parameters):
    doc/emacs/frames.texi (Tool Bars): Add a description of how macOS
    hides the tool-bar and menu-bar in fullscreen.
---
 doc/emacs/frames.texi   | 6 ++++++
 doc/lispref/frames.texi | 4 ++++
 2 files changed, 10 insertions(+)

diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index 8984555..e3e59ad 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -1153,6 +1153,12 @@ specific tool bar style, customize the variable 
@code{tool-bar-style}.
 bar with the frame parameter @code{tool-bar-position}.  @xref{Frame
 Parameters,,, elisp, The Emacs Lisp Reference Manual}.
 
+  NS builds consider the tool bar to be a window decoration, and
+therefore do not display it when a window is undecorated.  @xref{Frame
+Parameters,,, elisp, The Emacs Lisp Reference Manual}.  On macOS the
+tool bar is hidden when the frame is put into fullscreen, but can be
+displayed by moving the mouse pointer to the top of the screen.
+
 @node Dialog Boxes
 @section Using Dialog Boxes
 @cindex dialog boxes
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index fc7956d..50467d1 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -1602,6 +1602,10 @@ managers might not support smooth transition between the 
various
 full-screen or maximization states.  Customizing the variable
 @code{x-frame-normalize-before-maximize} can help to overcome that.
 
+Full-screen on macOS hides both the tool-bar and the menu-bar, however
+both will be displayed if the mouse pointer is moved to the top of the
+screen.
+
 @vindex fullscreen-restore, a frame parameter
 @item fullscreen-restore
 This parameter specifies the desired fullscreen state of the frame



reply via email to

[Prev in Thread] Current Thread [Next in Thread]