2007-06-13 00:45:03 +00:00
|
|
|
|
\input texinfo @c -*-texinfo-*-
|
|
|
|
|
@c This file is used for printing the GNU Emacs Lisp Reference Manual
|
|
|
|
|
@c in two volumes. It is a modified version of elisp.texi.
|
2011-01-25 04:08:28 +00:00
|
|
|
|
@c Copyright (C) 1990-1995, 1998-1999, 2001-2011
|
2009-07-10 05:23:59 +00:00
|
|
|
|
@c Free Software Foundation, Inc.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
@c %**start of header
|
|
|
|
|
@setfilename elisp
|
|
|
|
|
@settitle GNU Emacs Lisp Reference Manual: Volume 2
|
|
|
|
|
@c %**end of header
|
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
@c See two-volume-cross-refs.txt.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
@tex
|
2007-06-13 00:45:03 +00:00
|
|
|
|
\message{Formatting for two volume edition...Volume 2...}
|
|
|
|
|
%
|
|
|
|
|
% Read special toc file, set up in two-volume.make.
|
|
|
|
|
\gdef\tocreadfilename{elisp2-toc-ready.toc}
|
|
|
|
|
%
|
|
|
|
|
% Don't make outlines, they're not needed and \readdatafile can't pay
|
|
|
|
|
% attention to the special definition above.
|
|
|
|
|
\global\let\pdfmakeoutlines=\relax
|
|
|
|
|
%
|
|
|
|
|
% Start volume 2 chapter numbering at 27; this must be listed as chapno26
|
|
|
|
|
\global\chapno=26
|
2001-11-16 13:13:15 +00:00
|
|
|
|
@end tex
|
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
@c Version of the manual and of Emacs.
|
|
|
|
|
@c Please remember to update the edition number in README as well.
|
2009-07-09 03:03:32 +00:00
|
|
|
|
@set VERSION 3.0
|
2010-10-09 01:41:21 +00:00
|
|
|
|
@include emacsver.texi
|
2009-07-09 03:03:32 +00:00
|
|
|
|
@set DATE July 2009
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
@dircategory Emacs
|
|
|
|
|
@direntry
|
|
|
|
|
* Elisp: (elisp). The Emacs Lisp Reference Manual.
|
|
|
|
|
@end direntry
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
@c in general, keep the following line commented out, unless doing a
|
|
|
|
|
@c copy of this manual that will be published. the manual should go
|
|
|
|
|
@c onto the distribution in the full, 8.5 x 11" size.
|
|
|
|
|
@set smallbook
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
@ifset smallbook
|
|
|
|
|
@smallbook
|
|
|
|
|
@end ifset
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
@c per rms and peterb, use 10pt fonts for the main text, mostly to
|
|
|
|
|
@c save on paper cost.
|
|
|
|
|
@c Do this inside @tex for now, so current makeinfo does not complain.
|
|
|
|
|
@tex
|
|
|
|
|
@ifset smallbook
|
|
|
|
|
@fonttextsize 10
|
|
|
|
|
\global\let\urlcolor=\Black % don't print links in grayscale
|
|
|
|
|
\global\let\linkcolor=\Black
|
|
|
|
|
@end ifset
|
|
|
|
|
\global\hbadness=6666 % don't worry about not-too-underfull boxes
|
2001-11-16 13:13:15 +00:00
|
|
|
|
@end tex
|
|
|
|
|
|
|
|
|
|
@c Combine indices.
|
|
|
|
|
@synindex cp fn
|
|
|
|
|
@syncodeindex vr fn
|
|
|
|
|
@syncodeindex ky fn
|
|
|
|
|
@syncodeindex pg fn
|
2007-06-13 00:45:03 +00:00
|
|
|
|
@c We use the "type index" to index new functions and variables.
|
|
|
|
|
@c @syncodeindex tp fn
|
|
|
|
|
|
|
|
|
|
@copying
|
|
|
|
|
This is edition @value{VERSION} of the GNU Emacs Lisp Reference Manual,@*
|
|
|
|
|
corresponding to Emacs version @value{EMACSVER}.
|
|
|
|
|
|
|
|
|
|
Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
|
2011-01-02 23:50:46 +00:00
|
|
|
|
1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
|
2007-06-13 00:45:03 +00:00
|
|
|
|
Foundation, Inc.
|
|
|
|
|
|
|
|
|
|
@quotation
|
|
|
|
|
Permission is granted to copy, distribute and/or modify this document
|
2008-11-19 04:25:49 +00:00
|
|
|
|
under the terms of the GNU Free Documentation License, Version 1.3 or
|
2007-06-13 00:45:03 +00:00
|
|
|
|
any later version published by the Free Software Foundation; with the
|
|
|
|
|
Invariant Sections being ``GNU General Public License,'' with the
|
|
|
|
|
Front-Cover texts being ``A GNU Manual,'' and with the Back-Cover
|
|
|
|
|
Texts as in (a) below. A copy of the license is included in the
|
|
|
|
|
section entitled ``GNU Free Documentation License.''
|
|
|
|
|
|
2008-06-16 02:07:08 +00:00
|
|
|
|
(a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
|
|
|
|
|
modify this GNU manual. Buying copies from the FSF supports it in
|
2007-06-24 21:59:25 +00:00
|
|
|
|
developing GNU and promoting software freedom.''
|
2007-06-13 00:45:03 +00:00
|
|
|
|
@end quotation
|
|
|
|
|
@end copying
|
|
|
|
|
|
2001-11-16 13:13:15 +00:00
|
|
|
|
@titlepage
|
2007-06-13 00:45:03 +00:00
|
|
|
|
@title GNU Emacs Lisp Reference Manual
|
|
|
|
|
@subtitle Volume 2
|
|
|
|
|
@subtitle For Emacs Version @value{EMACSVER}
|
2009-07-09 03:03:32 +00:00
|
|
|
|
@subtitle Revision @value{VERSION}, @value{DATE}
|
2007-06-13 00:45:03 +00:00
|
|
|
|
|
|
|
|
|
@author by Bil Lewis, Dan LaLiberte, Richard Stallman
|
|
|
|
|
@author and the GNU Manual Group
|
2001-11-16 13:13:15 +00:00
|
|
|
|
@page
|
|
|
|
|
@vskip 0pt plus 1filll
|
2007-06-13 00:45:03 +00:00
|
|
|
|
@insertcopying
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
@sp 2
|
|
|
|
|
Published by the Free Software Foundation @*
|
2007-06-13 00:45:03 +00:00
|
|
|
|
51 Franklin St, Fifth Floor @*
|
|
|
|
|
Boston, MA 02110-1301 @*
|
|
|
|
|
USA @*
|
|
|
|
|
ISBN 1-882114-74-4
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
@sp 2
|
|
|
|
|
Cover art by Etienne Suvasa.
|
|
|
|
|
@end titlepage
|
|
|
|
|
|
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
@c Print the tables of contents
|
|
|
|
|
@summarycontents
|
|
|
|
|
@contents
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ifnottex
|
|
|
|
|
@node Top, Introduction, (dir), (dir)
|
|
|
|
|
@top Emacs Lisp
|
|
|
|
|
|
|
|
|
|
This Info file contains edition @value{VERSION} of the GNU Emacs Lisp
|
|
|
|
|
Reference Manual, corresponding to GNU Emacs version @value{EMACSVER}.
|
|
|
|
|
@end ifnottex
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
@menu
|
|
|
|
|
* Introduction:: Introduction and conventions used.
|
|
|
|
|
|
|
|
|
|
* Lisp Data Types:: Data types of objects in Emacs Lisp.
|
|
|
|
|
* Numbers:: Numbers and arithmetic functions.
|
|
|
|
|
* Strings and Characters:: Strings, and functions that work on them.
|
|
|
|
|
* Lists:: Lists, cons cells, and related functions.
|
|
|
|
|
* Sequences Arrays Vectors:: Lists, strings and vectors are called sequences.
|
|
|
|
|
Certain functions act on any kind of sequence.
|
|
|
|
|
The description of vectors is here as well.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Hash Tables:: Very fast lookup-tables.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Symbols:: Symbols represent names, uniquely.
|
|
|
|
|
|
|
|
|
|
* Evaluation:: How Lisp expressions are evaluated.
|
|
|
|
|
* Control Structures:: Conditionals, loops, nonlocal exits.
|
|
|
|
|
* Variables:: Using symbols in programs to stand for values.
|
|
|
|
|
* Functions:: A function is a Lisp program
|
|
|
|
|
that can be invoked from other functions.
|
|
|
|
|
* Macros:: Macros are a way to extend the Lisp language.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Customization:: Writing customization declarations.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
* Loading:: Reading files of Lisp code into Lisp.
|
|
|
|
|
* Byte Compilation:: Compilation makes programs run faster.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Advising Functions:: Adding to the definition of a function.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Debugging:: Tools and tips for debugging Lisp programs.
|
|
|
|
|
|
|
|
|
|
* Read and Print:: Converting Lisp objects to text and back.
|
|
|
|
|
* Minibuffers:: Using the minibuffer to read input.
|
|
|
|
|
* Command Loop:: How the editor command loop works,
|
|
|
|
|
and how you can call its subroutines.
|
|
|
|
|
* Keymaps:: Defining the bindings from keys to commands.
|
|
|
|
|
* Modes:: Defining major and minor modes.
|
|
|
|
|
* Documentation:: Writing and using documentation strings.
|
|
|
|
|
|
|
|
|
|
* Files:: Accessing files.
|
|
|
|
|
* Backups and Auto-Saving:: Controlling how backups and auto-save
|
|
|
|
|
files are made.
|
|
|
|
|
* Buffers:: Creating and using buffer objects.
|
|
|
|
|
* Windows:: Manipulating windows and displaying buffers.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Frames:: Making multiple system-level windows.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Positions:: Buffer positions and motion functions.
|
|
|
|
|
* Markers:: Markers represent positions and update
|
|
|
|
|
automatically when the text is changed.
|
|
|
|
|
|
|
|
|
|
* Text:: Examining and changing text in buffers.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Non-ASCII Characters:: Non-ASCII text in buffers and strings.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Searching and Matching:: Searching buffers for strings or regexps.
|
|
|
|
|
* Syntax Tables:: The syntax table controls word and list parsing.
|
|
|
|
|
* Abbrevs:: How Abbrev mode works, and its data structures.
|
|
|
|
|
|
|
|
|
|
* Processes:: Running and communicating with subprocesses.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Display:: Features for controlling the screen display.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* System Interface:: Getting the user id, system type, environment
|
|
|
|
|
variables, and other such things.
|
|
|
|
|
|
2010-08-25 20:25:32 +00:00
|
|
|
|
* Packaging:: Preparing Lisp code for distribution.
|
|
|
|
|
|
2001-11-16 13:13:15 +00:00
|
|
|
|
Appendices
|
|
|
|
|
|
2009-07-09 03:03:32 +00:00
|
|
|
|
* Antinews:: Info for users downgrading to Emacs 22.
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* GNU Free Documentation License:: The license for this documentation.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* GPL:: Conditions for copying and changing GNU Emacs.
|
|
|
|
|
* Tips:: Advice and coding conventions for Emacs Lisp.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* GNU Emacs Internals:: Building and dumping Emacs;
|
|
|
|
|
internal data structures.
|
|
|
|
|
* Standard Errors:: List of all error symbols.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Standard Buffer-Local Variables::
|
|
|
|
|
List of variables buffer-local in all buffers.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Standard Keymaps:: List of standard keymaps.
|
|
|
|
|
* Standard Hooks:: List of standard hook variables.
|
|
|
|
|
|
|
|
|
|
* Index:: Index including concepts, functions, variables,
|
|
|
|
|
and other terms.
|
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
@ignore
|
|
|
|
|
* New Symbols:: New functions and variables in Emacs @value{EMACSVER}.
|
|
|
|
|
@end ignore
|
|
|
|
|
|
|
|
|
|
@c Do NOT modify the following 3 lines! They must have this form to
|
|
|
|
|
@c be correctly identified by `texinfo-multiple-files-update'. In
|
|
|
|
|
@c particular, the detailed menu header line MUST be identical to the
|
|
|
|
|
@c value of `texinfo-master-menu-header'. See texnfo-upd.el.
|
|
|
|
|
|
|
|
|
|
@detailmenu
|
|
|
|
|
--- The Detailed Node Listing ---
|
|
|
|
|
---------------------------------
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
Here are other nodes that are inferiors of those already listed,
|
|
|
|
|
mentioned here so you can get to them in one step:
|
|
|
|
|
|
|
|
|
|
Introduction
|
|
|
|
|
|
|
|
|
|
* Caveats:: Flaws and a request for help.
|
|
|
|
|
* Lisp History:: Emacs Lisp is descended from Maclisp.
|
|
|
|
|
* Conventions:: How the manual is formatted.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Version Info:: Which Emacs version is running?
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Acknowledgements:: The authors, editors, and sponsors of this manual.
|
|
|
|
|
|
|
|
|
|
Conventions
|
|
|
|
|
|
|
|
|
|
* Some Terms:: Explanation of terms we use in this manual.
|
|
|
|
|
* nil and t:: How the symbols @code{nil} and @code{t} are used.
|
|
|
|
|
* Evaluation Notation:: The format we use for examples of evaluation.
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Printing Notation:: The format we use when examples print text.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Error Messages:: The format we use for examples of errors.
|
|
|
|
|
* Buffer Text Notation:: The format we use for buffer contents in examples.
|
|
|
|
|
* Format of Descriptions:: Notation for describing functions, variables, etc.
|
|
|
|
|
|
|
|
|
|
Format of Descriptions
|
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* A Sample Function Description:: A description of an imaginary
|
|
|
|
|
function, @code{foo}.
|
|
|
|
|
* A Sample Variable Description:: A description of an imaginary
|
|
|
|
|
variable, @code{electric-future-map}.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
Lisp Data Types
|
|
|
|
|
|
|
|
|
|
* Printed Representation:: How Lisp objects are represented as text.
|
|
|
|
|
* Comments:: Comments and their formatting conventions.
|
|
|
|
|
* Programming Types:: Types found in all Lisp systems.
|
|
|
|
|
* Editing Types:: Types specific to Emacs.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Circular Objects:: Read syntax for circular structure.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Type Predicates:: Tests related to types.
|
|
|
|
|
* Equality Predicates:: Tests of equality between any two objects.
|
|
|
|
|
|
|
|
|
|
Programming Types
|
|
|
|
|
|
|
|
|
|
* Integer Type:: Numbers without fractional parts.
|
|
|
|
|
* Floating Point Type:: Numbers with fractional parts and with a large range.
|
|
|
|
|
* Character Type:: The representation of letters, numbers and
|
2007-06-13 00:45:03 +00:00
|
|
|
|
control characters.
|
|
|
|
|
* Symbol Type:: A multi-use object that refers to a function,
|
2009-07-10 05:23:59 +00:00
|
|
|
|
variable, or property list, and has a unique identity.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Sequence Type:: Both lists and arrays are classified as sequences.
|
|
|
|
|
* Cons Cell Type:: Cons cells, and lists (which are made from cons cells).
|
|
|
|
|
* Array Type:: Arrays include strings and vectors.
|
|
|
|
|
* String Type:: An (efficient) array of characters.
|
|
|
|
|
* Vector Type:: One-dimensional arrays.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Char-Table Type:: One-dimensional sparse arrays indexed by characters.
|
|
|
|
|
* Bool-Vector Type:: One-dimensional arrays of @code{t} or @code{nil}.
|
|
|
|
|
* Hash Table Type:: Super-fast lookup tables.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Function Type:: A piece of executable code you can call from elsewhere.
|
|
|
|
|
* Macro Type:: A method of expanding an expression into another
|
|
|
|
|
expression, more fundamental but less pretty.
|
|
|
|
|
* Primitive Function Type:: A function written in C, callable from Lisp.
|
|
|
|
|
* Byte-Code Type:: A function written in Lisp, then compiled.
|
|
|
|
|
* Autoload Type:: A type used for automatically loading seldom-used
|
2007-06-13 00:45:03 +00:00
|
|
|
|
functions.
|
|
|
|
|
|
|
|
|
|
Character Type
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Basic Char Syntax:: Syntax for regular characters.
|
|
|
|
|
* General Escape Syntax:: How to specify characters by their codes.
|
|
|
|
|
* Ctl-Char Syntax:: Syntax for control characters.
|
|
|
|
|
* Meta-Char Syntax:: Syntax for meta-characters.
|
|
|
|
|
* Other Char Bits:: Syntax for hyper-, super-, and alt-characters.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
Cons Cell and List Types
|
|
|
|
|
|
|
|
|
|
* Box Diagrams:: Drawing pictures of lists.
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Dotted Pair Notation:: A general syntax for cons cells.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Association List Type:: A specially constructed list.
|
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
String Type
|
|
|
|
|
|
|
|
|
|
* Syntax for Strings:: How to specify Lisp strings.
|
|
|
|
|
* Non-ASCII in Strings:: International characters in strings.
|
|
|
|
|
* Nonprinting Characters:: Literal unprintable characters in strings.
|
|
|
|
|
* Text Props and Strings:: Strings with text properties.
|
|
|
|
|
|
2001-11-16 13:13:15 +00:00
|
|
|
|
Editing Types
|
|
|
|
|
|
|
|
|
|
* Buffer Type:: The basic object of editing.
|
|
|
|
|
* Marker Type:: A position in a buffer.
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Window Type:: Buffers are displayed in windows.
|
2009-07-09 03:03:32 +00:00
|
|
|
|
* Frame Type:: Windows subdivide frames.
|
|
|
|
|
* Terminal Type:: A terminal device displays frames.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Window Configuration Type:: Recording the way a frame is subdivided.
|
|
|
|
|
* Frame Configuration Type:: Recording the status of all frames.
|
2009-07-09 03:03:32 +00:00
|
|
|
|
* Process Type:: A subprocess of Emacs running on the underlying OS.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Stream Type:: Receive or send characters.
|
|
|
|
|
* Keymap Type:: What function a keystroke invokes.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Overlay Type:: How an overlay is represented.
|
2009-07-09 03:03:32 +00:00
|
|
|
|
* Font Type:: Fonts for displaying text.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
Numbers
|
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Integer Basics:: Representation and range of integers.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Float Basics:: Representation and range of floating point.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Predicates on Numbers:: Testing for numbers.
|
|
|
|
|
* Comparison of Numbers:: Equality and inequality predicates.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Numeric Conversions:: Converting float to integer and vice versa.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Arithmetic Operations:: How to add, subtract, multiply and divide.
|
|
|
|
|
* Rounding Operations:: Explicitly rounding floating point numbers.
|
|
|
|
|
* Bitwise Operations:: Logical and, or, not, shifting.
|
|
|
|
|
* Math Functions:: Trig, exponential and logarithmic functions.
|
|
|
|
|
* Random Numbers:: Obtaining random integers, predictable or not.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
Strings and Characters
|
|
|
|
|
|
|
|
|
|
* String Basics:: Basic properties of strings and characters.
|
|
|
|
|
* Predicates for Strings:: Testing whether an object is a string or char.
|
|
|
|
|
* Creating Strings:: Functions to allocate new strings.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Modifying Strings:: Altering the contents of an existing string.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Text Comparison:: Comparing characters or strings.
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* String Conversion:: Converting to and from characters and strings.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Formatting Strings:: @code{format}: Emacs's analogue of @code{printf}.
|
|
|
|
|
* Case Conversion:: Case conversion functions.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Case Tables:: Customizing case conversion.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
Lists
|
|
|
|
|
|
|
|
|
|
* Cons Cells:: How lists are made out of cons cells.
|
|
|
|
|
* List-related Predicates:: Is this object a list? Comparing two lists.
|
|
|
|
|
* List Elements:: Extracting the pieces of a list.
|
|
|
|
|
* Building Lists:: Creating list structure.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* List Variables:: Modifying lists stored in variables.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Modifying Lists:: Storing new pieces into an existing list.
|
|
|
|
|
* Sets And Lists:: A list can represent a finite mathematical set.
|
|
|
|
|
* Association Lists:: A list can represent a finite relation or mapping.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Rings:: Managing a fixed-size ring of objects.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
Modifying Existing List Structure
|
|
|
|
|
|
|
|
|
|
* Setcar:: Replacing an element in a list.
|
|
|
|
|
* Setcdr:: Replacing part of the list backbone.
|
|
|
|
|
This can be used to remove or add elements.
|
|
|
|
|
* Rearrangement:: Reordering the elements in a list; combining lists.
|
|
|
|
|
|
|
|
|
|
Sequences, Arrays, and Vectors
|
|
|
|
|
|
|
|
|
|
* Sequence Functions:: Functions that accept any kind of sequence.
|
|
|
|
|
* Arrays:: Characteristics of arrays in Emacs Lisp.
|
|
|
|
|
* Array Functions:: Functions specifically for arrays.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Vectors:: Special characteristics of Emacs Lisp vectors.
|
|
|
|
|
* Vector Functions:: Functions specifically for vectors.
|
|
|
|
|
* Char-Tables:: How to work with char-tables.
|
|
|
|
|
* Bool-Vectors:: How to work with bool-vectors.
|
|
|
|
|
|
|
|
|
|
Hash Tables
|
|
|
|
|
|
|
|
|
|
* Creating Hash:: Functions to create hash tables.
|
|
|
|
|
* Hash Access:: Reading and writing the hash table contents.
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Defining Hash:: Defining new comparison methods.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Other Hash:: Miscellaneous.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
Symbols
|
|
|
|
|
|
|
|
|
|
* Symbol Components:: Symbols have names, values, function definitions
|
|
|
|
|
and property lists.
|
|
|
|
|
* Definitions:: A definition says how a symbol will be used.
|
|
|
|
|
* Creating Symbols:: How symbols are kept unique.
|
|
|
|
|
* Property Lists:: Each symbol has a property list
|
|
|
|
|
for recording miscellaneous information.
|
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
Property Lists
|
|
|
|
|
|
|
|
|
|
* Plists and Alists:: Comparison of the advantages of property
|
|
|
|
|
lists and association lists.
|
|
|
|
|
* Symbol Plists:: Functions to access symbols' property lists.
|
|
|
|
|
* Other Plists:: Accessing property lists stored elsewhere.
|
|
|
|
|
|
2001-11-16 13:13:15 +00:00
|
|
|
|
Evaluation
|
|
|
|
|
|
|
|
|
|
* Intro Eval:: Evaluation in the scheme of things.
|
|
|
|
|
* Forms:: How various sorts of objects are evaluated.
|
2003-02-04 14:56:31 +00:00
|
|
|
|
* Quoting:: Avoiding evaluation (to put constants in
|
2001-11-16 13:13:15 +00:00
|
|
|
|
the program).
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Eval:: How to invoke the Lisp interpreter explicitly.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
Kinds of Forms
|
|
|
|
|
|
|
|
|
|
* Self-Evaluating Forms:: Forms that evaluate to themselves.
|
|
|
|
|
* Symbol Forms:: Symbols evaluate as variables.
|
|
|
|
|
* Classifying Lists:: How to distinguish various sorts of list forms.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Function Indirection:: When a symbol appears as the car of a list,
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
we find the real function via the symbol.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Function Forms:: Forms that call functions.
|
|
|
|
|
* Macro Forms:: Forms that call macros.
|
2006-07-18 00:09:02 +00:00
|
|
|
|
* Special Forms:: "Special forms" are idiosyncratic primitives,
|
2001-11-16 13:13:15 +00:00
|
|
|
|
most of them extremely important.
|
|
|
|
|
* Autoloading:: Functions set up to load files
|
|
|
|
|
containing their real definitions.
|
|
|
|
|
|
|
|
|
|
Control Structures
|
|
|
|
|
|
|
|
|
|
* Sequencing:: Evaluation in textual order.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Conditionals:: @code{if}, @code{cond}, @code{when}, @code{unless}.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Combining Conditions:: @code{and}, @code{or}, @code{not}.
|
|
|
|
|
* Iteration:: @code{while} loops.
|
|
|
|
|
* Nonlocal Exits:: Jumping out of a sequence.
|
|
|
|
|
|
|
|
|
|
Nonlocal Exits
|
|
|
|
|
|
|
|
|
|
* Catch and Throw:: Nonlocal exits for the program's own purposes.
|
|
|
|
|
* Examples of Catch:: Showing how such nonlocal exits can be written.
|
|
|
|
|
* Errors:: How errors are signaled and handled.
|
|
|
|
|
* Cleanups:: Arranging to run a cleanup form if an
|
|
|
|
|
error happens.
|
|
|
|
|
|
|
|
|
|
Errors
|
|
|
|
|
|
|
|
|
|
* Signaling Errors:: How to report an error.
|
|
|
|
|
* Processing of Errors:: What Emacs does when you report an error.
|
|
|
|
|
* Handling Errors:: How you can trap errors and continue execution.
|
|
|
|
|
* Error Symbols:: How errors are classified for trapping them.
|
|
|
|
|
|
|
|
|
|
Variables
|
|
|
|
|
|
|
|
|
|
* Global Variables:: Variable values that exist permanently, everywhere.
|
|
|
|
|
* Constant Variables:: Certain "variables" have values that never change.
|
|
|
|
|
* Local Variables:: Variable values that exist only temporarily.
|
|
|
|
|
* Void Variables:: Symbols that lack values.
|
|
|
|
|
* Defining Variables:: A definition says a symbol is used as a variable.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Tips for Defining:: Things you should think about when you
|
|
|
|
|
define a variable.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Accessing Variables:: Examining values of variables whose names
|
|
|
|
|
are known only at run time.
|
|
|
|
|
* Setting Variables:: Storing new values in variables.
|
|
|
|
|
* Variable Scoping:: How Lisp chooses among local and global values.
|
|
|
|
|
* Buffer-Local Variables:: Variable values in effect only in one buffer.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* File Local Variables:: Handling local variable lists in files.
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Directory Local Variables:: Local variables common to all files in a
|
|
|
|
|
directory.
|
2009-07-09 03:03:32 +00:00
|
|
|
|
* Frame-Local Variables:: Frame-local bindings for variables.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Variable Aliases:: Variables that are aliases for other variables.
|
|
|
|
|
* Variables with Restricted Values:: Non-constant variables whose value can
|
|
|
|
|
@emph{not} be an arbitrary Lisp object.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
Scoping Rules for Variable Bindings
|
|
|
|
|
|
2003-02-04 14:56:31 +00:00
|
|
|
|
* Scope:: Scope means where in the program a value
|
2001-11-16 13:13:15 +00:00
|
|
|
|
is visible. Comparison with other languages.
|
|
|
|
|
* Extent:: Extent means how long in time a value exists.
|
|
|
|
|
* Impl of Scope:: Two ways to implement dynamic scoping.
|
2003-02-04 14:56:31 +00:00
|
|
|
|
* Using Scoping:: How to use dynamic scoping carefully and
|
2001-11-16 13:13:15 +00:00
|
|
|
|
avoid problems.
|
|
|
|
|
|
|
|
|
|
Buffer-Local Variables
|
|
|
|
|
|
|
|
|
|
* Intro to Buffer-Local:: Introduction and concepts.
|
|
|
|
|
* Creating Buffer-Local:: Creating and destroying buffer-local bindings.
|
|
|
|
|
* Default Value:: The default value is seen in buffers
|
2007-06-13 00:45:03 +00:00
|
|
|
|
that don't have their own buffer-local values.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
Functions
|
|
|
|
|
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* What Is a Function:: Lisp functions vs. primitives; terminology.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Lambda Expressions:: How functions are expressed as Lisp objects.
|
|
|
|
|
* Function Names:: A symbol can serve as the name of a function.
|
|
|
|
|
* Defining Functions:: Lisp expressions for defining functions.
|
|
|
|
|
* Calling Functions:: How to use an existing function.
|
|
|
|
|
* Mapping Functions:: Applying a function to each element of a list, etc.
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Anonymous Functions:: Lambda expressions are functions with no names.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Function Cells:: Accessing or setting the function definition
|
|
|
|
|
of a symbol.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Obsolete Functions:: Declaring functions obsolete.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Inline Functions:: Defining functions that the compiler
|
2009-07-10 05:23:59 +00:00
|
|
|
|
will open code.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Declaring Functions:: Telling the compiler that a function is defined.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Function Safety:: Determining whether a function is safe to call.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Related Topics:: Cross-references to specific Lisp primitives
|
2003-02-04 14:56:31 +00:00
|
|
|
|
that have a special bearing on how
|
2001-11-16 13:13:15 +00:00
|
|
|
|
functions work.
|
|
|
|
|
|
|
|
|
|
Lambda Expressions
|
|
|
|
|
|
|
|
|
|
* Lambda Components:: The parts of a lambda expression.
|
|
|
|
|
* Simple Lambda:: A simple example.
|
|
|
|
|
* Argument List:: Details and special features of argument lists.
|
|
|
|
|
* Function Documentation:: How to put documentation in a function.
|
|
|
|
|
|
|
|
|
|
Macros
|
|
|
|
|
|
|
|
|
|
* Simple Macro:: A basic example.
|
|
|
|
|
* Expansion:: How, when and why macros are expanded.
|
|
|
|
|
* Compiling Macros:: How macros are expanded by the compiler.
|
|
|
|
|
* Defining Macros:: How to write a macro definition.
|
|
|
|
|
* Backquote:: Easier construction of list structure.
|
|
|
|
|
* Problems with Macros:: Don't evaluate the macro arguments too many times.
|
|
|
|
|
Don't hide the user's variables.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Indenting Macros:: Specifying how to indent macro calls.
|
|
|
|
|
|
|
|
|
|
Common Problems Using Macros
|
|
|
|
|
|
|
|
|
|
* Wrong Time:: Do the work in the expansion, not in the macro.
|
|
|
|
|
* Argument Evaluation:: The expansion should evaluate each macro arg once.
|
|
|
|
|
* Surprising Local Vars:: Local variable bindings in the expansion
|
|
|
|
|
require special care.
|
|
|
|
|
* Eval During Expansion:: Don't evaluate them; put them in the expansion.
|
|
|
|
|
* Repeated Expansion:: Avoid depending on how many times expansion is done.
|
|
|
|
|
|
|
|
|
|
Writing Customization Definitions
|
|
|
|
|
|
|
|
|
|
* Common Keywords:: Common keyword arguments for all kinds of
|
|
|
|
|
customization declarations.
|
|
|
|
|
* Group Definitions:: Writing customization group definitions.
|
|
|
|
|
* Variable Definitions:: Declaring user options.
|
|
|
|
|
* Customization Types:: Specifying the type of a user option.
|
|
|
|
|
|
|
|
|
|
Customization Types
|
|
|
|
|
|
|
|
|
|
* Simple Types:: Simple customization types: sexp, integer, number,
|
|
|
|
|
string, file, directory, alist.
|
|
|
|
|
* Composite Types:: Build new types from other types or data.
|
|
|
|
|
* Splicing into Lists:: Splice elements into list with @code{:inline}.
|
|
|
|
|
* Type Keywords:: Keyword-argument pairs in a customization type.
|
|
|
|
|
* Defining New Types:: Give your type a name.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
Loading
|
|
|
|
|
|
|
|
|
|
* How Programs Do Loading:: The @code{load} function and others.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Load Suffixes:: Details about the suffixes that @code{load} tries.
|
|
|
|
|
* Library Search:: Finding a library to load.
|
|
|
|
|
* Loading Non-ASCII:: Non-@acronym{ASCII} characters in Emacs Lisp files.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Autoload:: Setting up a function to autoload.
|
|
|
|
|
* Repeated Loading:: Precautions about loading a file twice.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Named Features:: Loading a library if it isn't already loaded.
|
|
|
|
|
* Where Defined:: Finding which file defined a certain symbol.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Unloading:: How to "unload" a library that was loaded.
|
|
|
|
|
* Hooks for Loading:: Providing code to be run when
|
|
|
|
|
particular libraries are loaded.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
Byte Compilation
|
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Speed of Byte-Code:: An example of speedup from byte compilation.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Compilation Functions:: Byte compilation functions.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Docs and Compilation:: Dynamic loading of documentation strings.
|
|
|
|
|
* Dynamic Loading:: Dynamic loading of individual functions.
|
|
|
|
|
* Eval During Compile:: Code to be evaluated when you compile.
|
|
|
|
|
* Compiler Errors:: Handling compiler error messages.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Byte-Code Objects:: The data type used for byte-compiled functions.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Disassembly:: Disassembling byte-code; how to read byte-code.
|
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
Advising Emacs Lisp Functions
|
|
|
|
|
|
|
|
|
|
* Simple Advice:: A simple example to explain the basics of advice.
|
|
|
|
|
* Defining Advice:: Detailed description of @code{defadvice}.
|
|
|
|
|
* Around-Advice:: Wrapping advice around a function's definition.
|
|
|
|
|
* Computed Advice:: ...is to @code{defadvice} as @code{fset} is to @code{defun}.
|
|
|
|
|
* Activation of Advice:: Advice doesn't do anything until you activate it.
|
|
|
|
|
* Enabling Advice:: You can enable or disable each piece of advice.
|
|
|
|
|
* Preactivation:: Preactivation is a way of speeding up the
|
|
|
|
|
loading of compiled advice.
|
|
|
|
|
* Argument Access in Advice:: How advice can access the function's arguments.
|
|
|
|
|
* Advising Primitives:: Accessing arguments when advising a primitive.
|
|
|
|
|
* Combined Definition:: How advice is implemented.
|
|
|
|
|
|
2001-11-16 13:13:15 +00:00
|
|
|
|
Debugging Lisp Programs
|
|
|
|
|
|
|
|
|
|
* Debugger:: How the Emacs Lisp debugger is implemented.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Edebug:: A source-level Emacs Lisp debugger.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Syntax Errors:: How to find syntax errors.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Test Coverage:: Ensuring you have tested all branches in your code.
|
2003-02-04 14:56:31 +00:00
|
|
|
|
* Compilation Errors:: How to find errors that show up in
|
2001-11-16 13:13:15 +00:00
|
|
|
|
byte compilation.
|
2003-02-04 14:56:31 +00:00
|
|
|
|
|
2001-11-16 13:13:15 +00:00
|
|
|
|
The Lisp Debugger
|
|
|
|
|
|
|
|
|
|
* Error Debugging:: Entering the debugger when an error happens.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Infinite Loops:: Stopping and debugging a program that doesn't exit.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Function Debugging:: Entering it when a certain function is called.
|
|
|
|
|
* Explicit Debug:: Entering it at a certain point in the program.
|
|
|
|
|
* Using Debugger:: What the debugger does; what you see while in it.
|
|
|
|
|
* Debugger Commands:: Commands used while in the debugger.
|
|
|
|
|
* Invoking the Debugger:: How to call the function @code{debug}.
|
|
|
|
|
* Internals of Debugger:: Subroutines of the debugger, and global variables.
|
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
Edebug
|
|
|
|
|
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Using Edebug:: Introduction to use of Edebug.
|
|
|
|
|
* Instrumenting:: You must instrument your code
|
|
|
|
|
in order to debug it with Edebug.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Edebug Execution Modes:: Execution modes, stopping more or less often.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Jumping:: Commands to jump to a specified place.
|
|
|
|
|
* Edebug Misc:: Miscellaneous commands.
|
|
|
|
|
* Breaks:: Setting breakpoints to make the program stop.
|
|
|
|
|
* Trapping Errors:: Trapping errors with Edebug.
|
|
|
|
|
* Edebug Views:: Views inside and outside of Edebug.
|
|
|
|
|
* Edebug Eval:: Evaluating expressions within Edebug.
|
|
|
|
|
* Eval List:: Expressions whose values are displayed
|
|
|
|
|
each time you enter Edebug.
|
|
|
|
|
* Printing in Edebug:: Customization of printing.
|
|
|
|
|
* Trace Buffer:: How to produce trace output in a buffer.
|
|
|
|
|
* Coverage Testing:: How to test evaluation coverage.
|
|
|
|
|
* The Outside Context:: Data that Edebug saves and restores.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Edebug and Macros:: Specifying how to handle macro calls.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Edebug Options:: Option variables for customizing Edebug.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
|
2009-07-10 05:23:59 +00:00
|
|
|
|
Breaks
|
|
|
|
|
|
|
|
|
|
* Breakpoints:: Breakpoints at stop points.
|
|
|
|
|
* Global Break Condition:: Breaking on an event.
|
|
|
|
|
* Source Breakpoints:: Embedding breakpoints in source code.
|
|
|
|
|
|
|
|
|
|
The Outside Context
|
|
|
|
|
|
|
|
|
|
* Checking Whether to Stop::When Edebug decides what to do.
|
|
|
|
|
* Edebug Display Update:: When Edebug updates the display.
|
|
|
|
|
* Edebug Recursive Edit:: When Edebug stops execution.
|
|
|
|
|
|
|
|
|
|
Edebug and Macros
|
|
|
|
|
|
|
|
|
|
* Instrumenting Macro Calls::The basic problem.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Specification List:: How to specify complex patterns of evaluation.
|
|
|
|
|
* Backtracking:: What Edebug does when matching fails.
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Specification Examples:: To help understand specifications.
|
|
|
|
|
|
2001-11-16 13:13:15 +00:00
|
|
|
|
Debugging Invalid Lisp Syntax
|
|
|
|
|
|
|
|
|
|
* Excess Open:: How to find a spurious open paren or missing close.
|
|
|
|
|
* Excess Close:: How to find a spurious close paren or missing open.
|
|
|
|
|
|
|
|
|
|
Reading and Printing Lisp Objects
|
|
|
|
|
|
|
|
|
|
* Streams Intro:: Overview of streams, reading and printing.
|
2003-02-04 14:56:31 +00:00
|
|
|
|
* Input Streams:: Various data types that can be used as
|
2001-11-16 13:13:15 +00:00
|
|
|
|
input streams.
|
|
|
|
|
* Input Functions:: Functions to read Lisp objects from text.
|
2003-02-04 14:56:31 +00:00
|
|
|
|
* Output Streams:: Various data types that can be used as
|
2001-11-16 13:13:15 +00:00
|
|
|
|
output streams.
|
|
|
|
|
* Output Functions:: Functions to print Lisp objects as text.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Output Variables:: Variables that control what the printing
|
|
|
|
|
functions do.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
Minibuffers
|
|
|
|
|
|
|
|
|
|
* Intro to Minibuffers:: Basic information about minibuffers.
|
|
|
|
|
* Text from Minibuffer:: How to read a straight text string.
|
|
|
|
|
* Object from Minibuffer:: How to read a Lisp object or expression.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Minibuffer History:: Recording previous minibuffer inputs
|
|
|
|
|
so the user can reuse them.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Initial Input:: Specifying initial contents for the minibuffer.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Completion:: How to invoke and customize completion.
|
|
|
|
|
* Yes-or-No Queries:: Asking a question with a simple answer.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Multiple Queries:: Asking a series of similar questions.
|
|
|
|
|
* Reading a Password:: Reading a password from the terminal.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Minibuffer Commands:: Commands used as key bindings in minibuffers.
|
|
|
|
|
* Minibuffer Contents:: How such commands access the minibuffer text.
|
|
|
|
|
* Minibuffer Windows:: Operating on the special minibuffer windows.
|
|
|
|
|
* Recursive Mini:: Whether recursive entry to minibuffer is allowed.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Minibuffer Misc:: Various customization hooks and variables.
|
|
|
|
|
|
|
|
|
|
Completion
|
|
|
|
|
|
|
|
|
|
* Basic Completion:: Low-level functions for completing strings.
|
|
|
|
|
(These are too low level to use the minibuffer.)
|
|
|
|
|
* Minibuffer Completion:: Invoking the minibuffer with completion.
|
|
|
|
|
* Completion Commands:: Minibuffer commands that do completion.
|
|
|
|
|
* High-Level Completion:: Convenient special cases of completion
|
2009-07-10 06:12:50 +00:00
|
|
|
|
(reading buffer name, file name, etc.).
|
2009-07-09 03:03:32 +00:00
|
|
|
|
* Reading File Names:: Using completion to read file names and
|
|
|
|
|
shell commands.
|
|
|
|
|
* Completion Styles:: Specifying rules for performing completion.
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Programmed Completion:: Writing your own completion-function.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
Command Loop
|
|
|
|
|
|
|
|
|
|
* Command Overview:: How the command loop reads commands.
|
|
|
|
|
* Defining Commands:: Specifying how a function should read arguments.
|
|
|
|
|
* Interactive Call:: Calling a command, so that it will read arguments.
|
2009-07-09 03:03:32 +00:00
|
|
|
|
* Distinguish Interactive:: Making a command distinguish interactive calls.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Command Loop Info:: Variables set by the command loop for you to examine.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Adjusting Point:: Adjustment of point after a command.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Input Events:: What input looks like when you read it.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Reading Input:: How to read input events from the keyboard or mouse.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Special Events:: Events processed immediately and individually.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Waiting:: Waiting for user input or elapsed time.
|
|
|
|
|
* Quitting:: How @kbd{C-g} works. How to catch or defer quitting.
|
|
|
|
|
* Prefix Command Arguments:: How the commands to set prefix args work.
|
|
|
|
|
* Recursive Editing:: Entering a recursive edit,
|
|
|
|
|
and why you usually shouldn't.
|
|
|
|
|
* Disabling Commands:: How the command loop handles disabled commands.
|
|
|
|
|
* Command History:: How the command history is set up, and how accessed.
|
|
|
|
|
* Keyboard Macros:: How keyboard macros are implemented.
|
|
|
|
|
|
|
|
|
|
Defining Commands
|
|
|
|
|
|
|
|
|
|
* Using Interactive:: General rules for @code{interactive}.
|
|
|
|
|
* Interactive Codes:: The standard letter-codes for reading arguments
|
|
|
|
|
in various ways.
|
|
|
|
|
* Interactive Examples:: Examples of how to read interactive arguments.
|
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
Input Events
|
|
|
|
|
|
|
|
|
|
* Keyboard Events:: Ordinary characters--keys with symbols on them.
|
|
|
|
|
* Function Keys:: Function keys--keys with names, not symbols.
|
|
|
|
|
* Mouse Events:: Overview of mouse events.
|
|
|
|
|
* Click Events:: Pushing and releasing a mouse button.
|
|
|
|
|
* Drag Events:: Moving the mouse before releasing the button.
|
|
|
|
|
* Button-Down Events:: A button was pushed and not yet released.
|
|
|
|
|
* Repeat Events:: Double and triple click (or drag, or down).
|
|
|
|
|
* Motion Events:: Just moving the mouse, not pushing a button.
|
|
|
|
|
* Focus Events:: Moving the mouse between frames.
|
|
|
|
|
* Misc Events:: Other events the system can generate.
|
|
|
|
|
* Event Examples:: Examples of the lists for mouse events.
|
|
|
|
|
* Classifying Events:: Finding the modifier keys in an event symbol.
|
2009-07-10 05:23:59 +00:00
|
|
|
|
Event types.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Accessing Mouse:: Functions to extract info from mouse events.
|
2009-07-09 03:03:32 +00:00
|
|
|
|
* Accessing Scroll:: Functions to get info from scroll bar events.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Strings of Events:: Special considerations for putting
|
|
|
|
|
keyboard character events in a string.
|
|
|
|
|
|
|
|
|
|
Reading Input
|
|
|
|
|
|
|
|
|
|
* Key Sequence Input:: How to read one key sequence.
|
|
|
|
|
* Reading One Event:: How to read just one event.
|
|
|
|
|
* Event Mod:: How Emacs modifies events as they are read.
|
|
|
|
|
* Invoking the Input Method:: How reading an event uses the input method.
|
|
|
|
|
* Quoted Character Input:: Asking the user to specify a character.
|
|
|
|
|
* Event Input Misc:: How to reread or throw away input events.
|
|
|
|
|
|
2001-11-16 13:13:15 +00:00
|
|
|
|
Keymaps
|
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Key Sequences:: Key sequences as Lisp objects.
|
|
|
|
|
* Keymap Basics:: Basic concepts of keymaps.
|
|
|
|
|
* Format of Keymaps:: What a keymap looks like as a Lisp object.
|
|
|
|
|
* Creating Keymaps:: Functions to create and copy keymaps.
|
|
|
|
|
* Inheritance and Keymaps:: How one keymap can inherit the bindings
|
|
|
|
|
of another keymap.
|
|
|
|
|
* Prefix Keys:: Defining a key with a keymap as its definition.
|
|
|
|
|
* Active Keymaps:: How Emacs searches the active keymaps
|
|
|
|
|
for a key binding.
|
|
|
|
|
* Searching Keymaps:: A pseudo-Lisp summary of searching active maps.
|
|
|
|
|
* Controlling Active Maps:: Each buffer has a local keymap
|
|
|
|
|
to override the standard (global) bindings.
|
|
|
|
|
A minor mode can also override them.
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Key Lookup:: Finding a key's binding in one keymap.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Functions for Key Lookup:: How to request key lookup.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Changing Key Bindings:: Redefining a key in a keymap.
|
|
|
|
|
* Remapping Commands:: A keymap can translate one command to another.
|
|
|
|
|
* Translation Keymaps:: Keymaps for translating sequences of events.
|
|
|
|
|
* Key Binding Commands:: Interactive interfaces for redefining keys.
|
|
|
|
|
* Scanning Keymaps:: Looking through all keymaps, for printing help.
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Menu Keymaps:: Defining a menu as a keymap.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
|
|
|
|
|
Menu Keymaps
|
|
|
|
|
|
|
|
|
|
* Defining Menus:: How to make a keymap that defines a menu.
|
|
|
|
|
* Mouse Menus:: How users actuate the menu with the mouse.
|
|
|
|
|
* Keyboard Menus:: How users actuate the menu with the keyboard.
|
|
|
|
|
* Menu Example:: Making a simple menu.
|
|
|
|
|
* Menu Bar:: How to customize the menu bar.
|
|
|
|
|
* Tool Bar:: A tool bar is a row of images.
|
|
|
|
|
* Modifying Menus:: How to add new items to a menu.
|
|
|
|
|
|
|
|
|
|
Defining Menus
|
|
|
|
|
|
|
|
|
|
* Simple Menu Items:: A simple kind of menu key binding,
|
|
|
|
|
limited in capabilities.
|
|
|
|
|
* Extended Menu Items:: More powerful menu item definitions
|
|
|
|
|
let you specify keywords to enable
|
|
|
|
|
various features.
|
|
|
|
|
* Menu Separators:: Drawing a horizontal line through a menu.
|
|
|
|
|
* Alias Menu Items:: Using command aliases in menu items.
|
|
|
|
|
|
|
|
|
|
Major and Minor Modes
|
|
|
|
|
|
|
|
|
|
* Hooks:: How to use hooks; how to write code that provides hooks.
|
|
|
|
|
* Major Modes:: Defining major modes.
|
|
|
|
|
* Minor Modes:: Defining minor modes.
|
|
|
|
|
* Mode Line Format:: Customizing the text that appears in the mode line.
|
|
|
|
|
* Imenu:: How a mode can provide a menu
|
|
|
|
|
of definitions in the buffer.
|
|
|
|
|
* Font Lock Mode:: How modes can highlight text according to syntax.
|
|
|
|
|
* Desktop Save Mode:: How modes can have buffer state saved between
|
|
|
|
|
Emacs sessions.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
2009-07-10 05:23:59 +00:00
|
|
|
|
Hooks
|
|
|
|
|
|
|
|
|
|
* Running Hooks:: How to run a hook.
|
|
|
|
|
* Setting Hooks:: How to put functions on a hook, or remove them.
|
|
|
|
|
|
2001-11-16 13:13:15 +00:00
|
|
|
|
Major Modes
|
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Major Mode Basics::
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Major Mode Conventions:: Coding conventions for keymaps, etc.
|
|
|
|
|
* Auto Major Mode:: How Emacs chooses the major mode automatically.
|
|
|
|
|
* Mode Help:: Finding out how to use a mode.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Derived Modes:: Defining a new major mode based on another major
|
|
|
|
|
mode.
|
|
|
|
|
* Generic Modes:: Defining a simple major mode that supports
|
|
|
|
|
comment syntax and Font Lock mode.
|
|
|
|
|
* Mode Hooks:: Hooks run at the end of major mode functions.
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Example Major Modes:: Text mode and Lisp modes.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
Minor Modes
|
|
|
|
|
|
|
|
|
|
* Minor Mode Conventions:: Tips for writing a minor mode.
|
|
|
|
|
* Keymaps and Minor Modes:: How a minor mode can have its own keymap.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Defining Minor Modes:: A convenient facility for defining minor modes.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
Mode Line Format
|
|
|
|
|
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Mode Line Basics:: Basic ideas of mode line control.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Mode Line Data:: The data structure that controls the mode line.
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Mode Line Top:: The top level variable, mode-line-format.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Mode Line Variables:: Variables used in that data structure.
|
|
|
|
|
* %-Constructs:: Putting information into a mode line.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Properties in Mode:: Using text properties in the mode line.
|
|
|
|
|
* Header Lines:: Like a mode line, but at the top.
|
|
|
|
|
* Emulating Mode Line:: Formatting text as the mode line would.
|
|
|
|
|
|
|
|
|
|
Font Lock Mode
|
|
|
|
|
|
|
|
|
|
* Font Lock Basics:: Overview of customizing Font Lock.
|
|
|
|
|
* Search-based Fontification:: Fontification based on regexps.
|
|
|
|
|
* Customizing Keywords:: Customizing search-based fontification.
|
|
|
|
|
* Other Font Lock Variables:: Additional customization facilities.
|
|
|
|
|
* Levels of Font Lock:: Each mode can define alternative levels
|
|
|
|
|
so that the user can select more or less.
|
|
|
|
|
* Precalculated Fontification:: How Lisp programs that produce the buffer
|
|
|
|
|
contents can also specify how to fontify it.
|
|
|
|
|
* Faces for Font Lock:: Special faces specifically for Font Lock.
|
|
|
|
|
* Syntactic Font Lock:: Fontification based on syntax tables.
|
|
|
|
|
* Setting Syntax Properties:: Defining character syntax based on context
|
|
|
|
|
using the Font Lock mechanism.
|
|
|
|
|
* Multiline Font Lock:: How to coerce Font Lock into properly
|
|
|
|
|
highlighting multiline constructs.
|
|
|
|
|
|
|
|
|
|
Multiline Font Lock Constructs
|
|
|
|
|
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Font Lock Multiline:: Marking multiline chunks with a text property.
|
2011-05-06 14:32:26 +00:00
|
|
|
|
* Region to Refontify:: Controlling which region gets refontified
|
2007-06-13 00:45:03 +00:00
|
|
|
|
after a buffer change.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
Documentation
|
|
|
|
|
|
|
|
|
|
* Documentation Basics:: Good style for doc strings.
|
|
|
|
|
Where to put them. How Emacs stores them.
|
|
|
|
|
* Accessing Documentation:: How Lisp programs can access doc strings.
|
|
|
|
|
* Keys in Documentation:: Substituting current key bindings.
|
|
|
|
|
* Describing Characters:: Making printable descriptions of
|
|
|
|
|
non-printing characters and key sequences.
|
|
|
|
|
* Help Functions:: Subroutines used by Emacs help facilities.
|
|
|
|
|
|
|
|
|
|
Files
|
|
|
|
|
|
|
|
|
|
* Visiting Files:: Reading files into Emacs buffers for editing.
|
|
|
|
|
* Saving Buffers:: Writing changed buffers back into files.
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Reading from Files:: Reading files into buffers without visiting.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Writing to Files:: Writing new files from parts of buffers.
|
|
|
|
|
* File Locks:: Locking and unlocking files, to prevent
|
2007-06-13 00:45:03 +00:00
|
|
|
|
simultaneous editing by two people.
|
|
|
|
|
* Information about Files:: Testing existence, accessibility, size of files.
|
|
|
|
|
* Changing Files:: Renaming files, changing protection, etc.
|
|
|
|
|
* File Names:: Decomposing and expanding file names.
|
|
|
|
|
* Contents of Directories:: Getting a list of the files in a directory.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Create/Delete Dirs:: Creating and Deleting Directories.
|
|
|
|
|
* Magic File Names:: Defining "magic" special handling
|
|
|
|
|
for certain file names.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Format Conversion:: Conversion to and from various file formats.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
Visiting Files
|
|
|
|
|
|
|
|
|
|
* Visiting Functions:: The usual interface functions for visiting.
|
|
|
|
|
* Subroutines of Visiting:: Lower-level subroutines that they use.
|
|
|
|
|
|
|
|
|
|
Information about Files
|
|
|
|
|
|
|
|
|
|
* Testing Accessibility:: Is a given file readable? Writable?
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Kinds of Files:: Is it a directory? A symbolic link?
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Truenames:: Eliminating symbolic links from a file name.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* File Attributes:: How large is it? Any other names? Etc.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Locating Files:: How to find a file in standard places.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
File Names
|
|
|
|
|
|
|
|
|
|
* File Name Components:: The directory part of a file name, and the rest.
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Relative File Names:: Some file names are relative to a current directory.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Directory Names:: A directory's name as a directory
|
|
|
|
|
is different from its name as a file.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* File Name Expansion:: Converting relative file names to absolute ones.
|
|
|
|
|
* Unique File Names:: Generating names for temporary files.
|
|
|
|
|
* File Name Completion:: Finding the completions for a given file name.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Standard File Names:: If your package uses a fixed file name,
|
|
|
|
|
how to handle various operating systems simply.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
2009-07-10 05:23:59 +00:00
|
|
|
|
File Format Conversion
|
|
|
|
|
|
2009-07-10 06:12:50 +00:00
|
|
|
|
* Format Conversion Overview:: @code{insert-file-contents} and @code{write-region}.
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Format Conversion Round-Trip:: Using @code{format-alist}.
|
|
|
|
|
* Format Conversion Piecemeal:: Specifying non-paired conversion.
|
|
|
|
|
|
2001-11-16 13:13:15 +00:00
|
|
|
|
Backups and Auto-Saving
|
|
|
|
|
|
2003-02-04 14:56:31 +00:00
|
|
|
|
* Backup Files:: How backup files are made; how their names
|
2001-11-16 13:13:15 +00:00
|
|
|
|
are chosen.
|
|
|
|
|
* Auto-Saving:: How auto-save files are made; how their
|
|
|
|
|
names are chosen.
|
2003-02-04 14:56:31 +00:00
|
|
|
|
* Reverting:: @code{revert-buffer}, and how to customize
|
2001-11-16 13:13:15 +00:00
|
|
|
|
what it does.
|
|
|
|
|
|
|
|
|
|
Backup Files
|
|
|
|
|
|
|
|
|
|
* Making Backups:: How Emacs makes backup files, and when.
|
2003-02-04 14:56:31 +00:00
|
|
|
|
* Rename or Copy:: Two alternatives: renaming the old file
|
2001-11-16 13:13:15 +00:00
|
|
|
|
or copying it.
|
|
|
|
|
* Numbered Backups:: Keeping multiple backups for each source file.
|
|
|
|
|
* Backup Names:: How backup file names are computed; customization.
|
|
|
|
|
|
|
|
|
|
Buffers
|
|
|
|
|
|
|
|
|
|
* Buffer Basics:: What is a buffer?
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Current Buffer:: Designating a buffer as current
|
2009-07-10 05:23:59 +00:00
|
|
|
|
so that primitives will access its contents.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Buffer Names:: Accessing and changing buffer names.
|
|
|
|
|
* Buffer File Name:: The buffer file name indicates which file
|
|
|
|
|
is visited.
|
|
|
|
|
* Buffer Modification:: A buffer is @dfn{modified} if it needs to be saved.
|
|
|
|
|
* Modification Time:: Determining whether the visited file was changed
|
2007-06-13 00:45:03 +00:00
|
|
|
|
``behind Emacs's back''.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Read Only Buffers:: Modifying text is not allowed in a
|
|
|
|
|
read-only buffer.
|
|
|
|
|
* The Buffer List:: How to look at all the existing buffers.
|
|
|
|
|
* Creating Buffers:: Functions that create buffers.
|
|
|
|
|
* Killing Buffers:: Buffers exist until explicitly killed.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Indirect Buffers:: An indirect buffer shares text with some
|
|
|
|
|
other buffer.
|
2009-07-09 03:03:32 +00:00
|
|
|
|
* Swapping Text:: Swapping text between two buffers.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Buffer Gap:: The gap in the buffer.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
Windows
|
|
|
|
|
|
|
|
|
|
* Basic Windows:: Basic information on using windows.
|
|
|
|
|
* Splitting Windows:: Splitting one window into two windows.
|
|
|
|
|
* Deleting Windows:: Deleting a window gives its space to other windows.
|
|
|
|
|
* Selecting Windows:: The selected window is the one that you edit in.
|
|
|
|
|
* Cyclic Window Ordering:: Moving around the existing windows.
|
|
|
|
|
* Buffers and Windows:: Each window displays the contents of a buffer.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Displaying Buffers:: Higher-level functions for displaying a buffer
|
2001-11-16 13:13:15 +00:00
|
|
|
|
and choosing a window for it.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Choosing Window:: How to choose a window for displaying a buffer.
|
|
|
|
|
* Dedicated Windows:: How to avoid displaying another buffer in
|
2009-07-09 03:03:32 +00:00
|
|
|
|
a specific window.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Window Point:: Each window has its own location of point.
|
2009-07-09 03:03:32 +00:00
|
|
|
|
* Window Start and End:: Buffer positions indicating which text is
|
|
|
|
|
on-screen in a window.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Textual Scrolling:: Moving text up and down through the window.
|
|
|
|
|
* Vertical Scrolling:: Moving the contents up and down on the window.
|
|
|
|
|
* Horizontal Scrolling:: Moving the contents sideways on the window.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Size of Window:: Accessing the size of a window.
|
|
|
|
|
* Resizing Windows:: Changing the size of a window.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Coordinates and Windows:: Converting coordinates to windows.
|
|
|
|
|
* Window Tree:: The layout and sizes of all windows in a frame.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Window Configurations:: Saving and restoring the state of the screen.
|
2009-07-09 03:03:32 +00:00
|
|
|
|
* Window Parameters:: Associating additional information with windows.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Window Hooks:: Hooks for scrolling, window size changes,
|
|
|
|
|
redisplay going past a certain point,
|
|
|
|
|
or window configuration changes.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
Frames
|
|
|
|
|
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Creating Frames:: Creating additional frames.
|
2009-07-09 03:03:32 +00:00
|
|
|
|
* Multiple Terminals:: Displaying on several different devices.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Frame Parameters:: Controlling frame size, position, font, etc.
|
2009-07-09 03:03:32 +00:00
|
|
|
|
* Terminal Parameters:: Parameters common for all frames on terminal.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Frame Titles:: Automatic updating of frame titles.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Deleting Frames:: Frames last until explicitly deleted.
|
|
|
|
|
* Finding All Frames:: How to examine all existing frames.
|
|
|
|
|
* Frames and Windows:: A frame contains windows;
|
|
|
|
|
display of text always works through windows.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Minibuffers and Frames:: How a frame finds the minibuffer to use.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Input Focus:: Specifying the selected frame.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Visibility of Frames:: Frames may be visible or invisible, or icons.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Raising and Lowering:: Raising a frame makes it hide other windows;
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
lowering it makes the others hide it.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Frame Configurations:: Saving the state of all frames.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Mouse Tracking:: Getting events that say when the mouse moves.
|
|
|
|
|
* Mouse Position:: Asking where the mouse is, or moving it.
|
|
|
|
|
* Pop-Up Menus:: Displaying a menu for the user to select from.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Dialog Boxes:: Displaying a box to ask yes or no.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Pointer Shape:: Specifying the shape of the mouse pointer.
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Window System Selections::Transferring text to and from other X clients.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Drag and Drop:: Internals of Drag-and-Drop implementation.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Color Names:: Getting the definitions of color names.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Text Terminal Colors:: Defining colors for text-only terminals.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Resources:: Getting resource values from the server.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Display Feature Testing:: Determining the features of a terminal.
|
|
|
|
|
|
|
|
|
|
Frame Parameters
|
|
|
|
|
|
|
|
|
|
* Parameter Access:: How to change a frame's parameters.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Initial Parameters:: Specifying frame parameters when you make a frame.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Window Frame Parameters:: List of frame parameters for window systems.
|
|
|
|
|
* Size and Position:: Changing the size and position of a frame.
|
|
|
|
|
* Geometry:: Parsing geometry specifications.
|
|
|
|
|
|
|
|
|
|
Window Frame Parameters
|
|
|
|
|
|
|
|
|
|
* Basic Parameters:: Parameters that are fundamental.
|
|
|
|
|
* Position Parameters:: The position of the frame on the screen.
|
|
|
|
|
* Size Parameters:: Frame's size.
|
|
|
|
|
* Layout Parameters:: Size of parts of the frame, and
|
|
|
|
|
enabling or disabling some parts.
|
|
|
|
|
* Buffer Parameters:: Which buffers have been or should be shown.
|
|
|
|
|
* Management Parameters:: Communicating with the window manager.
|
|
|
|
|
* Cursor Parameters:: Controlling the cursor appearance.
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Font and Color Parameters:: Fonts and colors for the frame text.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
Positions
|
|
|
|
|
|
|
|
|
|
* Point:: The special position where editing takes place.
|
|
|
|
|
* Motion:: Changing point.
|
|
|
|
|
* Excursions:: Temporary motion and buffer changes.
|
|
|
|
|
* Narrowing:: Restricting editing to a portion of the buffer.
|
|
|
|
|
|
|
|
|
|
Motion
|
|
|
|
|
|
|
|
|
|
* Character Motion:: Moving in terms of characters.
|
|
|
|
|
* Word Motion:: Moving in terms of words.
|
|
|
|
|
* Buffer End Motion:: Moving to the beginning or end of the buffer.
|
|
|
|
|
* Text Lines:: Moving in terms of lines of text.
|
|
|
|
|
* Screen Lines:: Moving in terms of lines as displayed.
|
|
|
|
|
* List Motion:: Moving by parsing lists and sexps.
|
|
|
|
|
* Skipping Characters:: Skipping characters belonging to a certain set.
|
|
|
|
|
|
|
|
|
|
Markers
|
|
|
|
|
|
|
|
|
|
* Overview of Markers:: The components of a marker, and how it relocates.
|
|
|
|
|
* Predicates on Markers:: Testing whether an object is a marker.
|
|
|
|
|
* Creating Markers:: Making empty markers or markers at certain places.
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Information from Markers::Finding the marker's buffer or character position.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Marker Insertion Types:: Two ways a marker can relocate when you
|
|
|
|
|
insert where it points.
|
|
|
|
|
* Moving Markers:: Moving the marker to a new buffer or position.
|
2006-07-18 00:09:02 +00:00
|
|
|
|
* The Mark:: How "the mark" is implemented with a marker.
|
|
|
|
|
* The Region:: How to access "the region".
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
Text
|
|
|
|
|
|
|
|
|
|
* Near Point:: Examining text in the vicinity of point.
|
|
|
|
|
* Buffer Contents:: Examining text in a general fashion.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Comparing Text:: Comparing substrings of buffers.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Insertion:: Adding new text to a buffer.
|
|
|
|
|
* Commands for Insertion:: User-level commands to insert text.
|
|
|
|
|
* Deletion:: Removing text from a buffer.
|
|
|
|
|
* User-Level Deletion:: User-level commands to delete text.
|
|
|
|
|
* The Kill Ring:: Where removed text sometimes is saved for
|
|
|
|
|
later use.
|
|
|
|
|
* Undo:: Undoing changes to the text of a buffer.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Maintaining Undo:: How to enable and disable undo information.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
How to control how much information is kept.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Filling:: Functions for explicit filling.
|
|
|
|
|
* Margins:: How to specify margins for filling commands.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Adaptive Fill:: Adaptive Fill mode chooses a fill prefix
|
|
|
|
|
from context.
|
|
|
|
|
* Auto Filling:: How auto-fill mode is implemented to break lines.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Sorting:: Functions for sorting parts of the buffer.
|
|
|
|
|
* Columns:: Computing horizontal positions, and using them.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Indentation:: Functions to insert or adjust indentation.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Case Changes:: Case conversion of parts of the buffer.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Text Properties:: Assigning Lisp property lists to text characters.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Substitution:: Replacing a given character wherever it appears.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Transposition:: Swapping two portions of a buffer.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Registers:: How registers are implemented. Accessing
|
|
|
|
|
the text or position stored in a register.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Base 64:: Conversion to or from base 64 encoding.
|
|
|
|
|
* MD5 Checksum:: Compute the MD5 "message digest"/"checksum".
|
|
|
|
|
* Atomic Changes:: Installing several buffer changes "atomically".
|
|
|
|
|
* Change Hooks:: Supplying functions to be run when text is changed.
|
2003-02-04 14:56:31 +00:00
|
|
|
|
|
2001-11-16 13:13:15 +00:00
|
|
|
|
The Kill Ring
|
|
|
|
|
|
|
|
|
|
* Kill Ring Concepts:: What text looks like in the kill ring.
|
|
|
|
|
* Kill Functions:: Functions that kill text.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Yanking:: How yanking is done.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Yank Commands:: Commands that access the kill ring.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Low-Level Kill Ring:: Functions and variables for kill ring access.
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Internals of Kill Ring:: Variables that hold kill ring data.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
Indentation
|
|
|
|
|
|
|
|
|
|
* Primitive Indent:: Functions used to count and insert indentation.
|
|
|
|
|
* Mode-Specific Indent:: Customize indentation for different modes.
|
|
|
|
|
* Region Indent:: Indent all the lines in a region.
|
|
|
|
|
* Relative Indent:: Indent the current line based on previous lines.
|
|
|
|
|
* Indent Tabs:: Adjustable, typewriter-like tab stops.
|
|
|
|
|
* Motion by Indent:: Move to first non-blank character.
|
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
Text Properties
|
|
|
|
|
|
|
|
|
|
* Examining Properties:: Looking at the properties of one character.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Changing Properties:: Setting the properties of a range of text.
|
|
|
|
|
* Property Search:: Searching for where a property changes value.
|
|
|
|
|
* Special Properties:: Particular properties with special meanings.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Format Properties:: Properties for representing formatting of text.
|
|
|
|
|
* Sticky Properties:: How inserted text gets properties from
|
|
|
|
|
neighboring text.
|
|
|
|
|
* Lazy Properties:: Computing text properties in a lazy fashion
|
|
|
|
|
only when text is examined.
|
|
|
|
|
* Clickable Text:: Using text properties to make regions of text
|
|
|
|
|
do something when you click on them.
|
|
|
|
|
* Fields:: The @code{field} property defines
|
|
|
|
|
fields within the buffer.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Not Intervals:: Why text properties do not use
|
|
|
|
|
Lisp-visible text intervals.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
|
2009-07-10 05:23:59 +00:00
|
|
|
|
Non-@acronym{ASCII} Characters
|
2007-06-13 00:45:03 +00:00
|
|
|
|
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Text Representations:: How Emacs represents text.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Converting Representations:: Converting unibyte to multibyte and vice versa.
|
|
|
|
|
* Selecting a Representation:: Treating a byte sequence as unibyte or multi.
|
|
|
|
|
* Character Codes:: How unibyte and multibyte relate to
|
|
|
|
|
codes of individual characters.
|
2009-07-09 03:03:32 +00:00
|
|
|
|
* Character Properties:: Character attributes that define their
|
|
|
|
|
behavior and handling.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Character Sets:: The space of possible character codes
|
|
|
|
|
is divided into various character sets.
|
|
|
|
|
* Scanning Charsets:: Which character sets are used in a buffer?
|
|
|
|
|
* Translation of Characters:: Translation tables are used for conversion.
|
|
|
|
|
* Coding Systems:: Coding systems are conversions for saving files.
|
|
|
|
|
* Input Methods:: Input methods allow users to enter various
|
|
|
|
|
non-ASCII characters without special keyboards.
|
|
|
|
|
* Locales:: Interacting with the POSIX locale.
|
|
|
|
|
|
|
|
|
|
Coding Systems
|
|
|
|
|
|
|
|
|
|
* Coding System Basics:: Basic concepts.
|
|
|
|
|
* Encoding and I/O:: How file I/O functions handle coding systems.
|
|
|
|
|
* Lisp and Coding Systems:: Functions to operate on coding system names.
|
|
|
|
|
* User-Chosen Coding Systems:: Asking the user to choose a coding system.
|
|
|
|
|
* Default Coding Systems:: Controlling the default choices.
|
|
|
|
|
* Specifying Coding Systems:: Requesting a particular coding system
|
|
|
|
|
for a single file operation.
|
|
|
|
|
* Explicit Encoding:: Encoding or decoding text without doing I/O.
|
|
|
|
|
* Terminal I/O Encoding:: Use of encoding for terminal I/O.
|
|
|
|
|
* MS-DOS File Types:: How DOS "text" and "binary" files
|
|
|
|
|
relate to coding systems.
|
|
|
|
|
|
2001-11-16 13:13:15 +00:00
|
|
|
|
Searching and Matching
|
|
|
|
|
|
|
|
|
|
* String Search:: Search for an exact match.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Searching and Case:: Case-independent or case-significant searching.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Regular Expressions:: Describing classes of strings.
|
|
|
|
|
* Regexp Search:: Searching for a match for a regexp.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* POSIX Regexps:: Searching POSIX-style for the longest match.
|
|
|
|
|
* Match Data:: Finding out which part of the text matched,
|
|
|
|
|
after a string or regexp search.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Search and Replace:: Commands that loop, searching and replacing.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Standard Regexps:: Useful regexps for finding sentences, pages,...
|
|
|
|
|
|
|
|
|
|
Regular Expressions
|
|
|
|
|
|
|
|
|
|
* Syntax of Regexps:: Rules for writing regular expressions.
|
|
|
|
|
* Regexp Example:: Illustrates regular expression syntax.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Regexp Functions:: Functions for operating on regular expressions.
|
|
|
|
|
|
|
|
|
|
Syntax of Regular Expressions
|
|
|
|
|
|
|
|
|
|
* Regexp Special:: Special characters in regular expressions.
|
|
|
|
|
* Char Classes:: Character classes used in regular expressions.
|
|
|
|
|
* Regexp Backslash:: Backslash-sequences in regular expressions.
|
|
|
|
|
|
|
|
|
|
The Match Data
|
|
|
|
|
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Replacing Match:: Replacing a substring that was matched.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Simple Match Data:: Accessing single items of match data,
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
such as where a particular subexpression started.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Entire Match Data:: Accessing the entire match data at once, as a list.
|
|
|
|
|
* Saving Match Data:: Saving and restoring the match data.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
Syntax Tables
|
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Syntax Basics:: Basic concepts of syntax tables.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Syntax Descriptors:: How characters are classified.
|
|
|
|
|
* Syntax Table Functions:: How to create, examine and alter syntax tables.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Syntax Properties:: Overriding syntax with text properties.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Motion and Syntax:: Moving over characters with certain syntaxes.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Parsing Expressions:: Parsing balanced expressions
|
|
|
|
|
using the syntax table.
|
|
|
|
|
* Standard Syntax Tables:: Syntax tables used by various major modes.
|
|
|
|
|
* Syntax Table Internals:: How syntax table information is stored.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Categories:: Another way of classifying character syntax.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
Syntax Descriptors
|
|
|
|
|
|
|
|
|
|
* Syntax Class Table:: Table of syntax classes.
|
|
|
|
|
* Syntax Flags:: Additional flags each character can have.
|
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
Parsing Expressions
|
|
|
|
|
|
|
|
|
|
* Motion via Parsing:: Motion functions that work by parsing.
|
|
|
|
|
* Position Parse:: Determining the syntactic state of a position.
|
|
|
|
|
* Parser State:: How Emacs represents a syntactic state.
|
|
|
|
|
* Low-Level Parsing:: Parsing across a specified region.
|
|
|
|
|
* Control Parsing:: Parameters that affect parsing.
|
|
|
|
|
|
2009-07-10 05:23:59 +00:00
|
|
|
|
Abbrevs and Abbrev Expansion
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
* Abbrev Mode:: Setting up Emacs for abbreviation.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Abbrev Tables:: Creating and working with abbrev tables.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Defining Abbrevs:: Specifying abbreviations and their expansions.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Abbrev Files:: Saving abbrevs in files.
|
|
|
|
|
* Abbrev Expansion:: Controlling expansion; expansion subroutines.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Standard Abbrev Tables:: Abbrev tables used by various major modes.
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Abbrev Properties:: How to read and set abbrev properties.
|
|
|
|
|
Which properties have which effect.
|
|
|
|
|
* Abbrev Table Properties:: How to read and set abbrev table properties.
|
|
|
|
|
Which properties have which effect.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
Processes
|
|
|
|
|
|
|
|
|
|
* Subprocess Creation:: Functions that start subprocesses.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Shell Arguments:: Quoting an argument to pass it to a shell.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Synchronous Processes:: Details of using synchronous subprocesses.
|
|
|
|
|
* Asynchronous Processes:: Starting up an asynchronous subprocess.
|
|
|
|
|
* Deleting Processes:: Eliminating an asynchronous subprocess.
|
|
|
|
|
* Process Information:: Accessing run-status and other attributes.
|
|
|
|
|
* Input to Processes:: Sending input to an asynchronous subprocess.
|
|
|
|
|
* Signals to Processes:: Stopping, continuing or interrupting
|
|
|
|
|
an asynchronous subprocess.
|
|
|
|
|
* Output from Processes:: Collecting output from an asynchronous subprocess.
|
|
|
|
|
* Sentinels:: Sentinels run when process run-status changes.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Query Before Exit:: Whether to query if exiting will kill a process.
|
2009-07-09 03:03:32 +00:00
|
|
|
|
* System Processes:: Accessing other processes running on your system.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Transaction Queues:: Transaction-based communication with subprocesses.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Network:: Opening network connections.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Network Servers:: Network servers let Emacs accept net connections.
|
|
|
|
|
* Datagrams:: UDP network connections.
|
|
|
|
|
* Low-Level Network:: Lower-level but more general function
|
|
|
|
|
to create connections and servers.
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Misc Network:: Additional relevant functions for
|
|
|
|
|
network connections.
|
2009-07-09 03:03:32 +00:00
|
|
|
|
* Serial Ports:: Communicating with serial ports.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Byte Packing:: Using bindat to pack and unpack binary data.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
Receiving Output from Processes
|
|
|
|
|
|
|
|
|
|
* Process Buffers:: If no filter, output is put in a buffer.
|
|
|
|
|
* Filter Functions:: Filter functions accept output from the process.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Decoding Output:: Filters can get unibyte or multibyte strings.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Accepting Output:: How to wait until process output arrives.
|
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
Low-Level Network Access
|
|
|
|
|
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Network Processes:: Using @code{make-network-process}.
|
|
|
|
|
* Network Options:: Further control over network connections.
|
|
|
|
|
* Network Feature Testing:: Determining which network features work on
|
2007-06-13 00:45:03 +00:00
|
|
|
|
the machine you are using.
|
|
|
|
|
|
|
|
|
|
Packing and Unpacking Byte Arrays
|
|
|
|
|
|
|
|
|
|
* Bindat Spec:: Describing data layout.
|
|
|
|
|
* Bindat Functions:: Doing the unpacking and packing.
|
|
|
|
|
* Bindat Examples:: Samples of what bindat.el can do for you!
|
|
|
|
|
|
|
|
|
|
Emacs Display
|
|
|
|
|
|
|
|
|
|
* Refresh Screen:: Clearing the screen and redrawing everything on it.
|
|
|
|
|
* Forcing Redisplay:: Forcing redisplay.
|
|
|
|
|
* Truncation:: Folding or wrapping long text lines.
|
|
|
|
|
* The Echo Area:: Displaying messages at the bottom of the screen.
|
|
|
|
|
* Warnings:: Displaying warning messages for the user.
|
|
|
|
|
* Invisible Text:: Hiding part of the buffer text.
|
|
|
|
|
* Selective Display:: Hiding part of the buffer text (the old way).
|
|
|
|
|
* Temporary Displays:: Displays that go away automatically.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Overlays:: Use overlays to highlight parts of the buffer.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Width:: How wide a character or string is on the screen.
|
|
|
|
|
* Line Height:: Controlling the height of lines.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Faces:: A face defines a graphics style
|
2007-06-13 00:45:03 +00:00
|
|
|
|
for text characters: font, colors, etc.
|
|
|
|
|
* Fringes:: Controlling window fringes.
|
|
|
|
|
* Scroll Bars:: Controlling vertical scroll bars.
|
|
|
|
|
* Display Property:: Enabling special display features.
|
|
|
|
|
* Images:: Displaying images in Emacs buffers.
|
|
|
|
|
* Buttons:: Adding clickable buttons to Emacs buffers.
|
|
|
|
|
* Abstract Display:: Emacs' Widget for Object Collections.
|
|
|
|
|
* Blinking:: How Emacs shows the matching open parenthesis.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Usual Display:: The usual conventions for displaying
|
2009-07-10 05:23:59 +00:00
|
|
|
|
nonprinting chars.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Display Tables:: How to specify other conventions.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Beeping:: Audible signal to the user.
|
|
|
|
|
* Window Systems:: Which window system is being used.
|
|
|
|
|
|
|
|
|
|
The Echo Area
|
|
|
|
|
|
|
|
|
|
* Displaying Messages:: Explicitly displaying text in the echo area.
|
|
|
|
|
* Progress:: Informing user about progress of a long operation.
|
|
|
|
|
* Logging Messages:: Echo area messages are logged for the user.
|
|
|
|
|
* Echo Area Customization:: Controlling the echo area.
|
|
|
|
|
|
|
|
|
|
Reporting Warnings
|
|
|
|
|
|
|
|
|
|
* Warning Basics:: Warnings concepts and functions to report them.
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Warning Variables:: Variables programs bind to customize
|
|
|
|
|
their warnings.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Warning Options:: Variables users set to control display of warnings.
|
|
|
|
|
|
|
|
|
|
Overlays
|
|
|
|
|
|
|
|
|
|
* Managing Overlays:: Creating and moving overlays.
|
|
|
|
|
* Overlay Properties:: How to read and set properties.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
What properties do to the screen display.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Finding Overlays:: Searching for overlays.
|
|
|
|
|
|
|
|
|
|
Faces
|
|
|
|
|
|
|
|
|
|
* Defining Faces:: How to define a face with @code{defface}.
|
|
|
|
|
* Face Attributes:: What is in a face?
|
|
|
|
|
* Attribute Functions:: Functions to examine and set face attributes.
|
|
|
|
|
* Displaying Faces:: How Emacs combines the faces specified for
|
|
|
|
|
a character.
|
2009-07-09 03:03:32 +00:00
|
|
|
|
* Face Remapping:: Remapping faces to alternative definitions.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Face Functions:: How to define and examine faces.
|
|
|
|
|
* Auto Faces:: Hook for automatic face assignment.
|
2009-07-09 03:03:32 +00:00
|
|
|
|
* Font Selection:: Finding the best available font for a face.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Font Lookup:: Looking up the names of available fonts
|
|
|
|
|
and information about them.
|
|
|
|
|
* Fontsets:: A fontset is a collection of fonts
|
|
|
|
|
that handle a range of character sets.
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Low-Level Font:: Lisp representation for character display fonts.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
|
|
|
|
|
Fringes
|
|
|
|
|
|
|
|
|
|
* Fringe Size/Pos:: Specifying where to put the window fringes.
|
|
|
|
|
* Fringe Indicators:: Displaying indicator icons in the window fringes.
|
|
|
|
|
* Fringe Cursors:: Displaying cursors in the right fringe.
|
|
|
|
|
* Fringe Bitmaps:: Specifying bitmaps for fringe indicators.
|
|
|
|
|
* Customizing Bitmaps:: Specifying your own bitmaps to use in the fringes.
|
|
|
|
|
* Overlay Arrow:: Display of an arrow to indicate position.
|
|
|
|
|
|
|
|
|
|
The @code{display} Property
|
|
|
|
|
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Replacing Specs:: Display specs that replace the text.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Specified Space:: Displaying one space with a specified width.
|
|
|
|
|
* Pixel Specification:: Specifying space width or height in pixels.
|
2011-01-28 19:19:36 +00:00
|
|
|
|
* Other Display Specs:: Displaying an image; adjusting the height,
|
|
|
|
|
spacing, and other properties of text.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Display Margins:: Displaying text or images to the side of
|
|
|
|
|
the main text.
|
|
|
|
|
|
|
|
|
|
Images
|
|
|
|
|
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Image Formats:: Supported image formats.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Image Descriptors:: How to specify an image for use in @code{:display}.
|
|
|
|
|
* XBM Images:: Special features for XBM format.
|
|
|
|
|
* XPM Images:: Special features for XPM format.
|
|
|
|
|
* GIF Images:: Special features for GIF format.
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* TIFF Images:: Special features for TIFF format.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* PostScript Images:: Special features for PostScript format.
|
|
|
|
|
* Other Image Types:: Various other formats are supported.
|
|
|
|
|
* Defining Images:: Convenient ways to define an image for later use.
|
|
|
|
|
* Showing Images:: Convenient ways to display an image once
|
|
|
|
|
it is defined.
|
|
|
|
|
* Image Cache:: Internal mechanisms of image display.
|
|
|
|
|
|
|
|
|
|
Buttons
|
|
|
|
|
|
|
|
|
|
* Button Properties:: Button properties with special meanings.
|
|
|
|
|
* Button Types:: Defining common properties for classes of buttons.
|
|
|
|
|
* Making Buttons:: Adding buttons to Emacs buffers.
|
|
|
|
|
* Manipulating Buttons:: Getting and setting properties of buttons.
|
|
|
|
|
* Button Buffer Commands:: Buffer-wide commands and bindings for buttons.
|
|
|
|
|
|
|
|
|
|
Abstract Display
|
|
|
|
|
|
|
|
|
|
* Abstract Display Functions:: Functions in the Ewoc package.
|
|
|
|
|
* Abstract Display Example:: Example of using Ewoc.
|
|
|
|
|
|
|
|
|
|
Display Tables
|
|
|
|
|
|
|
|
|
|
* Display Table Format:: What a display table consists of.
|
|
|
|
|
* Active Display Table:: How Emacs selects a display table to use.
|
|
|
|
|
* Glyphs:: How to define a glyph, and what glyphs mean.
|
|
|
|
|
|
2001-11-16 13:13:15 +00:00
|
|
|
|
Operating System Interface
|
|
|
|
|
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Starting Up:: Customizing Emacs startup processing.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Getting Out:: How exiting works (permanent or temporary).
|
|
|
|
|
* System Environment:: Distinguish the name and kind of system.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* User Identification:: Finding the name and user id of the user.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Time of Day:: Getting the current time.
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Time Conversion:: Converting a time from numeric form to
|
|
|
|
|
calendrical data and vice versa.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Time Parsing:: Converting a time from numeric form to text
|
|
|
|
|
and vice versa.
|
|
|
|
|
* Processor Run Time:: Getting the run time used by Emacs.
|
|
|
|
|
* Time Calculations:: Adding, subtracting, comparing times, etc.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Timers:: Setting a timer to call a function at a
|
2009-07-10 05:23:59 +00:00
|
|
|
|
certain time.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Idle Timers:: Setting a timer to call a function when Emacs has
|
|
|
|
|
been idle for a certain length of time.
|
|
|
|
|
* Terminal Input:: Accessing and recording terminal input.
|
|
|
|
|
* Terminal Output:: Controlling and recording terminal output.
|
|
|
|
|
* Sound Output:: Playing sounds on the computer's speaker.
|
2009-07-10 06:12:50 +00:00
|
|
|
|
* X11 Keysyms:: Operating on key symbols for X Windows.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Batch Mode:: Running Emacs without terminal interaction.
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Session Management:: Saving and restoring state with
|
|
|
|
|
X Session Management.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
2010-08-25 20:25:32 +00:00
|
|
|
|
Preparing Lisp code for distribution
|
|
|
|
|
|
|
|
|
|
* Packaging Basics:: The basic concepts of Emacs Lisp packages.
|
|
|
|
|
* Simple Packages:: How to package a single .el file.
|
|
|
|
|
* Multi-file Packages:: How to package multiple files.
|
|
|
|
|
|
2001-11-16 13:13:15 +00:00
|
|
|
|
Starting Up Emacs
|
|
|
|
|
|
2009-07-10 05:23:59 +00:00
|
|
|
|
* Startup Summary:: Sequence of actions Emacs performs at startup.
|
|
|
|
|
* Init File:: Details on reading the init file.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Terminal-Specific:: How the terminal-specific Lisp file is read.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Command-Line Arguments:: How command-line arguments are processed,
|
2001-11-16 13:13:15 +00:00
|
|
|
|
and how you can customize them.
|
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
Getting Out of Emacs
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
* Killing Emacs:: Exiting Emacs irreversibly.
|
|
|
|
|
* Suspending Emacs:: Exiting Emacs reversibly.
|
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
Terminal Input
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Input Modes:: Options for how input is processed.
|
|
|
|
|
* Recording Input:: Saving histories of recent or all input events.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
|
|
|
|
|
Tips and Conventions
|
|
|
|
|
|
|
|
|
|
* Coding Conventions:: Conventions for clean and robust programs.
|
|
|
|
|
* Key Binding Conventions:: Which keys should be bound by which programs.
|
|
|
|
|
* Programming Tips:: Making Emacs code fit smoothly in Emacs.
|
|
|
|
|
* Compilation Tips:: Making compiled code run fast.
|
|
|
|
|
* Warning Tips:: Turning off compiler warnings.
|
|
|
|
|
* Documentation Tips:: Writing readable documentation strings.
|
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.
2010-06-23 03:36:56 +00:00
|
|
|
|
* Comment Tips:: Conventions for writing comments.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Library Headers:: Standard headers for library packages.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
GNU Emacs Internals
|
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Building Emacs:: How the dumped Emacs is made.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Pure Storage:: A kludge to make preloaded Lisp functions sharable.
|
|
|
|
|
* Garbage Collection:: Reclaiming space for Lisp objects no longer used.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Memory Usage:: Info about total size of Lisp objects made so far.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
* Writing Emacs Primitives:: Writing C code for Emacs.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
* Object Internals:: Data formats of buffers, windows, processes.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
Object Internals
|
|
|
|
|
|
|
|
|
|
* Buffer Internals:: Components of a buffer structure.
|
|
|
|
|
* Window Internals:: Components of a window structure.
|
|
|
|
|
* Process Internals:: Components of a process structure.
|
2007-06-13 00:45:03 +00:00
|
|
|
|
@end detailmenu
|
2001-11-16 13:13:15 +00:00
|
|
|
|
@end menu
|
|
|
|
|
|
|
|
|
|
@c include intro.texi
|
|
|
|
|
@c include objects.texi
|
|
|
|
|
@c include numbers.texi
|
|
|
|
|
@c include strings.texi
|
|
|
|
|
|
|
|
|
|
@c include lists.texi
|
|
|
|
|
@c include sequences.texi
|
2007-06-13 00:45:03 +00:00
|
|
|
|
@c include hash.texi
|
2001-11-16 13:13:15 +00:00
|
|
|
|
@c include symbols.texi
|
|
|
|
|
@c include eval.texi
|
|
|
|
|
|
|
|
|
|
@c include control.texi
|
|
|
|
|
@c include variables.texi
|
|
|
|
|
@c include functions.texi
|
|
|
|
|
@c include macros.texi
|
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
@c include customize.texi
|
2001-11-16 13:13:15 +00:00
|
|
|
|
@c include loading.texi
|
|
|
|
|
@c include compile.texi
|
2007-06-13 00:45:03 +00:00
|
|
|
|
@c include advice.texi
|
|
|
|
|
|
2009-07-10 05:23:59 +00:00
|
|
|
|
@c This includes edebug.texi.
|
2001-11-16 13:13:15 +00:00
|
|
|
|
@c include debugging.texi
|
|
|
|
|
@c include streams.texi
|
|
|
|
|
@c include minibuf.texi
|
|
|
|
|
@c include commands.texi
|
2007-06-13 00:45:03 +00:00
|
|
|
|
|
2001-11-16 13:13:15 +00:00
|
|
|
|
@c include keymaps.texi
|
|
|
|
|
@c include modes.texi
|
2007-06-13 00:45:03 +00:00
|
|
|
|
@c include help.texi
|
|
|
|
|
@c include files.texi
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
@c include backups.texi
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
@c ================ Beginning of Volume 2 ================
|
2001-11-16 13:13:15 +00:00
|
|
|
|
@include buffers.texi
|
|
|
|
|
@include windows.texi
|
|
|
|
|
@include frames.texi
|
2007-06-13 00:45:03 +00:00
|
|
|
|
|
2001-11-16 13:13:15 +00:00
|
|
|
|
@include positions.texi
|
|
|
|
|
@include markers.texi
|
|
|
|
|
@include text.texi
|
2007-06-13 00:45:03 +00:00
|
|
|
|
@include nonascii.texi
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
@include searching.texi
|
|
|
|
|
@include syntax.texi
|
|
|
|
|
@include abbrevs.texi
|
|
|
|
|
@include processes.texi
|
2007-06-13 00:45:03 +00:00
|
|
|
|
|
2001-11-16 13:13:15 +00:00
|
|
|
|
@include display.texi
|
2007-06-13 00:45:03 +00:00
|
|
|
|
@include os.texi
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
@c MOVE to Emacs Manual: include misc-modes.texi
|
|
|
|
|
|
|
|
|
|
@c appendices
|
|
|
|
|
|
|
|
|
|
@c REMOVE this: include non-hacker.texi
|
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
@include anti.texi
|
|
|
|
|
@include doclicense.texi
|
|
|
|
|
@include gpl.texi
|
2001-11-16 13:13:15 +00:00
|
|
|
|
@include tips.texi
|
|
|
|
|
@include internals.texi
|
|
|
|
|
@include errors.texi
|
|
|
|
|
@include locals.texi
|
|
|
|
|
@include maps.texi
|
|
|
|
|
@include hooks.texi
|
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
@include index.texi
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
2007-06-13 00:45:03 +00:00
|
|
|
|
@ignore
|
|
|
|
|
@node New Symbols, , Index, Top
|
|
|
|
|
@unnumbered New Symbols Since the Previous Edition
|
|
|
|
|
|
|
|
|
|
@printindex tp
|
|
|
|
|
@end ignore
|
2001-11-16 13:13:15 +00:00
|
|
|
|
|
|
|
|
|
@bye
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These words prevent "local variables" above from confusing Emacs.
|