comparison doc/lispref/os.texi @ 109267:71353caf35e3

Untabify doc/lispref/*.texi. * abbrevs.texi, commands.texi, compile.texi, debugging.texi: * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi: * frames.texi, functions.texi, internals.texi, keymaps.texi: * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi: * searching.texi, sequences.texi, strings.texi, syntax.texi: * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi: Untabify Texinfo files.
author Glenn Morris <rgm@gnu.org>
date Tue, 22 Jun 2010 20:36:56 -0700
parents 1d1d5d9bd884
children 60516122d066 376148b31b5e
comparison
equal deleted inserted replaced
109266:9df40307a957 109267:71353caf35e3
1 @c -*-texinfo-*- 1 @c -*-texinfo-*-
2 @c This is part of the GNU Emacs Lisp Reference Manual. 2 @c This is part of the GNU Emacs Lisp Reference Manual.
3 @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, 3 @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001,
4 @c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 4 @c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
5 @c Free Software Foundation, Inc.
5 @c See the file elisp.texi for copying conditions. 6 @c See the file elisp.texi for copying conditions.
6 @setfilename ../../info/os 7 @setfilename ../../info/os
7 @node System Interface, Antinews, Display, Top 8 @node System Interface, Antinews, Display, Top
8 @chapter Operating System Interface 9 @chapter Operating System Interface
9 10
18 @menu 19 @menu
19 * Starting Up:: Customizing Emacs startup processing. 20 * Starting Up:: Customizing Emacs startup processing.
20 * Getting Out:: How exiting works (permanent or temporary). 21 * Getting Out:: How exiting works (permanent or temporary).
21 * System Environment:: Distinguish the name and kind of system. 22 * System Environment:: Distinguish the name and kind of system.
22 * User Identification:: Finding the name and user id of the user. 23 * User Identification:: Finding the name and user id of the user.
23 * Time of Day:: Getting the current time. 24 * Time of Day:: Getting the current time.
24 * Time Conversion:: Converting a time from numeric form to 25 * Time Conversion:: Converting a time from numeric form to
25 calendrical data and vice versa. 26 calendrical data and vice versa.
26 * Time Parsing:: Converting a time from numeric form to text 27 * Time Parsing:: Converting a time from numeric form to text
27 and vice versa. 28 and vice versa.
28 * Processor Run Time:: Getting the run time used by Emacs. 29 * Processor Run Time:: Getting the run time used by Emacs.
29 * Time Calculations:: Adding, subtracting, comparing times, etc. 30 * Time Calculations:: Adding, subtracting, comparing times, etc.
30 * Timers:: Setting a timer to call a function at a certain time. 31 * Timers:: Setting a timer to call a function at a certain time.
31 * Idle Timers:: Setting a timer to call a function when Emacs has 32 * Idle Timers:: Setting a timer to call a function when Emacs has
32 been idle for a certain length of time. 33 been idle for a certain length of time.
33 * Terminal Input:: Accessing and recording terminal input. 34 * Terminal Input:: Accessing and recording terminal input.
34 * Terminal Output:: Controlling and recording terminal output. 35 * Terminal Output:: Controlling and recording terminal output.
35 * Sound Output:: Playing sounds on the computer's speaker. 36 * Sound Output:: Playing sounds on the computer's speaker.
1816 This section describes functions and variables for recording or 1817 This section describes functions and variables for recording or
1817 manipulating terminal input. See @ref{Display}, for related 1818 manipulating terminal input. See @ref{Display}, for related
1818 functions. 1819 functions.
1819 1820
1820 @menu 1821 @menu
1821 * Input Modes:: Options for how input is processed. 1822 * Input Modes:: Options for how input is processed.
1822 * Recording Input:: Saving histories of recent or all input events. 1823 * Recording Input:: Saving histories of recent or all input events.
1823 @end menu 1824 @end menu
1824 1825
1825 @node Input Modes 1826 @node Input Modes
1826 @subsection Input Modes 1827 @subsection Input Modes
1827 @cindex input modes 1828 @cindex input modes