Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
77bb0476
Commit
77bb0476
authored
Dec 20, 2008
by
Eli Zaretskii
Browse files
(Window Systems): Document `window-system' the function. The variable
`window-system' is now frame-local.
parent
ac0503ec
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
7 deletions
+19
-7
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/display.texi
doc/lispref/display.texi
+14
-7
No files found.
doc/lispref/ChangeLog
View file @
77bb0476
2008
-
12
-
20
Eli
Zaretskii
<
eliz
@
gnu
.
org
>
*
display
.
texi
(
Window
Systems
):
Document
`
window
-
system
' the
function. The variable `window-system'
is
now
frame
-
local
.
2008
-
12
-
19
Martin
Rudalics
<
rudalics
@
gmx
.
at
>
*
windows
.
texi
(
Windows
):
Rewrite
description
of
...
...
doc/lispref/display.texi
View file @
77bb0476
...
...
@@ -5644,22 +5644,29 @@ differently. An Emacs frame is a single window as far as X is
concerned; the individual Emacs windows are not known to X at all.
@defvar window-system
This variable tells Lisp programs what window system Emacs is
runn
ing
under
. The possible values are
This
frame-local
variable tells Lisp programs what window system Emacs is
us
ing
for displaying the frame
. The possible values are
@table @code
@item x
@cindex X Window System
Emacs is displaying using X.
@item pc
Emacs is displaying using MS-DOS.
Emacs is displaying the frame using X.
@item w32
Emacs is displaying using Windows.
Emacs is displaying the frame using native MS-Windows GUI.
@item pc
Emacs is displaying the frame using MS-DOS direct screen writes.
@item nil
Emacs is
using
a character-based terminal.
Emacs is
displaying the frame on
a character-based terminal.
@end table
@end defvar
@defun window-system &optional frame
This function returns a symbol whose name tells what window system is
used for displaying @var{frame} (which defaults to the currently
selected frame). The list of possible symbols it returns is the same
one documented for the variable @code{window-system} above.
@end defun
@defvar window-setup-hook
This variable is a normal hook which Emacs runs after handling the
initialization files. Emacs runs this hook after it has completed
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment