emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/doc/lispref/os.texi,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/os.texi,v
Date: Fri, 17 Oct 2008 15:40:52 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/10/17 15:40:52

Index: os.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/os.texi,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- os.texi     31 Jul 2008 10:04:21 -0000      1.12
+++ os.texi     17 Oct 2008 15:40:51 -0000      1.13
@@ -69,24 +69,41 @@
 scanned in their turn.  The files @file{subdirs.el} are normally
 generated automatically by Emacs installation.
 
address@hidden before-init-time
 @item
-It sets the language environment and the terminal coding system,
-if requested by environment variables such as @code{LANG}.
+It records in the variable @code{before-init-time} the value of
address@hidden (@pxref{Time of Day}).  It also sets
address@hidden to @code{nil}, so as to signal Lisp programs
+that Emacs initialization is in progress.
 
address@hidden address@hidden, and startup}
address@hidden window-system-initialization-alist
 @item
-It loads the initialization library for the window system, if you are
-using a window system.  This library's name is
address@hidden/@var{windowsystem}-win.el}.
+It loads the initialization library for the window system specified by
+the variable @code{initial-window-system}.  This library's name is
address@hidden/@var{windowsystem}-win.el}, where @var{windowsystem} is the
+value of @code{initial-window-system}.  From that library, it calls
+the appropriate initialization function.  The initialization function
+is specified by @code{window-system-initialization-alist}, for each
+supported window system.
+
address@hidden
+It sets the language environment and the terminal coding system,
+if requested by environment variables such as @code{LANG}.
 
 @item
 It processes the initial options.  (Some of them are handled
 even earlier than this.)
 
 @item
-It initializes the window frame and faces, if appropriate.
+It runs the normal hook @code{before-init-hook}.
 
 @item
-It runs the normal hook @code{before-init-hook}.
+It initializes the window frame and faces, if appropriate, and turns
+on the menu bar and tool bar, if the initial frame needs them.
+
address@hidden
+It registers the default colors for text-only terminals.
 
 @item
 It loads the library @file{site-start} (if any), unless the option
@@ -108,6 +125,21 @@
 @cindex @file{default.el}
 
 @item
+It loads your abbrevs from the file specified by
address@hidden (@pxref{Abbrev Files, abbrev-file-name}), if
+that file exists and can be read.  (This is not done in @samp{-batch}
+mode.)
+
address@hidden after-init-time
address@hidden
+It records in the variable @code{after-init-time} the value of
address@hidden  This variable was set to @code{nil} at the
+beginning of the Emacs session initialization (see above), so setting
+it to the current time both signals that the initialization phase is
+over, and, together with @code{before-init-time}, provides the
+measurement of how long it took.
+
address@hidden
 It runs the normal hook @code{after-init-hook}.
 
 @item
@@ -116,8 +148,13 @@
 mode.
 
 @item
-It loads the terminal-specific Lisp file, if any, except when in batch
-mode or using a window system.
+It loads the terminal-specific Lisp library, if any, except when in
+batch mode or when the variable @code{initial-window-system} (see
+above) specifies a address@hidden window system.  The name of this
+library is computed from the value of the variable
address@hidden; for the details, see @ref{Terminal-Specific}.
+
+If the value of @code{term-file-prefix} is @code{nil}, this step is skipped.
 
 @item
 It displays the initial echo area message, unless you have suppressed
@@ -139,11 +176,21 @@
 
 @item
 It displays copyleft, nonwarranty, and basic use information, provided
-the value of @code{inhibit-startup-message} is @code{nil}, you didn't
+the value of @code{inhibit-startup-screen} is @code{nil}, you didn't
 specify @samp{--no-splash} or @samp{-Q}.
+
address@hidden
+If the command-line arguments specified @option{--daemon}, @c FIXME: xref
+it calls @code{server-start} (@pxref{Emacs Server,,, emacs, The GNU
+Emacs Manual}).
+
address@hidden
+If started by the X session manager, it calls
address@hidden passing it as argument the ID of the
+previous session.  @c FIXME: add an xref to the Emacs manual!
 @end enumerate
 
address@hidden inhibit-startup-message
address@hidden inhibit-startup-screen
 This variable inhibits the initial startup messages (the nonwarranty,
 etc.).  If it is address@hidden, then the messages are not printed.
 
@@ -152,6 +199,9 @@
 this variable in the init file of a new user, or in a way that affects
 more than one user, because that would prevent new users from receiving
 the information they are supposed to see.
+
address@hidden is an alias for this variable, for
+back-compatibility.
 @end defopt
 
 @defopt inhibit-startup-echo-area-message




reply via email to

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