emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/os.texi
Date: Fri, 04 Apr 2003 01:23:24 -0500

Index: emacs/lispref/os.texi
diff -c emacs/lispref/os.texi:1.50 emacs/lispref/os.texi:1.51
*** emacs/lispref/os.texi:1.50  Sun Oct 13 21:34:48 2002
--- emacs/lispref/os.texi       Fri Jan 31 10:22:17 2003
***************
*** 1,7 ****
  @c -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
  @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999
! @c   Free Software Foundation, Inc. 
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/os
  @node System Interface, Antinews, Calendar, Top
--- 1,7 ----
  @c -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
  @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999
! @c   Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/os
  @node System Interface, Antinews, Calendar, Top
***************
*** 90,102 ****
  @file{site-start.el}.
  @cindex @file{site-start.el}
  
! @item 
  It loads your init file (usually @file{~/.emacs}), unless @samp{-q},
  @samp{-no-init-file}, or @samp{-batch} was specified on the command line.
  The @samp{-u} option can specify another user whose home directory
  should be used instead of @file{~}.
  
! @item 
  It loads the library @file{default}, unless @code{inhibit-default-init}
  is address@hidden  (This is not done in @samp{-batch} mode or if
  @samp{-q} was specified on the command line.)  The library's file name
--- 90,102 ----
  @file{site-start.el}.
  @cindex @file{site-start.el}
  
! @item
  It loads your init file (usually @file{~/.emacs}), unless @samp{-q},
  @samp{-no-init-file}, or @samp{-batch} was specified on the command line.
  The @samp{-u} option can specify another user whose home directory
  should be used instead of @file{~}.
  
! @item
  It loads the library @file{default}, unless @code{inhibit-default-init}
  is address@hidden  (This is not done in @samp{-batch} mode or if
  @samp{-q} was specified on the command line.)  The library's file name
***************
*** 111,117 ****
  the buffer @samp{*scratch*} is still current and still in Fundamental
  mode.
  
! @item 
  It loads the terminal-specific Lisp file, if any, except when in batch
  mode or using a window system.
  
--- 111,117 ----
  the buffer @samp{*scratch*} is still current and still in Fundamental
  mode.
  
! @item
  It loads the terminal-specific Lisp file, if any, except when in batch
  mode or using a window system.
  
***************
*** 119,128 ****
  It displays the initial echo area message, unless you have suppressed
  that with @code{inhibit-startup-echo-area-message}.
  
! @item 
  It processes the action arguments from the command line.
  
! @item 
  It runs @code{emacs-startup-hook} and then @code{term-setup-hook}.
  
  @item
--- 119,128 ----
  It displays the initial echo area message, unless you have suppressed
  that with @code{inhibit-startup-echo-area-message}.
  
! @item
  It processes the action arguments from the command line.
  
! @item
  It runs @code{emacs-startup-hook} and then @code{term-setup-hook}.
  
  @item
***************
*** 130,139 ****
  parameters of the selected frame according to whatever the init files
  specify.
  
! @item 
  It runs @code{window-setup-hook}.  @xref{Window Systems}.
  
! @item 
  It displays copyleft, nonwarranty, and basic use information, provided
  there were no remaining command-line arguments (a few steps above),
  the value of @code{inhibit-startup-message} is @code{nil}, and the
--- 130,139 ----
  parameters of the selected frame according to whatever the init files
  specify.
  
! @item
  It runs @code{window-setup-hook}.  @xref{Window Systems}.
  
! @item
  It displays copyleft, nonwarranty, and basic use information, provided
  there were no remaining command-line arguments (a few steps above),
  the value of @code{inhibit-startup-message} is @code{nil}, and the
***************
*** 311,317 ****
  uses @samp{internal} as the terminal type.
  @end defvar
  
! @defvar term-setup-hook 
  This variable is a normal hook that Emacs runs after loading your
  init file, the default initialization file (if any) and the
  terminal-specific Lisp file.
--- 311,317 ----
  uses @samp{internal} as the terminal type.
  @end defvar
  
! @defvar term-setup-hook
  This variable is a normal hook that Emacs runs after loading your
  init file, the default initialization file (if any) and the
  terminal-specific Lisp file.
***************
*** 381,387 ****
  address@hidden
  @end example
  
! The elements of the @code{command-switch-alist} look like this: 
  
  @example
  (@var{option} . @var{handler-function})
--- 381,387 ----
  address@hidden
  @end example
  
! The elements of the @code{command-switch-alist} look like this:
  
  @example
  (@var{option} . @var{handler-function})
***************
*** 613,618 ****
--- 613,621 ----
  @item berkeley-unix
  Berkeley BSD.
  
+ @item cygwin
+ Cygwin.
+ 
  @item dgux
  Data General DGUX operating system.
  
***************
*** 732,741 ****
  process-environment
  @result{} ("l=/usr/stanford/lib/gnuemacs/lisp"
      "PATH=.:/user/lewis/bin:/usr/class:/nfsusr/local/bin"
!     "USER=lewis" 
  @end group
  @group
!     "TERM=ibmapa16" 
      "SHELL=/bin/csh"
      "HOME=/user/lewis")
  @end group
--- 735,744 ----
  process-environment
  @result{} ("l=/usr/stanford/lib/gnuemacs/lisp"
      "PATH=.:/user/lewis/bin:/usr/class:/nfsusr/local/bin"
!     "USER=lewis"
  @end group
  @group
!     "TERM=ibmapa16"
      "SHELL=/bin/csh"
      "HOME=/user/lewis")
  @end group
***************
*** 925,931 ****
  @end defun
  
  @defun user-uid
! This function returns the effective @sc{uid} of the user.  
  @end defun
  
  @node Time of Day
--- 928,934 ----
  @end defun
  
  @defun user-uid
! This function returns the effective @sc{uid} of the user.
  @end defun
  
  @node Time of Day
***************
*** 1858,1868 ****
  This variable's value should be an alist with one element for each
  system-specific keysym.  Each element has the form @code{(@var{code}
  . @var{symbol})}, where @var{code} is the numeric keysym code (not
! including the ``vendor specific'' bit, 
  @ifnottex
  -2**28),
  @end ifnottex
! @tex 
  $-2^{28}$),
  @end tex
  and @var{symbol} is the name for the function key.
--- 1861,1871 ----
  This variable's value should be an alist with one element for each
  system-specific keysym.  Each element has the form @code{(@var{code}
  . @var{symbol})}, where @var{code} is the numeric keysym code (not
! including the ``vendor specific'' bit,
  @ifnottex
  -2**28),
  @end ifnottex
! @tex
  $-2^{28}$),
  @end tex
  and @var{symbol} is the name for the function key.
***************
*** 1872,1878 ****
  @ifnottex
  -2**28
  @end ifnottex
! @tex 
  $-2^{28}$
  @end tex
  + 168.
--- 1875,1881 ----
  @ifnottex
  -2**28
  @end ifnottex
! @tex
  $-2^{28}$
  @end tex
  + 168.




reply via email to

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