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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
1213465a
Commit
1213465a
authored
Mar 27, 2009
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(System Environment): Update the list of system-type values.
parent
c5e0006d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
6 deletions
+18
-6
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+3
-0
doc/lispref/os.texi
doc/lispref/os.texi
+15
-6
No files found.
doc/lispref/ChangeLog
View file @
1213465a
2009
-
03
-
27
Eli
Zaretskii
<
eliz
@
gnu
.
org
>
*
os
.
texi
(
System
Environment
):
Update
the
list
of
system
-
type
values
.
*
markers
.
texi
(
The
Mark
)
<
handle
-
shift
-
selection
>:
Update
for
removal
of
the
optional
argument
DEACTIVATE
.
...
...
doc/lispref/os.texi
View file @
1213465a
...
...
@@ -737,36 +737,45 @@ The value of this variable is a symbol indicating the type of operating
system Emacs is operating on. Here is a table of the possible values:
@table @code
@item aix
-v3
AIX.
@item aix
IBM's
AIX.
@item berkeley-unix
Berkeley BSD.
Berkeley BSD
and its variants
.
@item cygwin
Cygwin.
Cygwin, a Posix layer on top of MS-Windows.
@item darwin
Darwin (Mac OS X).
@item gnu
t
he GNU system (using the GNU kernel, which consists of the HURD and Mach).
T
he GNU system (using the GNU kernel, which consists of the HURD and Mach).
@item gnu/linux
A GNU/Linux system---that is, a variant GNU system, using the Linux
kernel. (These systems are the ones people often call ``Linux,'' but
actually Linux is just the kernel, not the whole system.)
@item gnu/kfreebsd
A GNU (glibc-based) system with a FreeBSD kernel.
@item hpux
Hewlett-Packard HPUX operating system.
@item irix
Silicon Graphics Irix system.
@item lynxos 3.0.1
LynxOS-3.0.1.
@item ms-dos
Microsoft MS-DOS ``operating system.'' Emacs compiled with DJGPP for
MS-DOS binds @code{system-type} to @code{ms-dos} even when you run it on
MS-Windows.
@item usg-unix-v
AT&T System V.
AT&T
Unix
System V.
@item windows-nt
Microsoft Windows NT and later. The same executable supports Windows
...
...
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