summaryrefslogtreecommitdiff
path: root/doc/emacs/macos.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-05-28 00:32:06 -0700
committerGlenn Morris <rgm@gnu.org>2014-05-28 00:32:06 -0700
commitc7f8fb2865c2d2130174ace5606bdb5fc89c19e7 (patch)
treee8dab11060dcc6b32f3a778d45ec75a13ad626f2 /doc/emacs/macos.texi
parente494904ce4755f64cb2d76e1b3d5cbc228c07a2d (diff)
downloademacs-c7f8fb2865c2d2130174ace5606bdb5fc89c19e7.tar.gz
Try to document some OS X changes
I can't test any of this, but no-one else seems to care, so this is what you get. * doc/emacs/macos.texi (Mac / GNUstep Customization): Mention some new features. * etc/NEWS: Related edits.
Diffstat (limited to 'doc/emacs/macos.texi')
-rw-r--r--doc/emacs/macos.texi19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/emacs/macos.texi b/doc/emacs/macos.texi
index eb2d96e9af7..97afa5b1beb 100644
--- a/doc/emacs/macos.texi
+++ b/doc/emacs/macos.texi
@@ -116,6 +116,15 @@ close the altered one.
Useful in this context is the listing of all faces obtained by
@kbd{M-x list-faces-display}.
+@cindex Core Text, on Mac OS X
+In Mac OS X 10.5 and later, Emacs uses a Core Text based font backend
+by default. If you prefer the older font style, enter the following
+at the command-line before starting Emacs:
+
+@example
+% defaults write org.gnu.Emacs FontBackend ns
+@end example
+
@subsection Customization options specific to Mac OS / GNUstep
The following customization options are specific to the Nextstep port.
@@ -125,6 +134,16 @@ The following customization options are specific to the Nextstep port.
Non-nil means the menu-bar is hidden by default, but appears if you
move the mouse pointer over it. (Requires Mac OS X 10.6 or later.)
+@item ns-use-native-fullscreen
+This only affects Mac OS X 10.7 or later, where it is non-@code{nil} by default,
+which means to use native fullscreen support. Set it to @code{nil}
+to use the older style of fullscreen, which may work better with
+multiple monitors, but lacks the tool bar.
+
+@c FIXME what does this actually _do_?
+@item ns-use-srgb-colorspace
+This only affects Mac OS X 10.7 or later, where it is non-@code{nil} by default.
+Note that it does not apply to images, only to Emacs colors.
@end table