emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111299: Remove more hand-written nod


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111299: Remove more hand-written node pointers in doc/misc
Date: Sat, 22 Dec 2012 11:49:54 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111299
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2012-12-22 11:49:54 -0800
message:
  Remove more hand-written node pointers in doc/misc
modified:
  doc/misc/ChangeLog
  doc/misc/ada-mode.texi
  doc/misc/ebrowse.texi
  doc/misc/ediff.texi
  doc/misc/ert.texi
  doc/misc/eshell.texi
  doc/misc/eudc.texi
  doc/misc/idlwave.texi
  doc/misc/rcirc.texi
  doc/misc/remember.texi
  doc/misc/ses.texi
  doc/misc/speedbar.texi
  doc/misc/vip.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2012-12-22 19:09:52 +0000
+++ b/doc/misc/ChangeLog        2012-12-22 19:49:54 +0000
@@ -1,5 +1,9 @@
 2012-12-22  Glenn Morris  <address@hidden>
 
+       * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi:
+       * eudc.texi, idlwave.texi, rcirc.texi, remember.texi, ses.texi:
+       * speedbar.texi, vip.texi: Nuke hand-written node pointers.
+
        * Makefile.in (gfdl): New variable.  Use throughout where
        appropriate so that targets depend on doclicense.texi.
 

=== modified file 'doc/misc/ada-mode.texi'
--- a/doc/misc/ada-mode.texi    2012-12-22 16:25:40 +0000
+++ b/doc/misc/ada-mode.texi    2012-12-22 19:49:54 +0000
@@ -37,7 +37,7 @@
 
 @contents
 
address@hidden Top, Overview, (dir), (dir)
address@hidden Top
 @top Ada Mode
 
 @ifnottex
@@ -64,7 +64,7 @@
 @end menu
 
 
address@hidden Overview, Installation, Top, Top
address@hidden Overview
 @chapter Overview
 
 The Emacs mode for programming in Ada helps the user in understanding
@@ -96,7 +96,7 @@
 See the Emacs info manual, section 'Running Debuggers Under Emacs',
 for general information on debugging.
 
address@hidden Installation, Customization, Overview, Top
address@hidden Installation
 @chapter Installation
 
 Ada mode is part of the standard Emacs distribution; if you use that,
@@ -136,7 +136,7 @@
 
 @end itemize
 
address@hidden Customization, Compiling Executing, Installation, Top
address@hidden Customization
 @chapter Customizing Ada mode
 
 Here we assume you are familiar with setting variables in Emacs,
@@ -175,7 +175,7 @@
 * Other customization::
 @end menu
 
address@hidden Non-standard file names, Other compiler, Customization, 
Customization
address@hidden Non-standard file names
 @section Non-standard file names
 
 By default, Ada mode is configured to use the GNAT file naming
@@ -217,7 +217,7 @@
 is beyond the scope of this manual; see the current definitions in
 @file{ada-mode.el} and @file{ada-xref.el} for examples.
 
address@hidden Other compiler, Other customization, Non-standard file names, 
Customization
address@hidden Other compiler
 @section Other compiler
 
 By default, Ada mode is configured to use the Gnu Ada compiler GNAT.
@@ -227,7 +227,7 @@
 Ada mode project files. See @ref{Project file variables} for the list
 of project variables, and the corresponding lisp variables.
 
address@hidden Other customization,  , Other compiler, Customization
address@hidden Other customization
 @section Other customization
 
 All user-settable Ada mode variables can be set via the menu
@@ -245,7 +245,7 @@
 (setq variable-name value)
 @end example
 
address@hidden Compiling Executing, Project files, Customization, Top
address@hidden Compiling Executing
 @chapter Compiling Executing
 
 Ada projects can be compiled, linked, and executed using commands on
@@ -263,7 +263,7 @@
 * Compiler errors::
 @end menu
 
address@hidden Compile commands, Compiler errors, Compiling Executing, 
Compiling Executing
address@hidden Compile commands
 @section Compile commands
 
 Here are the commands for building and using an Ada project, as
@@ -346,7 +346,7 @@
 
 @end enumerate
 
address@hidden Compiler errors,  , Compile commands, Compiling Executing
address@hidden Compiler errors
 @section Compiler errors
 
 The @code{Check file}, @code{Compile file}, and @code{Build} commands
@@ -366,7 +366,7 @@
 references are also clickable in the same way, or put point after the
 line number and press @key{RET}.
 
address@hidden Project files, Compiling Examples, Compiling Executing, Top
address@hidden Project files
 @chapter Project files
 
 An Emacs Ada mode project file specifies what directories hold sources
@@ -385,7 +385,7 @@
 * Project file variables::
 @end menu
 
address@hidden Project File Overview, GUI Editor, Project files, Project files
address@hidden Project File Overview
 @section Project File Overview
 
 Project files have a simple syntax; they may be edited directly. Each
@@ -450,7 +450,7 @@
 project file. Any other extension is treated as an Emacs Ada mode
 project file.
 
address@hidden GUI Editor, Project file variables, Project File Overview, 
Project files
address@hidden GUI Editor
 @section GUI Editor
 
 The project file editor is invoked with the menu @samp{Ada | Projects
@@ -461,7 +461,7 @@
 buffer, or the @kbd{C-x C-s} binding. To cancel your modifications,
 kill the buffer or click on the @samp{[cancel]} button.
 
address@hidden Project file variables,  , GUI Editor, Project files
address@hidden Project file variables
 @section Project file variables
 
 The following variables can be defined in a project file; some can
@@ -648,7 +648,7 @@
 
 @end table
 
address@hidden Compiling Examples, Moving Through Ada Code, Project files, Top
address@hidden Compiling Examples
 @chapter Compiling Examples
 
 We present several small projects, and walk thru the process of
@@ -670,7 +670,7 @@
 * Use multiple GNAT project files::
 @end menu
 
address@hidden No project files, Set compiler options, Compiling Examples, 
Compiling Examples
address@hidden No project files
 @section No project files
 This example uses no project files.
 
@@ -836,7 +836,7 @@
 
 @end enumerate
 
address@hidden Set compiler options, Set source search path, No project files, 
Compiling Examples
address@hidden Set compiler options
 @section Set compiler options
 
 This example illustrates using an Emacs Ada mode project file to set a
@@ -898,7 +898,7 @@
 Fixing the error, linking and running the code proceed as in @ref{No
 project files}.
 
address@hidden Set source search path, Use GNAT project file, Set compiler 
options, Compiling Examples
address@hidden Set source search path
 @section Set source search path
 
 In this example, we show how to deal with files in more than one
@@ -982,7 +982,7 @@
 Fixing the error, linking and running the code proceed as in @ref{No
 project files}.
 
address@hidden Use GNAT project file, Use multiple GNAT project files, Set 
source search path, Compiling Examples
address@hidden Use GNAT project file
 @section Use GNAT project file
 
 In this example, we show how to use a GNAT project file, with no Ada
@@ -1061,7 +1061,7 @@
 Fixing the error, linking and running the code proceed as in @ref{No
 project files}.
 
address@hidden Use multiple GNAT project files,  , Use GNAT project file, 
Compiling Examples
address@hidden Use multiple GNAT project files
 @section Use multiple GNAT project files
 
 In this example, we show how to use multiple GNAT project files,
@@ -1125,7 +1125,7 @@
 demonstrating that @file{hello_5.gpr} and @file{hello_4.gpr} are being
 used to set the compilation search path.
 
address@hidden Moving Through Ada Code, Identifier completion, Compiling 
Examples, Top
address@hidden Moving Through Ada Code
 @chapter Moving Through Ada Code
 
 There are several easy to use commands to navigate through Ada code. All
@@ -1179,7 +1179,7 @@
 will try to run GNAT for you whenever cross-reference information is
 needed, and is older than the current source file.
 
address@hidden Identifier completion, Automatic Smart Indentation, Moving 
Through Ada Code, Top
address@hidden Identifier completion
 @chapter Identifier completion
 
 Emacs and Ada mode provide two general ways for the completion of
@@ -1224,7 +1224,7 @@
 Complete identifier using buffer information (not Ada-specific).
 @end table
 
address@hidden Automatic Smart Indentation, Formatting Parameter Lists, 
Identifier completion, Top
address@hidden Automatic Smart Indentation
 @chapter Automatic Smart Indentation
 
 Ada mode comes with a full set of rules for automatic indentation. You
@@ -1301,7 +1301,7 @@
 indentation.
 @end table
 
address@hidden Formatting Parameter Lists, Automatic Casing, Automatic Smart 
Indentation, Top
address@hidden Formatting Parameter Lists
 @chapter Formatting Parameter Lists
 
 @table @kbd
@@ -1314,7 +1314,7 @@
 argument names and argument types, and aligns the @code{in},
 @code{out} and @code{in out} keywords.
 
address@hidden Automatic Casing, Statement Templates, Formatting Parameter 
Lists, Top
address@hidden Automatic Casing
 @chapter Automatic Casing
 
 Casing of identifiers, attributes and keywords is automatically
@@ -1403,7 +1403,7 @@
 @code{ada-case-exception-file} (@code{ada-case-read-exceptions}).
 @end table
 
address@hidden Statement Templates, Comment Handling, Automatic Casing, Top
address@hidden Statement Templates
 @chapter Statement Templates
 
 Templates are defined for most Ada statements, using the Emacs
@@ -1494,7 +1494,7 @@
 type (@code{ada-type}).
 @end table
 
address@hidden Comment Handling, GNU Free Documentation License, Statement 
Templates, Top
address@hidden Comment Handling
 @chapter Comment Handling
 
 By default, comment lines get indented like Ada code. There are a few
@@ -1513,11 +1513,11 @@
 autofill the current comment.
 @end table
 
address@hidden GNU Free Documentation License, Index, Comment Handling, Top
address@hidden GNU Free Documentation License
 @appendix GNU Free Documentation License
 @include doclicense.texi
 
address@hidden Index,  , GNU Free Documentation License, Top
address@hidden Index
 @unnumbered Index
 
 @printindex fn

=== modified file 'doc/misc/ebrowse.texi'
--- a/doc/misc/ebrowse.texi     2012-12-22 16:25:40 +0000
+++ b/doc/misc/ebrowse.texi     2012-12-22 19:49:54 +0000
@@ -44,7 +44,7 @@
 @contents
 
 @ifnottex
address@hidden Top, Overview, (dir), (dir)
address@hidden Top
 @top Ebrowse
 
 You can browse C++ class hierarchies from within Emacs by using
@@ -67,7 +67,7 @@
 
 
 
address@hidden Overview, Generating browser files, Top, Top
address@hidden Overview
 @chapter Introduction
 
 When working in software projects using C++, I frequently missed
@@ -177,8 +177,7 @@
 
 
 
address@hidden Generating browser files, Loading a Tree, Overview, Top
address@hidden node-name,  next,  previous,  up
address@hidden Generating browser files
 @chapter Processing Source Files
 
 @cindex @command{ebrowse}, the program
@@ -225,7 +224,7 @@
 
 
 @comment name,     next,        prev,                     up
address@hidden Input files, Output file, Generating browser files, Generating 
browser files
address@hidden Input files
 @section Specifying Input Files
 
 @table @samp
@@ -266,7 +265,7 @@
 
 
 @comment name,     next,               prev,        up
address@hidden Output file, Structs and unions, Input files, Generating browser 
files
address@hidden Output file
 @section Changing the Output File Name
 
 @table @samp
@@ -301,7 +300,7 @@
 
 
 @comment name,            next,     prev,        up
address@hidden Structs and unions, Matching, Output file, Generating browser 
files
address@hidden Structs and unions
 @section Structs and Unions
 @cindex structs
 @cindex unions
@@ -321,7 +320,7 @@
 
 
 @comment name,  next,      prev,               up
address@hidden Matching, Verbosity, Structs and unions, Generating browser files
address@hidden Matching
 @section Regular Expressions
 
 @cindex regular expressions, recording
@@ -374,8 +373,7 @@
 
 
 
address@hidden Verbosity, , Matching, Generating browser files
address@hidden  node-name,  next,  previous,  up
address@hidden Verbosity
 @section Verbose Mode
 @cindex verbose operation
 
@@ -395,8 +393,7 @@
 
 
 
address@hidden Loading a Tree, Tree Buffers, Generating browser files, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Loading a Tree
 @chapter Starting to Browse
 @cindex loading
 @cindex browsing
@@ -436,8 +433,7 @@
 @comment ***
 @comment ****************************************************************
 
address@hidden Tree Buffers, Member Buffers, Loading a Tree, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Tree Buffers
 @chapter Tree Buffers
 @cindex tree buffer mode
 @cindex class trees
@@ -468,8 +464,7 @@
 
 
 
address@hidden Source Display, Member Display, Tree Buffers, Tree Buffers
address@hidden  node-name,  next,  previous,  up
address@hidden Source Display
 @section Viewing and Finding Class Declarations
 @cindex viewing, class
 @cindex finding a class
@@ -497,8 +492,7 @@
 
 
 
address@hidden Member Display, Go to Class, Source Display, Tree Buffers
address@hidden  node-name,  next,  previous,  up
address@hidden Member Display
 @section Displaying Members
 @cindex @samp{*Members*} buffer
 @cindex @samp{*Globals*}
@@ -561,8 +555,7 @@
 
 
 
address@hidden Go to Class, Quitting, Member Display, Tree Buffers
address@hidden  node-name,  next,  previous,  up
address@hidden Go to Class
 @section Finding a Class
 @cindex locate class
 @cindex expanding branches
@@ -589,8 +582,7 @@
 
 
 
address@hidden Quitting, File Name Display, Go to Class, Tree Buffers
address@hidden  node-name,  next,  previous,  up
address@hidden Quitting
 @section Burying a Tree Buffer
 @cindex burying tree buffer
 
@@ -602,8 +594,7 @@
 
 
 
address@hidden File Name Display, Expanding and Collapsing, Quitting, Tree 
Buffers
address@hidden  node-name,  next,  previous,  up
address@hidden File Name Display
 @section Displaying File Names
 
 @table @kbd
@@ -633,8 +624,7 @@
 @end example
 
 
address@hidden Expanding and Collapsing, Tree Indentation, File Name Display, 
Tree Buffers
address@hidden  node-name,  next,  previous,  up
address@hidden Expanding and Collapsing
 @section Expanding and Collapsing a Tree
 @cindex expand tree branch
 @cindex collapse tree branch
@@ -673,8 +663,7 @@
 
 
 
address@hidden Tree Indentation, Killing Classes, Expanding and Collapsing, 
Tree Buffers
address@hidden  node-name,  next,  previous,  up
address@hidden Tree Indentation
 @section Changing the Tree Indentation
 @cindex tree indentation
 @cindex indentation of the tree
@@ -689,8 +678,7 @@
 
 
 
address@hidden Killing Classes, Saving a Tree, Tree Indentation, Tree Buffers
address@hidden  node-name,  next,  previous,  up
address@hidden Killing Classes
 @section Removing Classes from the Tree
 @cindex killing classes
 @cindex class, remove from tree
@@ -705,9 +693,7 @@
 
 
 
address@hidden Saving a Tree, Statistics, Killing Classes, Tree Buffers
address@hidden  node-name,  next,  previous,  up
address@hidden node-name, next, previous, up
address@hidden Saving a Tree
 @section Saving a Tree
 @cindex save tree to a file
 @cindex tree, save to a file
@@ -725,8 +711,8 @@
 
 
 
address@hidden     Statistics, Marking Classes, Saving a Tree, Tree Buffers
address@hidden  node-name,  next,        previous, up
address@hidden     Statistics
address@hidden Statistics
 @cindex statistics for a tree
 @cindex tree statistics
 @cindex class statistics
@@ -741,8 +727,8 @@
 
 
 
address@hidden     Marking Classes, , Statistics, Tree Buffers
address@hidden  node-name,       next,       previous,      up
address@hidden     Marking Classes
address@hidden Marking Classes
 @cindex marking classes
 @cindex operations on marked classes
 
@@ -783,8 +769,7 @@
 @c ***
 @c ****************************************************************
 
address@hidden Member Buffers, Tags-like Functions, Tree Buffers, Top
address@hidden  node-name,       next,       previous,      up
address@hidden Member Buffers
 @chapter Member Buffers
 @cindex members
 @cindex member buffer mode
@@ -834,8 +819,7 @@
 
 
 
address@hidden Switching Member Lists, Finding/Viewing, Member Buffers, Member 
Buffers
address@hidden  node-name,       next,       previous,      up
address@hidden Switching Member Lists
 @section Switching Member Lists
 @cindex member lists, in member buffers
 @cindex static members
@@ -881,8 +865,7 @@
 
 
 
address@hidden Finding/Viewing, Inherited Members, Switching Member Lists, 
Member Buffers
address@hidden  node-name,       next,       previous,      up
address@hidden Finding/Viewing
 @section Finding and Viewing Member Source
 @cindex finding members, in member buffers
 @cindex viewing members, in member buffers
@@ -919,8 +902,7 @@
 
 
 
address@hidden Inherited Members, Searching Members, Finding/Viewing, Member 
Buffers
address@hidden  node-name,       next,       previous,      up
address@hidden Inherited Members
 @section Display of Inherited Members
 @cindex superclasses, members
 @cindex base classes, members
@@ -935,8 +917,7 @@
 
 
 
address@hidden Searching Members, Switching to Tree, Inherited Members, Member 
Buffers
address@hidden  node-name,       next,       previous,      up
address@hidden Searching Members
 @section Searching Members
 @cindex searching members
 
@@ -965,8 +946,7 @@
 
 
 
address@hidden Switching to Tree, Filters, Searching Members, Member Buffers
address@hidden  node-name,       next,       previous,      up
address@hidden Switching to Tree
 @section Switching to Tree Buffer
 @cindex tree buffer, switch to
 @cindex buffer switching
@@ -984,8 +964,7 @@
 
 
 
address@hidden Filters, Attributes, Switching to Tree, Member Buffers
address@hidden  node-name,       next,       previous,      up
address@hidden Filters
 @section Filters
 @cindex filters
 
@@ -1029,8 +1008,7 @@
 
 
 
address@hidden Attributes, Long and Short Display, Filters, Member Buffers
address@hidden  node-name,       next,       previous,      up
address@hidden Attributes
 @section Displaying Member Attributes
 @cindex attributes
 @cindex member attribute display
@@ -1086,8 +1064,7 @@
 
 
 
address@hidden Long and Short Display, Regexp Display, Attributes, Member 
Buffers
address@hidden  node-name,       next,       previous,      up
address@hidden Long and Short Display
 @section Long and Short Member Display
 @cindex display form
 @cindex long display
@@ -1121,8 +1098,7 @@
 
 
 
address@hidden Regexp Display, Switching Classes, Long and Short Display, 
Member Buffers
address@hidden  node-name,       next,       previous,      up
address@hidden Regexp Display
 @section Display of Regular Expressions
 @cindex regular expression display
 
@@ -1140,8 +1116,7 @@
 
 
 
address@hidden Switching Classes, Killing/Burying, Regexp Display, Member 
Buffers
address@hidden  node-name,       next,       previous,      up
address@hidden Switching Classes
 @section Displaying Another Class
 @cindex base class, display
 @cindex derived class, display
@@ -1173,8 +1148,7 @@
 
 
 
address@hidden Killing/Burying, Column Width, Switching Classes, Member Buffers
address@hidden  node-name,       next,       previous,      up
address@hidden Killing/Burying
 @section Burying a Member Buffer
 @cindex burying member buffers
 
@@ -1186,8 +1160,7 @@
 
 
 
address@hidden Column Width, Redisplay, Killing/Burying, Member Buffers
address@hidden  node-name,       next,       previous,      up
address@hidden Column Width
 @section Setting the Column Width
 @cindex column width
 @cindex member indentation
@@ -1202,8 +1175,7 @@
 
 
 
address@hidden Redisplay, Getting Help, Column Width, Member Buffers
address@hidden  node-name,       next,       previous,      up
address@hidden Redisplay
 @section Forced Redisplay
 @cindex redisplay of member buffers
 
@@ -1218,8 +1190,8 @@
 
 
 
address@hidden Getting Help, , Redisplay, Member Buffers
address@hidden  node-name,  next,  previous,  up
address@hidden Getting Help
address@hidden Getting Help
 @cindex help
 
 @table @kbd
@@ -1234,8 +1206,7 @@
 @comment ***                TAGS LIKE FUNCTIONS
 @comment **************************************************************
 
address@hidden Tags-like Functions, GNU Free Documentation License, Member 
Buffers, Top
address@hidden  node-name,       next,       previous,      up
address@hidden Tags-like Functions
 @chapter Tags-like Functions
 
 Ebrowse provides tags functions similar to those of the standard
@@ -1254,8 +1225,7 @@
 
 
 
address@hidden Finding and Viewing, Position Stack, Tags-like Functions, 
Tags-like Functions
address@hidden  node-name,       next,       previous,      up
address@hidden Finding and Viewing
 @section Finding and Viewing Members
 @cindex finding class member, in C++ source
 @cindex viewing class member, in C++ source
@@ -1314,8 +1284,7 @@
 
 
 
address@hidden Position Stack, Search & Replace, Finding and Viewing, Tags-like 
Functions
address@hidden  node-name,       next,       previous,      up
address@hidden Position Stack
 @section The Position Stack
 @cindex position stack
 
@@ -1351,8 +1320,7 @@
 
 
 
address@hidden Search & Replace, Members in Files, Position Stack, Tags-like 
Functions
address@hidden  node-name,       next,       previous,      up
address@hidden Search & Replace
 @section Searching and Replacing
 @cindex searching multiple C++ files
 @cindex replacing in multiple C++ files
@@ -1389,8 +1357,7 @@
 
 
 
address@hidden Members in Files, Apropos, Search & Replace, Tags-like Functions
address@hidden  node-name,       next,       previous,      up
address@hidden Members in Files
 @section Members in Files
 @cindex files
 @cindex members in file, listing
@@ -1403,8 +1370,7 @@
 
 
 
address@hidden Apropos, Symbol Completion, Members in Files, Tags-like Functions
address@hidden  node-name,       next,       previous,      up
address@hidden Apropos
 @section Member Apropos
 @cindex apropos on class members
 @cindex members, matching regexp
@@ -1421,8 +1387,7 @@
 
 
 
address@hidden Symbol Completion, Member Buffer Display, Apropos, Tags-like 
Functions
address@hidden  node-name,       next,       previous,      up
address@hidden Symbol Completion
 @section Symbol Completion
 @cindex completion
 @cindex symbol completion
@@ -1432,7 +1397,7 @@
 
 
 
address@hidden Member Buffer Display, , Symbol Completion, Tags-like Functions
address@hidden Member Buffer Display
 @section Quick Member Display
 @cindex member buffer, for member at point
 
@@ -1440,12 +1405,12 @@
 in on with the command @kbd{C-c C-m m}.
 
 
address@hidden GNU Free Documentation License, Concept Index, Tags-like 
Functions, Top
address@hidden GNU Free Documentation License
 @appendix GNU Free Documentation License
 @include doclicense.texi
 
 
address@hidden Concept Index, , GNU Free Documentation License, Top
address@hidden Concept Index
 @unnumbered Concept Index
 @printindex cp
 

=== modified file 'doc/misc/ediff.texi'
--- a/doc/misc/ediff.texi       2012-12-22 16:25:40 +0000
+++ b/doc/misc/ediff.texi       2012-12-22 19:49:54 +0000
@@ -61,7 +61,7 @@
 
 @contents
 
address@hidden Top, Introduction, (dir), (dir)
address@hidden Top
 @top Ediff
 
 @insertcopying
@@ -79,7 +79,7 @@
 * Index::
 @end menu
 
address@hidden Introduction, Major Entry Points, Top, Top
address@hidden Introduction
 @chapter Introduction
 
 @cindex Comparing files and buffers
@@ -127,7 +127,7 @@
 extends Emerge, much of the functionality in Ediff is influenced by Emerge.
 The architecture and the interface are, of course, drastically different.
 
address@hidden Major Entry Points, Session Commands, Introduction, Top
address@hidden Major Entry Points
 @chapter Major Entry Points
 
 When Ediff starts up, it displays a small control window, which accepts the
@@ -397,7 +397,7 @@
 related Ediff sessions by taking a directory and comparing (or merging)
 versions of files in that directory.
 
address@hidden Session Commands, Registry of Ediff Sessions, Major Entry 
Points, Top
address@hidden Session Commands
 @chapter Session Commands
 
 All Ediff commands are displayed in a Quick Help window, unless you type
@@ -430,7 +430,7 @@
 * Other Session Commands::          Commands that are not bound to keys.
 @end menu
 
address@hidden Quick Help Commands,Other Session Commands,,Session Commands
address@hidden Quick Help Commands
 @section Quick Help Commands
 @cindex command help
 @cindex important commands
@@ -911,7 +911,7 @@
 
 @end table
 
address@hidden Other Session Commands,,Quick Help Commands,Session Commands
address@hidden Other Session Commands
 @section Other Session Commands
 
 The following commands can be invoked from within any Ediff session,
@@ -977,7 +977,7 @@
 profiling of ediff commands.
 @end table
 
address@hidden Registry of Ediff Sessions, Session Groups, Session Commands, Top
address@hidden Registry of Ediff Sessions
 @chapter Registry of Ediff Sessions
 
 Ediff maintains a registry of all its invocations that are
@@ -1008,7 +1008,7 @@
 but you don't need to memorize them, since they are listed at the top of
 the registry buffer.
 
address@hidden Session Groups, Remote and Compressed Files, Registry of Ediff 
Sessions, Top
address@hidden Session Groups
 @chapter Session Groups
 
 Several major entries of Ediff perform comparison and merging on
@@ -1127,7 +1127,7 @@
 
 
 
address@hidden Remote and Compressed Files, Customization, Session Groups, Top
address@hidden Remote and Compressed Files
 @chapter Remote and Compressed Files
 
 Ediff works with remote, compressed, and encrypted files.  Ediff
@@ -1150,7 +1150,7 @@
 of the patch is placed into the file source-name (@file{_orig} is used
 on systems like DOS, etc.)
 
address@hidden Customization, Credits, Remote and Compressed Files, Top
address@hidden Customization
 @chapter Customization
 
 Ediff has a rather self-explanatory interface, and in most cases you
@@ -1186,7 +1186,7 @@
 * Notes on Heavy-duty Customization::  Customization for the gurus.
 @end menu
 
address@hidden Hooks, Quick Help Customization, Customization, Customization
address@hidden Hooks
 @section Hooks
 
 The bulk of customization can be done via the following hooks:
@@ -1332,7 +1332,7 @@
 bindings for different kinds of meta buffers.
 @end table
 
address@hidden Quick Help Customization, Window and Frame Configuration, Hooks, 
Customization
address@hidden Quick Help Customization
 @section Quick Help Customization
 @vindex ediff-use-long-help-message
 @vindex ediff-control-buffer
@@ -1356,7 +1356,7 @@
 the variable @code{ediff-help-message}, which is local to
 @code{ediff-control-buffer}.
 
address@hidden Window and Frame Configuration, Selective Browsing, Quick Help 
Customization, Customization
address@hidden Window and Frame Configuration
 @section Window and Frame Configuration
 
 On a non-windowing display, Ediff sets things up in one frame, splitting
@@ -1493,7 +1493,7 @@
 to another control panel.  (Different control panel buffers are
 distinguished by a numerical suffix, e.g., @samp{Ediff Control Panel<3>}.)
 
address@hidden Selective Browsing, Highlighting Difference Regions, Window and 
Frame Configuration, Customization
address@hidden Selective Browsing
 @section Selective Browsing
 
 Sometimes it is convenient to be able to step through only some difference
@@ -1608,7 +1608,7 @@
 When case sensitivity is toggled, all difference
 regions are recomputed.
 
address@hidden Highlighting Difference Regions, Narrowing, Selective Browsing, 
Customization
address@hidden Highlighting Difference Regions
 @section Highlighting Difference Regions
 
 The following variables control the way Ediff highlights difference
@@ -1735,7 +1735,7 @@
 or @code{set/address@hidden as shown above. Emacs's low-level
 face-manipulation functions should be avoided.
 
address@hidden Narrowing, Refinement of Difference Regions, Highlighting 
Difference Regions, Customization
address@hidden Narrowing
 @section Narrowing
 
 If buffers being compared are narrowed at the time of invocation of
@@ -1767,7 +1767,7 @@
 that existed before the current invocation.
 @end table
 
address@hidden Refinement of Difference Regions, Patch and Diff Programs, 
Narrowing, Customization
address@hidden Refinement of Difference Regions
 @section Refinement of Difference Regions
 
 Ediff has variables to control the way fine differences are
@@ -1839,7 +1839,7 @@
 different states: auto-refining, no-auto-refining, and no-highlighting
 of fine differences.
 
address@hidden Patch and Diff Programs, Merging and diff3, Refinement of 
Difference Regions, Customization
address@hidden Patch and Diff Programs
 @section Patch and Diff Programs
 
 This section describes variables that specify the programs to be used for
@@ -1948,7 +1948,7 @@
 @code{diff}.  Instead, make sure you are using some implementation of POSIX
 @code{diff}, such as @code{gnudiff}.
 
address@hidden Merging and diff3, Support for Version Control, Patch and Diff 
Programs, Customization
address@hidden Merging and diff3
 @section Merging and diff3
 
 Ediff supports three-way comparison via the functions @code{ediff-files3} and
@@ -2152,7 +2152,7 @@
 specified by the variable @code{ediff-merge-filename-prefix}. The default
 is @code{merge_}, but this can be changed by the user.
 
address@hidden Support for Version Control, Customizing the Mode Line, Merging 
and diff3, Customization
address@hidden Support for Version Control
 @section Support for Version Control
 
 
@@ -2197,7 +2197,7 @@
 @code{run-ediff-from-cvs-buffer}---see the documentation string for this
 function.
 
address@hidden Customizing the Mode Line, Miscellaneous, Support for Version 
Control, Customization
address@hidden Customizing the Mode Line
 @section Customizing the Mode Line
 
 When Ediff is running, the mode line of @samp{Ediff Control Panel}
@@ -2216,7 +2216,7 @@
 @pindex @file{uniquify.el}
 @pindex @file{mode-line.el}
 
address@hidden Miscellaneous, Notes on Heavy-duty Customization, Customizing 
the Mode Line, Customization
address@hidden Miscellaneous
 @section Miscellaneous
 
 Here are a few other variables for customizing Ediff:
@@ -2333,7 +2333,7 @@
 @end table
 
 
address@hidden Notes on Heavy-duty Customization, , Miscellaneous, Customization
address@hidden Notes on Heavy-duty Customization
 @section Notes on Heavy-duty Customization
 
 Some users need to customize Ediff in rather sophisticated ways, which
@@ -2402,7 +2402,7 @@
 the control buffer is in its own frame.
 @end table
 
address@hidden Credits, GNU Free Documentation License, Customization, Top
address@hidden Credits
 @chapter Credits
 
 Ediff was written by Michael Kifer <kifer@@cs.stonybrook.edu>.  It was inspired
@@ -2520,12 +2520,12 @@
 Eli Zaretskii (eliz at is.elta.co.il)
 @end example
 
address@hidden GNU Free Documentation License, Index, Credits, Top
address@hidden GNU Free Documentation License
 @appendix GNU Free Documentation License
 @include doclicense.texi
 
 
address@hidden Index, , GNU Free Documentation License, Top
address@hidden Index
 @unnumbered Index
 @printindex cp
 

=== modified file 'doc/misc/ert.texi'
--- a/doc/misc/ert.texi 2012-12-22 16:25:40 +0000
+++ b/doc/misc/ert.texi 2012-12-22 19:49:54 +0000
@@ -25,7 +25,7 @@
 @end quotation
 @end copying
 
address@hidden Top, Introduction, (dir), (dir)
address@hidden Top
 @top ERT: Emacs Lisp Regression Testing
 
 ERT is a tool for automated testing in Emacs Lisp.  Its main features
@@ -86,7 +86,7 @@
 @end detailmenu
 @end menu
 
address@hidden Introduction, How to Run Tests, Top, Top
address@hidden Introduction
 @chapter Introduction
 
 ERT allows you to define @emph{tests} in addition to functions,
@@ -154,7 +154,7 @@
 Environment}.
 
 
address@hidden  How to Run Tests, How to Write Tests, Introduction, Top
address@hidden  How to Run Tests
 @chapter How to Run Tests
 
 You can run tests either in the Emacs you are working in, or on the
@@ -172,7 +172,7 @@
 @end menu
 
 
address@hidden Running Tests Interactively, Running Tests in Batch Mode, How to 
Run Tests, How to Run Tests
address@hidden Running Tests Interactively
 @section Running Tests Interactively
 
 You can run the tests that are currently defined in your Emacs with
@@ -251,7 +251,7 @@
 of the expression.
 
 
address@hidden Running Tests in Batch Mode, Test Selectors, Running Tests 
Interactively, How to Run Tests
address@hidden Running Tests in Batch Mode
 @section Running Tests in Batch Mode
 
 ERT supports automated invocations from the command line or from
@@ -275,7 +275,7 @@
 files that it requires are on your @code{load-path}.
 
 
address@hidden Test Selectors,  , Running Tests in Batch Mode, How to Run Tests
address@hidden Test Selectors
 @section Test Selectors
 
 Functions like @code{ert} accept a @emph{test selector}, a Lisp
@@ -314,7 +314,7 @@
 @code{:causes-redisplay}.
 
 
address@hidden How to Write Tests, How to Debug Tests, How to Run Tests, Top
address@hidden How to Write Tests
 @chapter How to Write Tests
 
 ERT lets you define tests in the same way you define functions.  You
@@ -334,7 +334,7 @@
 * Useful Techniques::           Some examples.
 @end menu
 
address@hidden The @code{should} Macro, Expected Failures, How to Write Tests, 
How to Write Tests
address@hidden The @code{should} Macro
 @section The @code{should} Macro
 
 Test bodies can include arbitrary code; but to be useful, they need to
@@ -398,7 +398,7 @@
 @code{should} reports.
 
 
address@hidden Expected Failures, Tests and Their Environment, The 
@code{should} Macro, How to Write Tests
address@hidden Expected Failures
 @section Expected Failures
 
 Some bugs are complicated to fix, or not very important, and are left as
@@ -451,7 +451,7 @@
 @end lisp
 
 
address@hidden Tests and Their Environment, Useful Techniques, Expected 
Failures, How to Write Tests
address@hidden Tests and Their Environment
 @section Tests and Their Environment
 
 The outcome of running a test should not depend on the current state
@@ -506,7 +506,7 @@
 hook variables to nil.  This avoids the above problems.
 
 
address@hidden Useful Techniques,  , Tests and Their Environment, How to Write 
Tests
address@hidden Useful Techniques
 @section Useful Techniques when Writing Tests
 
 Testing simple functions that have no side effects and no dependencies
@@ -587,7 +587,7 @@
 well.
 
 
address@hidden How to Debug Tests, Extending ERT, How to Write Tests, Top
address@hidden How to Debug Tests
 @chapter How to Debug Tests
 
 This section describes how to use ERT's features to understand why
@@ -600,7 +600,7 @@
 @end menu
 
 
address@hidden Understanding Explanations, Interactive Debugging, How to Debug 
Tests, How to Debug Tests
address@hidden Understanding Explanations
 @section Understanding Explanations
 
 Failed @code{should} forms are reported like this:
@@ -667,7 +667,7 @@
 function registered.  @xref{Defining Explanation Functions}.
 
 
address@hidden Interactive Debugging,  , Understanding Explanations, How to 
Debug Tests
address@hidden Interactive Debugging
 @section Interactive Debugging
 
 Debugging failed tests essentially works the same way as debugging any
@@ -712,7 +712,7 @@
 @end itemize
 
 
address@hidden Extending ERT, Other Testing Concepts, How to Debug Tests, Top
address@hidden Extending ERT
 @chapter Extending ERT
 
 There are several ways to add functionality to ERT.
@@ -723,7 +723,7 @@
 @end menu
 
 
address@hidden Defining Explanation Functions, Low-Level Functions for Working 
with Tests, Extending ERT, Extending ERT
address@hidden Defining Explanation Functions
 @section Defining Explanation Functions
 
 The explanation function for a predicate is a function that takes the
@@ -741,7 +741,7 @@
 explanation function.
 
 
address@hidden Low-Level Functions for Working with Tests,  , Defining 
Explanation Functions, Extending ERT
address@hidden Low-Level Functions for Working with Tests
 @section Low-Level Functions for Working with Tests
 
 Both @code{ert-run-tests-interactively} and @code{ert-run-tests-batch}
@@ -757,7 +757,7 @@
 Contributions to ERT are welcome.
 
 
address@hidden Other Testing Concepts, GNU Free Documentation License , 
Extending ERT, Top
address@hidden Other Testing Concepts
 @chapter Other Testing Concepts
 
 For information on mocks, stubs, fixtures, or test suites, see below.
@@ -768,7 +768,7 @@
 * Fixtures and Test Suites::  How ERT differs from tools for other languages.
 @end menu
 
address@hidden Mocks and Stubs, Fixtures and Test Suites, Other Testing 
Concepts, Other Testing Concepts
address@hidden Mocks and Stubs
 @section Other Tools for Emacs Lisp
 
 Stubbing out functions or using so-called @emph{mocks} can make it
@@ -781,7 +781,7 @@
 offers mocks for Emacs Lisp and can be used in conjunction with ERT.
 
 
address@hidden Fixtures and Test Suites,  , Mocks and Stubs, Other Testing 
Concepts
address@hidden Fixtures and Test Suites
 @section Fixtures and Test Suites
 
 In many ways, ERT is similar to frameworks for other languages like
@@ -840,7 +840,7 @@
 often.  This can be achieved with the @code{:tag} argument to
 @code{ert-deftest} and @code{tag} test selectors.
 
address@hidden GNU Free Documentation License, , Other Testing Concepts, Top
address@hidden GNU Free Documentation License
 @appendix GNU Free Documentation License
 @include doclicense.texi
 

=== modified file 'doc/misc/eshell.texi'
--- a/doc/misc/eshell.texi      2012-12-22 16:25:40 +0000
+++ b/doc/misc/eshell.texi      2012-12-22 19:49:54 +0000
@@ -57,7 +57,7 @@
 @c ================================================================
 
 @ifnottex
address@hidden Top, What is Eshell?, (dir), (dir)
address@hidden Top
 @top Eshell
 
 Eshell is a shell-like command interpreter

=== modified file 'doc/misc/eudc.texi'
--- a/doc/misc/eudc.texi        2012-12-22 16:25:40 +0000
+++ b/doc/misc/eudc.texi        2012-12-22 19:49:54 +0000
@@ -48,9 +48,8 @@
 @contents
 
 @ifnottex
address@hidden     Top, Overview, (dir), (dir)
address@hidden     Top
 @top Emacs Unified Directory Client
address@hidden  node-name,  next,         previous, up
 
 @insertcopying
 @end ifnottex
@@ -69,8 +68,7 @@
 
 
 
address@hidden     Overview, Installation, Top, Top
address@hidden  node-name,   next,  previous,  up
address@hidden     Overview
 @chapter Overview
 
 EUDC, the @dfn{Emacs Unified Directory Client}, provides a common user
@@ -115,8 +113,7 @@
 
 
 
address@hidden LDAP, CCSO PH/QI, Overview, Overview
address@hidden  node-name,  next,  previous,  up
address@hidden LDAP
 @section LDAP
 
 LDAP, @dfn{the Lightweight Directory Access Protocol}, is a communication
@@ -142,8 +139,7 @@
 (@pxref{LDAP Requirements})
 
 
address@hidden CCSO PH/QI, BBDB, LDAP, Overview
address@hidden  node-name,  next,  previous,  up
address@hidden CCSO PH/QI
 @section CCSO PH/QI
 
 The Central Computing Services Office (CCSO) of the University of
@@ -164,8 +160,7 @@
 EUDC.
 
 
address@hidden BBDB,  , CCSO PH/QI, Overview
address@hidden  node-name,  next,  previous,  up
address@hidden BBDB
 @section BBDB
 
 BBDB is the @dfn{Big Brother's Insidious Database}, a package for Emacs
@@ -187,8 +182,7 @@
 EUDC also offers a means to insert results from directory queries into
 your own local BBDB (@pxref{Creating BBDB Records})
 
address@hidden Installation, Usage, Overview, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Installation
 @chapter Installation
 
 Add the following to your @file{.emacs} init file:
@@ -218,8 +212,7 @@
 * LDAP Requirements::           EUDC needs external support for LDAP
 @end menu
 
address@hidden LDAP Requirements,  , Installation, Installation
address@hidden  node-name,  next,  previous,  up
address@hidden LDAP Requirements
 @section LDAP Requirements
 
 LDAP support is added by means of @file{ldap.el}, which is part of Emacs.
@@ -228,8 +221,7 @@
 (@url{http://www.openldap.org/}).
 
 
address@hidden Usage, Credits, Installation, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Usage
 @chapter Usage
 
 This chapter describes the usage of address@hidden  Most functions and
@@ -248,8 +240,7 @@
 @end menu
 
 
address@hidden Querying Servers, Query Form, Usage, Usage
address@hidden  node-name,  next,  previous,  up
address@hidden Querying Servers
 @section Querying Servers
 
 EUDC's basic functionality is to let you query a directory server and
@@ -263,7 +254,7 @@
 * Duplicate Attributes::        What to do when records have duplicate 
attributes
 @end menu
 
address@hidden Selecting a Server, Return Attributes, Querying Servers, 
Querying Servers
address@hidden Selecting a Server
 @subsection Selecting a Server
 
 Before doing any query you will need to set the directory server.  You
@@ -302,7 +293,7 @@
 new directory server and protocol.
 @end deffn
 
address@hidden Return Attributes, Duplicate Attributes, Selecting a Server, 
Querying Servers
address@hidden Return Attributes
 @subsection Return Attributes
 
 Directory servers may be configured to return a default set of
@@ -326,7 +317,7 @@
 attributes are ignored.  Default is @code{t}.
 @end defopt
 
address@hidden Duplicate Attributes,  , Return Attributes, Querying Servers
address@hidden Duplicate Attributes
 @subsection Duplicate Attributes
 
 Directory standards may authorize different instances of the same
@@ -381,8 +372,7 @@
 
 
 
address@hidden Query Form, Display of Query Results, Querying Servers, Usage
address@hidden  node-name,  next,  previous,  up
address@hidden Query Form
 @section Query Form
 
 The simplest way to query your directory server is to use the query
@@ -436,8 +426,7 @@
 names defined in @code{eudc-user-attribute-names-alist}.
 @end defvar
 
address@hidden Display of Query Results, Inline Query Expansion, Query Form, 
Usage
address@hidden  node-name,  next,  previous,  up
address@hidden Display of Query Results
 @section Display of Query Results
 
 Upon successful completion of a form query, EUDC will display a buffer
@@ -514,8 +503,7 @@
 @end defvar
 
 
address@hidden Inline Query Expansion, The Server Hotlist, Display of Query 
Results, Usage
address@hidden  node-name,  next,  previous,  up
address@hidden Inline Query Expansion
 @section Inline Query Expansion
 
 Inline query expansion is a powerful method to get completion from your
@@ -615,8 +603,7 @@
 
 
 
address@hidden The Server Hotlist, Multi-server Queries, Inline Query 
Expansion, Usage
address@hidden  node-name,  next,  previous,  up
address@hidden The Server Hotlist
 @section The Server Hotlist
 
 EUDC lets you maintain a list of frequently used servers so that you
@@ -654,8 +641,7 @@
 * The Hotlist Edit Buffer::     An interactive hotlist editing facility
 @end menu
 
address@hidden The Hotlist Edit Buffer,  , The Server Hotlist, The Server 
Hotlist
address@hidden  node-name,  next,  previous,  up
address@hidden The Hotlist Edit Buffer
 @subsection The Hotlist Edit Buffer
 
 The hotlist edit buffer offers a means to manage a list of frequently
@@ -691,8 +677,7 @@
 @end deffn
 
 
address@hidden Multi-server Queries, Creating BBDB Records, The Server Hotlist, 
Usage
address@hidden  node-name,  next,  previous,  up
address@hidden Multi-server Queries
 @section Multi-server Queries
 
 When using inline query expansion (@pxref{Inline Query Expansion}), EUDC
@@ -723,8 +708,7 @@
 
 
 
address@hidden Creating BBDB Records, Server/Protocol Locals, Multi-server 
Queries, Usage
address@hidden  node-name,  next,  previous,  up
address@hidden Creating BBDB Records
 @section Creating BBDB Records
 
 @findex eudc-insert-record-at-point-into-bbdb
@@ -839,8 +823,7 @@
 actually be inserted as part of the newly created BBDB record.
 
 
address@hidden Server/Protocol Locals,  , Creating BBDB Records, Usage
address@hidden  node-name,  next,  previous,  up
address@hidden Server/Protocol Locals
 @section Server/Protocol Locals
 
 EUDC can be customized independently for each server or directory
@@ -852,8 +835,7 @@
 * Manipulating local bindings::  Functions to set and query local bindings
 @end menu
 
address@hidden Manipulating local bindings,  , Server/Protocol Locals, 
Server/Protocol Locals
address@hidden  node-name,  next,  previous,  up
address@hidden Manipulating local bindings
 @subsection Manipulating local bindings
 
 EUDC offers functions that let you set and query variables on a per
@@ -930,8 +912,7 @@
 
 
 
address@hidden Credits, GNU Free Documentation License, Usage, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Credits
 @chapter Credits
 
 EUDC was written by Oscar Figueiredo based on @file{ph.el} by the
@@ -940,18 +921,16 @@
 Thanks to Soren Dayton for his suggestions, his enthusiasm and his help
 in testing and proofreading the code and docs of @file{ph.el}.
 
address@hidden GNU Free Documentation License, Command and Function Index, 
Credits, Top
address@hidden GNU Free Documentation License
 @appendix GNU Free Documentation License
 @include doclicense.texi
 
address@hidden Command and Function Index, Variables Index, GNU Free 
Documentation License, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Command and Function Index
 @unnumbered Command and Function Index
 
 @printindex fn
 
address@hidden Variables Index,  , Command and Function Index, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Variables Index
 @unnumbered Variables Index
 
 @printindex vr

=== modified file 'doc/misc/idlwave.texi'
--- a/doc/misc/idlwave.texi     2012-12-22 16:25:40 +0000
+++ b/doc/misc/idlwave.texi     2012-12-22 19:49:54 +0000
@@ -55,7 +55,7 @@
 @contents
 
 @ifnottex
address@hidden Top, Introduction, (dir), (dir)
address@hidden Top
 @top IDLWAVE
 
 IDLWAVE is a package which supports editing source code written in the
@@ -165,7 +165,7 @@
 @end detailmenu
 @end menu
 
address@hidden Introduction, IDLWAVE in a Nutshell, Top, Top
address@hidden Introduction
 @chapter Introduction
 @cindex Introduction
 @cindex CORBA (Common Object Request Broker Architecture)
@@ -271,7 +271,7 @@
 with @kbd{C-h v}).  Some configuration examples are also given in the
 appendix.
 
address@hidden IDLWAVE in a Nutshell, Getting Started, Introduction, Top
address@hidden IDLWAVE in a Nutshell
 @chapter IDLWAVE in a Nutshell
 @cindex Summary of important commands
 @cindex IDLWAVE in a Nutshell
@@ -365,7 +365,7 @@
 <A NAME="TUTORIAL"></A>
 @end html
 
address@hidden Getting Started, The IDLWAVE Major Mode, IDLWAVE in a Nutshell, 
Top
address@hidden Getting Started
 @chapter Getting Started (Tutorial)
 @cindex Quick-Start
 @cindex Tutorial
@@ -377,7 +377,7 @@
 * Lesson III---User Catalog::
 @end menu
 
address@hidden  Lesson I---Development Cycle, Lesson II---Customization, 
Getting Started, Getting Started
address@hidden  Lesson I---Development Cycle
 @section Lesson I: Development Cycle
 
 The purpose of this tutorial is to guide you through a very basic
@@ -551,7 +551,7 @@
 Change the code to plot 100 years and see that every 28 years, the
 sequence of weekdays repeats.
 
address@hidden  Lesson II---Customization, Lesson III---User Catalog, Lesson 
I---Development Cycle, Getting Started
address@hidden  Lesson II---Customization
 @section Lesson II: Customization
 
 Emacs is probably the most customizable piece of software ever written,
@@ -661,7 +661,7 @@
     (local-set-key [f8] 'idlwave-shell-clear-all-bp)))
 @end lisp
 
address@hidden  Lesson III---User Catalog,  , Lesson II---Customization, 
Getting Started
address@hidden  Lesson III---User Catalog
 @section Lesson III: User and Library Catalogs
 
 We have already used the routine info display in the first part of this
@@ -721,7 +721,7 @@
 (with @kbd{C-h v idlwave<-variable-name> @key{RET}}) and ask the
 remaining questions on the newsgroup @code{comp.lang.idl-pvwave}.
 
address@hidden The IDLWAVE Major Mode, The IDLWAVE Shell, Getting Started, Top
address@hidden The IDLWAVE Major Mode
 @chapter The IDLWAVE Major Mode
 @cindex IDLWAVE major mode
 @cindex Major mode, @code{idlwave-mode}
@@ -745,7 +745,7 @@
 * Misc Options::                Things that fit nowhere else
 @end menu
 
address@hidden Code Formatting, Routine Info, The IDLWAVE Major Mode, The 
IDLWAVE Major Mode
address@hidden Code Formatting
 @section Code Formatting
 @cindex Code formatting
 @cindex Formatting, of code
@@ -773,7 +773,7 @@
 rely on it to help keep your code neat and organized.
 
 
address@hidden Code Indentation, Continued Statement Indentation, Code 
Formatting, Code Formatting
address@hidden Code Indentation
 @subsection Code Indentation
 @cindex Code indentation
 @cindex Indentation
@@ -813,7 +813,7 @@
 BEGIN lines.
 @end defopt
 
address@hidden Continued Statement Indentation, Comment Indentation, Code 
Indentation, Code Formatting
address@hidden Continued Statement Indentation
 @subsection Continued Statement Indentation
 @cindex Indentation, continued statement
 @cindex Continued statement indentation
@@ -887,7 +887,7 @@
 @code{idlwave-max-extra-continuation-indent} limit is satisfied.
 @end defopt
 
address@hidden Comment Indentation, Continuation Lines, Continued Statement 
Indentation, Code Formatting
address@hidden Comment Indentation
 @subsection Comment Indentation
 @cindex Comment indentation
 @cindex Hanging paragraphs
@@ -924,7 +924,7 @@
 IDL code.
 @end defopt
 
address@hidden Continuation Lines, Syntax Highlighting, Comment Indentation, 
Code Formatting
address@hidden Continuation Lines
 @subsection Continuation Lines and Filling
 @cindex Continuation lines
 @cindex Line splitting
@@ -1000,7 +1000,7 @@
 @code{idlwave-indent-regexp}.
 @end defopt
 
address@hidden Syntax Highlighting, Octals and Highlighting, Continuation 
Lines, Code Formatting
address@hidden Syntax Highlighting
 @subsection Syntax Highlighting
 @cindex Syntax highlighting
 @cindex Highlighting of syntax
@@ -1028,7 +1028,7 @@
 2.
 @end defopt
 
address@hidden Octals and Highlighting,  , Syntax Highlighting, Code Formatting
address@hidden Octals and Highlighting
 @subsection Octals and Highlighting
 @cindex Syntax highlighting, Octals
 @cindex Highlighting of syntax, Octals
@@ -1058,7 +1058,7 @@
 @noindent This simultaneously solves the font-lock problem and is more
 consistent with the notation for hexadecimal numbers, e.g., @code{'C5'XB}.
 
address@hidden Routine Info, Online Help, Code Formatting, The IDLWAVE Major 
Mode
address@hidden Routine Info
 @section Routine Info
 @cindex Routine info
 @cindex Updating routine info
@@ -1236,7 +1236,7 @@
 @html
 <A NAME="ONLINE_HELP"></A>
 @end html
address@hidden Online Help, Completion, Routine Info, The IDLWAVE Major Mode
address@hidden Online Help
 @section Online Help
 
 @cindex Online Help
@@ -1343,7 +1343,7 @@
 * Help with Source::
 @end menu
 
address@hidden Help with HTML Documentation, Help with Source, Online Help, 
Online Help
address@hidden Help with HTML Documentation
 @subsection Help with HTML Documentation
 @cindex HTML Help
 @cindex Help using HTML manuals
@@ -1422,7 +1422,7 @@
 The face for links to IDLWAVE online help.
 @end defopt
 
address@hidden Help with Source,  , Help with HTML Documentation, Online Help
address@hidden Help with Source
 @subsection Help with Source
 @cindex Help using routine source
 
@@ -1509,7 +1509,7 @@
 @end defopt
 
 
address@hidden Completion, Routine Source, Online Help, The IDLWAVE Major Mode
address@hidden Completion
 @section Completion
 @cindex Completion
 @cindex Keyword completion
@@ -1617,7 +1617,7 @@
 * Structure Tag Completion::    Completing state.Tag
 @end menu
 
address@hidden  Case of Completed Words, Object Method Completion and Class 
Ambiguity, Completion, Completion
address@hidden  Case of Completed Words
 @subsection Case of Completed Words
 @cindex Case of completed words
 @cindex Mixed case completion
@@ -1654,7 +1654,7 @@
 completion.
 @end defopt
 
address@hidden  Object Method Completion and Class Ambiguity, Object Method 
Completion in the Shell, Case of Completed Words, Completion
address@hidden  Object Method Completion and Class Ambiguity
 @subsection Object Method Completion and Class Ambiguity
 @cindex Object methods
 @cindex Class ambiguity
@@ -1717,7 +1717,7 @@
 class text property.
 @end defopt
 
address@hidden Object Method Completion in the Shell, Class and Keyword 
Inheritance, Object Method Completion and Class Ambiguity, Completion
address@hidden Object Method Completion in the Shell
 @subsection Object Method Completion in the Shell
 @cindex Method Completion in Shell
 In the IDLWAVE Shell (@pxref{The IDLWAVE Shell}), objects on which
@@ -1730,7 +1730,7 @@
 info, or help.  If unsuccessful, information from all known classes will
 be used (as in the buffer).
 
address@hidden   Class and Keyword Inheritance, Structure Tag Completion, 
Object Method Completion in the Shell, Completion
address@hidden   Class and Keyword Inheritance
 @subsection Class and Keyword Inheritance
 @cindex Inheritance, class
 @cindex Keyword inheritance
@@ -1776,7 +1776,7 @@
 class-driven keyword inheritance will be used for Completion.
 @end defopt
 
address@hidden    Structure Tag Completion,  , Class and Keyword Inheritance, 
Completion
address@hidden    Structure Tag Completion
 @subsection Structure Tag Completion
 @cindex Completion, structure tag
 @cindex Structure tag completion
@@ -1818,7 +1818,7 @@
 @noindent will complete with all structure fields of the structure
 @code{st}.
 
address@hidden Routine Source, Resolving Routines, Completion, The IDLWAVE 
Major Mode
address@hidden Routine Source
 @section Routine Source
 @cindex Routine source file
 @cindex Module source file
@@ -1844,7 +1844,7 @@
 (@code{idlwave-kill-autoloaded-buffers}) can be used to easily remove
 these buffers.
 
address@hidden Resolving Routines, Code Templates, Routine Source, The IDLWAVE 
Major Mode
address@hidden Resolving Routines
 @section Resolving Routines
 @cindex @code{RESOLVE_ROUTINE}
 @cindex Compiling library modules
@@ -1865,7 +1865,7 @@
 @xref{Sources of Routine Info}, for more information on the ways IDLWAVE
 collects data about routines, and how to update this information.
 
address@hidden Code Templates, Abbreviations, Resolving Routines, The IDLWAVE 
Major Mode
address@hidden Code Templates
 @section Code Templates
 @cindex Code templates
 @cindex Templates
@@ -1887,7 +1887,7 @@
 All code templates are also available as abbreviations
 (@pxref{Abbreviations}).
 
address@hidden Abbreviations, Actions, Code Templates, The IDLWAVE Major Mode
address@hidden Abbreviations
 @section Abbreviations
 @cindex Abbreviations
 
@@ -2073,7 +2073,7 @@
 between the parentheses of a function call.
 @end defopt
 
address@hidden Actions, Doc Header, Abbreviations, The IDLWAVE Major Mode
address@hidden Actions
 @section Actions
 @cindex Actions
 @cindex Coding standards, enforcing
@@ -2121,7 +2121,7 @@
 * Case Changes::                Enforcing upper case keywords
 @end menu
 
address@hidden Block Boundary Check, Padding Operators, Actions, Actions
address@hidden Block Boundary Check
 @subsection Block Boundary Check
 @cindex Block boundary check
 @cindex @code{END} type checking
@@ -2154,7 +2154,7 @@
 address@hidden means re-indent line after END was typed.
 @end defopt
 
address@hidden Padding Operators, Case Changes, Block Boundary Check, Actions
address@hidden Padding Operators
 @subsection Padding Operators
 @cindex Padding operators with spaces
 @cindex Operators, padding with spaces
@@ -2203,7 +2203,7 @@
 address@hidden means space-pad the @samp{=} in keyword assignments.
 @end defopt
 
address@hidden Case Changes,  , Padding Operators, Actions
address@hidden Case Changes
 @subsection Case Changes
 @cindex Case changes
 @cindex Upcase, enforcing for reserved words
@@ -2245,7 +2245,7 @@
 @end defopt
 
 
address@hidden Doc Header, Motion Commands, Actions, The IDLWAVE Major Mode
address@hidden Doc Header
 @section Documentation Header
 @cindex Documentation header
 @cindex DocLib header
@@ -2289,7 +2289,7 @@
 Regexp matching the start of a document library header.
 @end defopt
 
address@hidden Motion Commands, Misc Options, Doc Header, The IDLWAVE Major Mode
address@hidden Motion Commands
 @section Motion Commands
 @cindex Motion commands
 @cindex Program structure, moving through
@@ -2339,7 +2339,7 @@
 @end multitable
 
 
address@hidden Misc Options,  , Motion Commands, The IDLWAVE Major Mode
address@hidden Misc Options
 @section Miscellaneous Options
 @cindex Hooks
 
@@ -2360,7 +2360,7 @@
 Normal hook.  Executed when @file{idlwave.el} is loaded.
 @end defopt
 
address@hidden The IDLWAVE Shell, Acknowledgments, The IDLWAVE Major Mode, Top
address@hidden The IDLWAVE Shell
 @chapter The IDLWAVE Shell
 @cindex IDLWAVE shell
 @cindex Major mode, @code{idlwave-shell-mode}
@@ -2389,7 +2389,7 @@
 * Custom Expression Examination::
 @end menu
 
address@hidden Starting the Shell, Using the Shell, The IDLWAVE Shell, The 
IDLWAVE Shell
address@hidden Starting the Shell
 @section Starting the Shell
 @cindex Starting the shell
 @cindex Shell, starting
@@ -2499,7 +2499,7 @@
 Hook for customizing @code{idlwave-shell-mode}.
 @end defopt
 
address@hidden Using the Shell, Commands Sent to the Shell, Starting the Shell, 
The IDLWAVE Shell
address@hidden Using the Shell
 @section Using the Shell
 @cindex Comint
 @cindex Shell, basic commands
@@ -2626,7 +2626,7 @@
 modes.
 @end defopt
 
address@hidden Commands Sent to the Shell, Debugging IDL Programs, Using the 
Shell, The IDLWAVE Shell
address@hidden Commands Sent to the Shell
 @section Commands Sent to the Shell
 @cindex Commands in shell, showing
 @cindex Showing commands in shell
@@ -2667,7 +2667,7 @@
 (e.g., stepping to an error).
 @end defopt
 
address@hidden Debugging IDL Programs, Examining Variables, Commands Sent to 
the Shell, The IDLWAVE Shell
address@hidden Debugging IDL Programs
 @section Debugging IDL Programs
 @cindex Debugging
 @cindex Keybindings for debugging
@@ -2705,7 +2705,7 @@
 @end menu
 
 
address@hidden A Tale of Two Modes, Debug Key Bindings, Debugging IDL Programs, 
Debugging IDL Programs
address@hidden A Tale of Two Modes
 @subsection A Tale of Two Modes
 @cindex Electric Debug Mode
 @cindex Debugging Interface
@@ -2725,7 +2725,7 @@
 prevented from activating automatically by customizing the variable
 @code{idlwave-shell-automatic-electric-debug}.
 
address@hidden Debug Key Bindings, Breakpoints and Stepping, A Tale of Two 
Modes, Debugging IDL Programs
address@hidden Debug Key Bindings
 @subsection Debug Key Bindings
 @kindex C-c C-d
 @cindex Key bindings
@@ -2771,7 +2771,7 @@
 @code{alt}, and @code{shift}.
 @end defopt
 
address@hidden Breakpoints and Stepping, Compiling Programs, Debug Key 
Bindings, Debugging IDL Programs
address@hidden Breakpoints and Stepping
 @subsection Breakpoints and Stepping
 @cindex Breakpoints
 @cindex Stepping
@@ -2903,7 +2903,7 @@
 @end defopt
 
 
address@hidden Compiling Programs, Walking the Calling Stack, Breakpoints and 
Stepping, Debugging IDL Programs
address@hidden Compiling Programs
 @subsection Compiling Programs
 @cindex Compiling programs
 @cindex Programs, compiling
@@ -2936,7 +2936,7 @@
 very useful.  A temporary file is created holding the contents of the
 current region (with @code{END} appended), and run from the shell.
 
address@hidden Walking the Calling Stack, Electric Debug Mode, Compiling 
Programs, Debugging IDL Programs
address@hidden Walking the Calling Stack
 @subsection Walking the Calling Stack
 @cindex Calling stack, walking
 
@@ -2958,7 +2958,7 @@
 @html
 <A NAME="EDEBUG"></A>
 @end html
address@hidden Electric Debug Mode,  , Walking the Calling Stack, Debugging IDL 
Programs
address@hidden Electric Debug Mode
 @subsection Electric Debug Mode
 @cindex Electric Debug Mode
 @cindex @samp{*Debugging*}
@@ -3095,7 +3095,7 @@
 @html
 <A NAME="EXAMINE"></A>
 @end html
address@hidden Examining Variables, Custom Expression Examination, Debugging 
IDL Programs, The IDLWAVE Shell
address@hidden Examining Variables
 @section Examining Variables
 @cindex @code{PRINT} expressions
 @cindex @code{HELP}, on expressions
@@ -3202,7 +3202,7 @@
 array expressions.
 @end defopt
 
address@hidden Custom Expression Examination,  , Examining Variables, The 
IDLWAVE Shell
address@hidden Custom Expression Examination
 @section Custom Expression Examination
 @cindex Expressions, custom examination
 @cindex Custom expression examination
@@ -3272,7 +3272,7 @@
 (three underscores) are replaced by the indicated expression.
 @end defopt
 
address@hidden Acknowledgments, Sources of Routine Info, The IDLWAVE Shell, Top
address@hidden Acknowledgments
 @chapter Acknowledgments
 @cindex Acknowledgments
 @cindex Maintainer, of IDLWAVE
@@ -3351,7 +3351,7 @@
 @noindent
 Thanks to everyone!
 
address@hidden Sources of Routine Info, HTML Help Browser Tips, 
Acknowledgments, Top
address@hidden Sources of Routine Info
 @appendix Sources of Routine Info
 
 @cindex Sources of routine information
@@ -3368,7 +3368,7 @@
 * Documentation Scan::          Scanning the IDL Manuals
 @end menu
 
address@hidden Routine Definitions, Routine Information Sources, Sources of 
Routine Info, Sources of Routine Info
address@hidden Routine Definitions
 @appendixsec Routine Definitions
 @cindex Routine definitions
 @cindex IDL variable @code{!PATH}
@@ -3404,7 +3404,7 @@
 except by querying the Shell for calling information (DLMs only).
 @end enumerate
 
address@hidden Routine Information Sources, Catalogs, Routine Definitions, 
Sources of Routine Info
address@hidden Routine Information Sources
 @appendixsec Routine Information Sources
 @cindex Routine info sources
 @cindex Builtin list of routines
@@ -3491,7 +3491,7 @@
 @html
 <A NAME="CATALOGS"></A>
 @end html
address@hidden Catalogs, Load-Path Shadows, Routine Information Sources, 
Sources of Routine Info
address@hidden Catalogs
 @appendixsec Catalogs
 @cindex Catalogs
 
@@ -3553,7 +3553,7 @@
 @html
 <A NAME="LIBRARY_CATALOGS"></A>
 @end html
address@hidden Library Catalogs, User Catalog, Catalogs, Catalogs
address@hidden Library Catalogs
 @appendixsubsec Library Catalogs
 @cindex @file{.idlwave_catalog}
 @cindex Library catalogs
@@ -3617,7 +3617,7 @@
 performance is a problem and/or the catalogs are not needed.
 @end defopt
 
address@hidden User Catalog,  , Library Catalogs, Catalogs
address@hidden User Catalog
 @appendixsubsec User Catalog
 @cindex User catalog
 @cindex IDL library routine info
@@ -3690,7 +3690,7 @@
 labeling in routine-info display.
 @end defopt
 
address@hidden Load-Path Shadows, Documentation Scan, Catalogs, Sources of 
Routine Info
address@hidden Load-Path Shadows
 @appendixsec Load-Path Shadows
 @cindex Load-path shadows
 @cindex Shadows, load-path
@@ -3750,7 +3750,7 @@
 Another way to find out if a specific routine has multiple definitions
 on the load path is routine info display (@pxref{Routine Info}).
 
address@hidden Documentation Scan,  , Load-Path Shadows, Sources of Routine Info
address@hidden Documentation Scan
 @appendixsec Documentation Scan
 @cindex @file{get_html_rinfo}
 @cindex @file{idlw-rinfo.el}
@@ -3783,7 +3783,7 @@
 Instructions on how to use @file{get_html_rinfo} are in the program
 itself.
 
address@hidden HTML Help Browser Tips, Configuration Examples, Sources of 
Routine Info, Top
address@hidden HTML Help Browser Tips
 @appendix HTML Help Browser Tips
 @cindex Browser Tips
 
@@ -3858,7 +3858,7 @@
 @code{w3m} using @kbd{M}.
 @end itemize
 
address@hidden Configuration Examples, Windows and MacOS, HTML Help Browser 
Tips, Top
address@hidden Configuration Examples
 @appendix Configuration Examples
 @cindex Configuration examples
 @cindex Example configuration
@@ -4021,7 +4021,7 @@
 @html
 <A NAME="WINDOWS_MAC"></A>
 @end html
address@hidden Windows and MacOS, Troubleshooting, Configuration Examples, Top
address@hidden Windows and MacOS
 @appendix Windows and MacOS
 @cindex Windows
 @cindex MacOS
@@ -4079,7 +4079,7 @@
 @html
 <A NAME="TROUBLE"></A>
 @end html
address@hidden Troubleshooting, GNU Free Documentation License, Windows and 
MacOS, Top
address@hidden Troubleshooting
 @appendix Troubleshooting
 @cindex Troubleshooting
 
@@ -4285,11 +4285,11 @@
 
 @end enumerate
 
address@hidden GNU Free Documentation License, Index, Troubleshooting, Top
address@hidden GNU Free Documentation License
 @appendix GNU Free Documentation License
 @include doclicense.texi
 
address@hidden Index,  , GNU Free Documentation License, Top
address@hidden Index
 @unnumbered Index
 @printindex cp
 

=== modified file 'doc/misc/rcirc.texi'
--- a/doc/misc/rcirc.texi       2012-12-22 16:25:40 +0000
+++ b/doc/misc/rcirc.texi       2012-12-22 19:49:54 +0000
@@ -35,7 +35,7 @@
 @contents
 
 @ifnottex
address@hidden Top, Basics, (dir), (dir)
address@hidden Top
 @top rcirc Manual
 
 @code{rcirc} is an Emacs IRC client.
@@ -92,7 +92,7 @@
 @end detailmenu
 @end menu
 
address@hidden Basics, Reference, Top, Top
address@hidden Basics
 @chapter Basics
 
 This chapter contains a brief introduction to IRC (Internet Relay Chat),
@@ -103,7 +103,7 @@
 * Getting started with rcirc::
 @end menu
 
address@hidden Internet Relay Chat, Getting started with rcirc, Basics, Basics
address@hidden Internet Relay Chat
 @section Internet Relay Chat
 @cindex internet relay chat
 @cindex irc
@@ -156,7 +156,7 @@
 @kindex TAB
 Since this is so common, you can use @key{TAB} to do nick completion.
 
address@hidden Getting started with rcirc, , Internet Relay Chat, Basics
address@hidden Getting started with rcirc
 @section Getting started with rcirc
 @cindex getting started
 @cindex connecting to a server
@@ -245,7 +245,7 @@
 
 Use @kbd{C-c address@hidden to switch to these buffers.
 
address@hidden Reference, Fighting Information Overload, Basics, Top
address@hidden Reference
 @chapter Reference
 @cindex reference
 
@@ -259,7 +259,7 @@
 * Configuration::
 @end menu
 
address@hidden rcirc commands, Useful IRC commands, Reference, Reference
address@hidden rcirc commands
 @section rcirc commands
 @cindex rcirc commands
 @cindex commands
@@ -402,7 +402,7 @@
 @code{/quit ZZZzzz...}.)
 @end table
 
address@hidden Useful IRC commands, Configuration, rcirc commands, Reference
address@hidden Useful IRC commands
 @section Useful IRC commands
 @cindex irc commands
 @cindex commands
@@ -430,7 +430,7 @@
 @uref{http://www.irchelp.org/, the Internet Relay Chat (IRC) help
 archive}.
 
address@hidden Configuration, , Useful IRC commands, Reference
address@hidden Configuration
 @section Configuration
 @cindex configuring rcirc
 
@@ -594,7 +594,7 @@
 
 @end table
 
address@hidden Fighting Information Overload, Hacking and Tweaking, Reference, 
Top
address@hidden Fighting Information Overload
 @chapter Fighting Information Overload
 @cindex information overload
 
@@ -610,7 +610,7 @@
 * Notices::
 @end menu
 
address@hidden Channels, People, Fighting Information Overload, Fighting 
Information Overload
address@hidden Channels
 @section Channels
 @cindex channels
 @cindex modeline
@@ -668,7 +668,7 @@
 have to ignore it.  Use @kbd{C-c @key{TAB}} to ignore the current
 channel.
 
address@hidden People, Keywords, Channels, Fighting Information Overload
address@hidden People
 @section People
 @cindex people, how to ignore
 @cindex nicks, how to ignore
@@ -726,7 +726,7 @@
 @end table
 
 
address@hidden Keywords, Notices, People, Fighting Information Overload
address@hidden Keywords
 @section Keywords
 @cindex keywords
 
@@ -742,7 +742,7 @@
 listed.  Example: @code{/keyword manual}.
 @end table
 
address@hidden Notices, , Keywords, Fighting Information Overload
address@hidden Notices
 @section Notices
 @cindex part notices, how to omit
 @cindex join notices, how to omit
@@ -774,7 +774,7 @@
 window @code{rcirc} considers is controlled by the
 @code{rcirc-omit-threshold} variable.
 
address@hidden Hacking and Tweaking, GNU Free Documentation License, Fighting 
Information Overload, Top
address@hidden Hacking and Tweaking
 @chapter Hacking and Tweaking
 @cindex hacking and tweaking
 
@@ -789,7 +789,7 @@
 * Reconnecting after you have lost the connection::
 @end menu
 
address@hidden Skipping /away messages using handlers, Using fly spell mode, 
Hacking and Tweaking, Hacking and Tweaking
address@hidden Skipping /away messages using handlers
 @section Skipping @code{/away} messages using handlers
 @cindex /away messages
 
@@ -809,7 +809,7 @@
   "/away message handler.")
 @end example
 
address@hidden Using fly spell mode, Scrolling conservatively, Skipping /away 
messages using handlers, Hacking and Tweaking
address@hidden Using fly spell mode
 @section Using fly spell mode
 @cindex fly spell
 @cindex spelling
@@ -828,7 +828,7 @@
 @xref{Spelling, , Flyspell mode, emacs, The GNU Emacs Manual},
 for details.
 
address@hidden Scrolling conservatively, Changing the time stamp format, Using 
fly spell mode, Hacking and Tweaking
address@hidden Scrolling conservatively
 @section Scrolling conservatively
 @cindex input line
 @cindex scrolling
@@ -850,7 +850,7 @@
 @xref{Scrolling, , Scrolling conservatively, emacs, The GNU Emacs
 Manual}, for details.
 
address@hidden Changing the time stamp format, Defining a new command, 
Scrolling conservatively, Hacking and Tweaking
address@hidden Changing the time stamp format
 @section Changing the time stamp format
 @cindex time stamp
 @cindex date time
@@ -864,7 +864,7 @@
 (setq rcirc-time-format "%Y-%m-%d %H:%M ")
 @end example
 
address@hidden Defining a new command, Reconnecting after you have lost the 
connection, Changing the time stamp format, Hacking and Tweaking
address@hidden Defining a new command
 @section Defining a new command
 @cindex defining commands
 @cindex commands, defining
@@ -887,7 +887,7 @@
                          (concat "I use " rcirc-id-string))))
 @end smallexample
 
address@hidden Reconnecting after you have lost the connection, , Defining a 
new command, Hacking and Tweaking
address@hidden Reconnecting after you have lost the connection
 @section Reconnecting after you have lost the connection
 @cindex reconnecting
 @cindex disconnecting servers, reconnecting
@@ -928,20 +928,20 @@
                       channels))))
 @end smallexample
 
address@hidden GNU Free Documentation License, Key Index, Hacking and Tweaking, 
Top
address@hidden GNU Free Documentation License
 @appendix GNU Free Documentation License
 @include doclicense.texi
 
 
address@hidden Key Index, Variable Index, GNU Free Documentation License, Top
address@hidden Key Index
 @unnumbered Key Index
 @printindex ky
 
address@hidden Variable Index, Index, Key Index, Top
address@hidden Variable Index
 @unnumbered Variable Index
 @printindex vr
 
address@hidden Index, , Variable Index, Top
address@hidden Index
 @unnumbered Index
 @printindex cp
 

=== modified file 'doc/misc/remember.texi'
--- a/doc/misc/remember.texi    2012-12-22 16:25:40 +0000
+++ b/doc/misc/remember.texi    2012-12-22 19:49:54 +0000
@@ -44,8 +44,7 @@
 @contents
 
 @ifnottex
address@hidden Top, Preface, (dir), (dir)
address@hidden  node-name,  next,  previous,  up
address@hidden Top
 @top Remember
 
 @insertcopying
@@ -76,8 +75,7 @@
 @end detailmenu
 @end menu
 
address@hidden Preface, Introduction, Top, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Preface
 @chapter Preface
 
 This document describes remember-el, which was written by John Wiegley,
@@ -87,8 +85,7 @@
 This document is a work in progress, and your contribution will be
 greatly appreciated.
 
address@hidden Introduction, Installation, Preface, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Introduction
 @chapter Introduction
 
 Todo lists, schedules, phone databases... everything we use databases
@@ -130,8 +127,7 @@
 manual-ness which computers from the very beginning have been championed
 as being able to reduce.
 
address@hidden Installation, Implementation, Introduction, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Installation
 @chapter Installation
 
 Installing Remember Mode is as simple as adding the following lines to
@@ -143,8 +139,7 @@
 (require 'remember)
 @end lisp
 
address@hidden Implementation, Quick Start, Installation, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Implementation
 @chapter Implementation
 
 Hyperbole, as a data presentation tool, always struck me as being very
@@ -185,8 +180,7 @@
 hierarchy.  Well, as the future arrives, hopefully experience and user
 feedback will help to make this as intuitive a tool as possible.
 
address@hidden Quick Start, Function Reference, Implementation, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Quick Start
 @chapter Quick Start
 
 @itemize
@@ -257,8 +251,7 @@
   (call-interactively 'remember)))
 @end lisp
 
address@hidden Function Reference, Keystrokes, Quick Start, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Function Reference
 @chapter Function Reference
 
 @file{remember.el} defines the following interactive functions:
@@ -291,8 +284,7 @@
 the data for latter retrieval, and possible indexing.
 @end defun
 
address@hidden Keystrokes, Backends, Function Reference, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Keystrokes
 @chapter Keystroke Reference
 
 @file{remember.el} defines the following keybindings by default:
@@ -310,8 +302,7 @@
 
 @end table
 
address@hidden Backends, GNU Free Documentation License, Keystrokes, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Backends
 @chapter Backends
 
 You can save remembered notes to a variety of backends.
@@ -323,8 +314,7 @@
 * Org::                         Saving to an Org Mode file.
 @end menu
 
address@hidden Text File, Diary, Backends, Backends
address@hidden  node-name,  next,  previous,  up
address@hidden Text File
 @section Saving to a Text File
 @cindex text file, saving to
 
@@ -344,8 +334,7 @@
 The text used to begin each remember item.
 @end defopt
 
address@hidden Diary, Mailbox, Text File, Backends
address@hidden  node-name,  next,  previous,  up
address@hidden Diary
 @section Saving to a Diary file
 @cindex diary, integration
 
@@ -362,8 +351,7 @@
 If this is nil, then @code{diary-file} will be used instead."
 @end defopt
 
address@hidden Mailbox, Org, Diary, Backends
address@hidden  node-name,  next,  previous,  up
address@hidden Mailbox
 @section Saving to a Mailbox
 @cindex mailbox, saving to
 
@@ -383,8 +371,7 @@
 The default priority for remembered mail messages.
 @end defopt
 
address@hidden Org, , Mailbox, Backends
address@hidden  node-name,  next,  previous,  up
address@hidden Org
 @section Saving to an Org Mode file
 @cindex org mode, integration
 
@@ -398,12 +385,11 @@
 For instructions on how to integrate Remember with Org Mode,
 consult @ref{Capture, , , org}.
 
address@hidden GNU Free Documentation License, Concept Index, Backends, Top
address@hidden GNU Free Documentation License
 @appendix GNU Free Documentation License
 @include doclicense.texi
 
address@hidden Concept Index,  , GNU Free Documentation License, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Concept Index
 @unnumbered Index
 
 @printindex cp

=== modified file 'doc/misc/ses.texi'
--- a/doc/misc/ses.texi 2012-12-22 19:09:52 +0000
+++ b/doc/misc/ses.texi 2012-12-22 19:49:54 +0000
@@ -49,7 +49,7 @@
 @c ===================================================================
 
 @ifnottex
address@hidden Top, Sales Pitch, (dir), (dir)
address@hidden Top
 @comment  node-name,  next,  previous,  up
 @top @acronym{SES}: Simple Emacs Spreadsheet
 
@@ -76,7 +76,7 @@
 
 @c ===================================================================
 
address@hidden Sales Pitch, The Basics, Top, Top
address@hidden Sales Pitch
 @comment  node-name,  next,  previous,  up
 @chapter Sales Pitch
 @cindex features
@@ -98,7 +98,7 @@
 
 @c ===================================================================
 
address@hidden The Basics, Advanced Features, Sales Pitch, Top
address@hidden The Basics
 @comment  node-name,  next,  previous,  up
 @chapter The Basics
 @cindex basic commands
@@ -157,7 +157,7 @@
 * Customizing @acronym{SES}::
 @end menu
 
address@hidden Formulas, Resizing, The Basics, The Basics
address@hidden Formulas
 @section Cell formulas
 @cindex formulas
 @cindex formulas, entering
@@ -210,7 +210,7 @@
 Recalculate the entire spreadsheet (@code{ses-recalculate-all}).
 @end table
 
address@hidden Resizing, Printer functions, Formulas, The Basics
address@hidden Resizing
 @section Resizing the spreadsheet
 @cindex resizing spreadsheets
 @findex ses-insert-row
@@ -266,7 +266,7 @@
 @end table
 
 
address@hidden Printer functions, Clearing cells, Resizing, The Basics
address@hidden Printer functions
 @section Printer functions
 @cindex printer functions
 @findex ses-read-cell-printer
@@ -331,7 +331,7 @@
 @end table
 
 
address@hidden Clearing cells, Copy/cut/paste, Printer functions, The Basics
address@hidden Clearing cells
 @section Clearing cells
 @cindex clearing commands
 @findex ses-clear-cell-backward
@@ -348,7 +348,7 @@
 @end table
 
 
address@hidden Copy/cut/paste, Customizing @acronym{SES}, Clearing cells, The 
Basics
address@hidden Copy/cut/paste
 @section Copy, cut, and paste
 @cindex copy
 @cindex cut
@@ -423,7 +423,7 @@
 yank.  This doesn't make any difference?
 @end table
 
address@hidden Customizing @acronym{SES},  , Copy/cut/paste, The Basics
address@hidden Customizing @acronym{SES}
 @section Customizing @acronym{SES}
 @cindex customizing
 @vindex enable-local-eval
@@ -460,7 +460,7 @@
 
 @c ===================================================================
 
address@hidden Advanced Features, For Gurus, The Basics, Top
address@hidden Advanced Features
 @chapter Advanced Features
 @cindex advanced features
 @findex ses-read-header-row
@@ -503,7 +503,7 @@
 * Spreadsheets with details and summary::
 @end menu
 
address@hidden The print area, Ranges in formulas, Advanced Features, Advanced 
Features
address@hidden The print area
 @section The print area
 @cindex print area
 @findex widen
@@ -529,7 +529,7 @@
 (@code{ses-reprint-all}).
 @end table
 
address@hidden Ranges in formulas, Sorting by column, The print area, Advanced 
Features
address@hidden Ranges in formulas
 @section Ranges in formulas
 @cindex ranges
 @findex ses-insert-range-click
@@ -635,7 +635,7 @@
 corresponding matrix is flattened.
 @end table
 
address@hidden Sorting by column, Standard formula functions, Ranges in 
formulas, Advanced Features
address@hidden Sorting by column
 @section Sorting by column
 @cindex sorting
 @findex ses-sort-column
@@ -664,7 +664,7 @@
 range.
 
 
address@hidden Standard formula functions, More on cell printing, Sorting by 
column, Advanced Features
address@hidden Standard formula functions
 @section Standard formula functions
 @cindex standard formula functions
 @cindex *skip*
@@ -689,7 +689,7 @@
 as a single argument, since you'll probably use it with @code{ses-range}.
 @end table
 
address@hidden More on cell printing, Import and export, Standard formula 
functions, Advanced Features
address@hidden More on cell printing
 @section More on cell printing
 @cindex cell printing, more
 @findex ses-truncate-cell
@@ -737,7 +737,7 @@
 argument type''.
 
 
address@hidden Import and export, Virus protection, More on cell printing, 
Advanced Features
address@hidden Import and export
 @section Import and export
 @cindex import and export
 @cindex export, and import
@@ -757,7 +757,7 @@
 To import text, use any of the yank commands where the text to paste
 contains tabs and/or newlines.  Imported formulas are not relocated.
 
address@hidden Virus protection, Spreadsheets with details and summary, Import 
and export, Advanced Features
address@hidden Virus protection
 @section Virus protection
 @cindex virus protection
 
@@ -784,7 +784,7 @@
 your style as a formula-writer.  See the documentation in @file{unsafep.el}
 for more info on how Lisp forms are classified as safe or unsafe.
 
address@hidden Spreadsheets with details and summary,  , Virus protection, 
Advanced Features
address@hidden Spreadsheets with details and summary
 @section Spreadsheets with details and summary
 @cindex details and summary
 @cindex summary, and details
@@ -820,7 +820,7 @@
 
 @c ===================================================================
 
address@hidden For Gurus, Index, Advanced Features, Top
address@hidden For Gurus
 @chapter For Gurus
 @cindex advanced features
 
@@ -832,7 +832,7 @@
 * Uses of defadvice in @acronym{SES}::
 @end menu
 
address@hidden Deferred updates, Nonrelocatable references, For Gurus, For Gurus
address@hidden Deferred updates
 @section Deferred updates
 @cindex deferred updates
 @cindex updates, deferred
@@ -864,7 +864,7 @@
 can type ahead without worrying about the glitch.
 
 
address@hidden Nonrelocatable references, The data area, Deferred updates, For 
Gurus
address@hidden Nonrelocatable references
 @section Nonrelocatable references
 @cindex nonrelocatable references
 @cindex references, nonrelocatable
@@ -892,7 +892,7 @@
 kind of dependency is also not recorded.
 
 
address@hidden The data area, Buffer-local variables in spreadsheets, 
Nonrelocatable references, For Gurus
address@hidden The data area
 @section The data area
 @cindex data area
 @findex ses-reconstruct-all
@@ -924,7 +924,7 @@
 @end table
 
 
address@hidden Buffer-local variables in spreadsheets, Uses of defadvice in 
@acronym{SES}, The data area, For Gurus
address@hidden Buffer-local variables in spreadsheets
 @section Buffer-local variables in spreadsheets
 @cindex buffer-local variables
 @cindex variables, buffer-local
@@ -958,7 +958,7 @@
 (put 'your-function-name 'safe-function t)
 @end lisp
 
address@hidden Uses of defadvice in @acronym{SES},  , Buffer-local variables in 
spreadsheets, For Gurus
address@hidden Uses of defadvice in @acronym{SES}
 @section Uses of defadvice in @acronym{SES}
 @cindex defadvice
 @cindex undo-more
@@ -985,14 +985,14 @@
 @end table
 
 @c ===================================================================
address@hidden Index, Acknowledgments, For Gurus, Top
address@hidden Index
 @unnumbered Index
 
 @printindex cp
 
 @c ===================================================================
 
address@hidden Acknowledgments, GNU Free Documentation License, Index, Top
address@hidden Acknowledgments
 @chapter Acknowledgments
 
 Coding by:
@@ -1034,7 +1034,7 @@
 
 @c ===================================================================
 
address@hidden GNU Free Documentation License, , Acknowledgments, Top
address@hidden GNU Free Documentation License
 @appendix GNU Free Documentation License
 @include doclicense.texi
 

=== modified file 'doc/misc/speedbar.texi'
--- a/doc/misc/speedbar.texi    2012-12-22 16:25:40 +0000
+++ b/doc/misc/speedbar.texi    2012-12-22 19:49:54 +0000
@@ -37,8 +37,7 @@
 
 @contents
 
address@hidden Top, , , (dir)Top
address@hidden  node-name,  next,  previous,  up
address@hidden Top
 @top Speedbar
 
 Speedbar is a program for Emacs which can be used to summarize
@@ -83,8 +82,7 @@
 * Index::
 @end menu
 
address@hidden Introduction, Basic Navigation, , Top
address@hidden  node-name,  next,  previous,  up
address@hidden Introduction
 @chapter Introduction
 @cindex introduction
 
@@ -115,8 +113,7 @@
 @code{speedbar-get-focus}.  This function will toggle between frames, and
 it's useful to bind it to a key in terminal mode.  @xref{Customizing}.
 
address@hidden Basic Navigation, File Mode, Introduction, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Basic Navigation
 @chapter Basic Navigation
 
 Speedbar can display different types of data, and has several display
@@ -131,8 +128,7 @@
 * Displays Submenu::
 @end menu
 
address@hidden Basic Key Bindings, Basic Visuals, Basic Navigation, Basic 
Navigation
address@hidden  node-name,  next,  previous,  up
address@hidden Basic Key Bindings
 @section Basic Key Bindings
 @cindex key bindings
 
@@ -205,8 +201,7 @@
 Contract the current group, hiding sub items.
 @end table
 
address@hidden Basic Visuals, Mouse Bindings, Basic Key Bindings, Basic 
Navigation
address@hidden  node-name,  next,  previous,  up
address@hidden Basic Visuals
 @section Basic Visuals
 @cindex visuals
 
@@ -307,8 +302,7 @@
 do not use files will attempt to use the same colors on analogous
 entries.
 
address@hidden Mouse Bindings, Displays Submenu, Basic Visuals, Basic Navigation
address@hidden  node-name,  next,  previous,  up
address@hidden Mouse Bindings
 @section Mouse Bindings
 @cindex mouse bindings
 
@@ -352,8 +346,7 @@
 this can contain extra information such as file permissions, or tag
 location.
 
address@hidden Displays Submenu, , Mouse Bindings, Basic Navigation
address@hidden  node-name,  next,  previous,  up
address@hidden Displays Submenu
 @section Displays Submenu
 @cindex displays submenu
 
@@ -369,8 +362,7 @@
 would include Files, Quick Buffers, and Buffers.  Other major display
 modes such as Info are loaded separately.
 
address@hidden File Mode, Buffer Mode, Basic Navigation, Top
address@hidden  node-name,  next,  previous,  up
address@hidden File Mode
 @chapter File Mode
 @cindex file mode
 
@@ -387,8 +379,7 @@
 * File Key Bindings::   Performing file operations.
 @end menu
 
address@hidden Directory Display, Hidden Files, File Mode, File Mode
address@hidden  node-name,  next,  previous,  up
address@hidden Directory Display
 @section Directory Display
 @cindex directory display
 
@@ -471,8 +462,7 @@
 indicating that all symbols which alphabetically fall between those
 categories are included in that sub-group.  @xref{Tag Hierarchy Methods}.
 
address@hidden Hidden Files, File Key Bindings, Directory Display, File Mode
address@hidden  node-name,  next,  previous,  up
address@hidden Hidden Files
 @section Hidden Files
 @cindex hidden files
 
@@ -498,8 +488,7 @@
 determine their presence by the @samp{#} and @samp{!} file indicators.
 @xref{Directory Display}.
 
address@hidden File Key Bindings, , Hidden Files, File Mode
address@hidden  node-name,  next,  previous,  up
address@hidden File Key Bindings
 @section File Key Bindings
 @cindex file key bindings
 
@@ -537,8 +526,7 @@
 also displayed, but they are prefixed with the @samp{[?]} symbol.  This
 means that it is a file, but Emacs doesn't know how to expand it.
 
address@hidden Buffer Mode, Minor Modes, File Mode, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Buffer Mode
 @chapter Buffer Mode
 @cindex buffer mode
 
@@ -569,8 +557,7 @@
 press @kbd{b}, click on the buffer you want, and speedbar will revert
 back to File mode.
 
address@hidden Minor Modes, Customizing, Buffer Mode, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Minor Modes
 @chapter Minor Display Modes
 @cindex minor display modes
 
@@ -592,8 +579,7 @@
             stack trace.
 @end menu
 
address@hidden RMAIL, Info, Minor Modes, Minor Modes
address@hidden  node-name,  next,  previous,  up
address@hidden RMAIL
 @section RMAIL
 @cindex RMAIL
 
@@ -614,8 +600,7 @@
 In this way you can manage your existing RMAIL folders fairly easily
 using the mouse.
 
address@hidden Info, GDB, RMAIL, Minor Modes
address@hidden  node-name,  next,  previous,  up
address@hidden Info
 @section Info
 @cindex Info
 
@@ -629,8 +614,7 @@
 the @samp{[+]} button, sometimes a @samp{[?]} will appear when you click on
 a @samp{[+]}, indicating that there are no sub-topics.
 
address@hidden GDB, , Info, Minor Modes
address@hidden  node-name,  next,  previous,  up
address@hidden GDB
 @section GDB
 @cindex gdb
 @cindex gud
@@ -652,8 +636,7 @@
 level.  You can then check variables local to that level at the GDB
 prompt.
 
address@hidden Customizing, Extending, Minor Modes, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Customizing
 @chapter Customizing
 @cindex customizing
 
@@ -680,8 +663,7 @@
 * Hooks::                   The many hooks you can use.
 @end menu
 
address@hidden Frames and Faces, Tag Hierarchy Methods, Customizing, Customizing
address@hidden  node-name,  next,  previous,  up
address@hidden Frames and Faces
 @section Frames and Faces
 @cindex faces
 @cindex frame parameters
@@ -725,8 +707,7 @@
 In XEmacs, change the plist @code{speedbar-frame-plist}.  This is the
 XEmacs way of doing the same thing.
 
address@hidden Tag Hierarchy Methods, Version Control, Frames and Faces, 
Customizing
address@hidden  node-name,  next,  previous,  up
address@hidden Tag Hierarchy Methods
 @section Tag Hierarchy Methods
 @cindex tag hierarchy
 @cindex tag groups
@@ -805,8 +786,7 @@
 items is reached.
 @end table
 
address@hidden Version Control, Hooks, Tag Hierarchy Methods, Customizing
address@hidden  node-name,  next,  previous,  up
address@hidden Version Control
 @section Version Control
 @cindex version control
 @cindex vc extensions
@@ -840,8 +820,7 @@
 Lastly, you can change the VC indicator using the variable
 @code{speedbar-vc-indicator}, and specify a single character string.
 
address@hidden Hooks, , Version Control, Customizing
address@hidden  node-name,  next,  previous,  up
address@hidden Hooks
 @section Hooks
 @cindex hooks
 
@@ -883,8 +862,7 @@
 state data.
 @end table
 
address@hidden Extending, GNU Free Documentation License, Customizing, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Extending
 @chapter Extending
 @cindex extending
 
@@ -908,7 +886,7 @@
 * Creating a display::     How to insert buttons and hierarchies.
 @end menu
 
address@hidden Minor Display Modes, Major Display Modes, Extending, Extending
address@hidden Minor Display Modes
 @section Minor Display Modes
 @cindex create minor display mode
 
@@ -966,7 +944,7 @@
 display.  If it needs to be cleared, you need to erase the speedbar
 buffer yourself, and start drawing buttons.  @xref{Creating a display}.
 
address@hidden Major Display Modes, Tagging Extensions, Minor Display Modes, 
Extending
address@hidden Major Display Modes
 @section Major Display Modes
 @cindex create major display mode
 
@@ -1097,7 +1075,7 @@
 Once you have done all this, speedbar will show an entry in the
 @samp{Displays} menu declaring that your extension is available.
 
address@hidden Tagging Extensions, Creating a display, Major Display Modes, 
Extending
address@hidden Tagging Extensions
 @section Tagging Extensions
 
 It is possible to create new methods for tagging files in speedbar.
@@ -1137,7 +1115,7 @@
 is either a buffer local modification, or that the tag generator returns
 @code{t} for non valid buffers.
 
address@hidden Creating a display, , Tagging Extensions, Extending
address@hidden Creating a display
 @section Creating a display
 @cindex creating a display
 
@@ -1239,13 +1217,12 @@
 
 @end defun
 
address@hidden GNU Free Documentation License, Index, Extending, Top
address@hidden GNU Free Documentation License
 @appendix GNU Free Documentation License
 @include doclicense.texi
 
 
address@hidden Index, , GNU Free Documentation License, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Index
 @unnumbered Concept Index
 @printindex cp
 

=== modified file 'doc/misc/vip.texi'
--- a/doc/misc/vip.texi 2012-12-22 16:25:40 +0000
+++ b/doc/misc/vip.texi 2012-12-22 19:49:54 +0000
@@ -40,7 +40,7 @@
 @end direntry
 
 @ifnottex
address@hidden Top, Survey,, (DIR)
address@hidden Top
 @top VIP
 
 VIP is a Vi emulating package written in Emacs Lisp.  VIP implements most
@@ -90,7 +90,7 @@
 @code{masahiko@@unsun.riec.tohoku.junet} if you are in Japan.
 @end iftex
 
address@hidden Survey, Basic Concepts, Top, Top
address@hidden Survey
 @chapter A Survey of VIP
 
 In this chapter we describe basics of VIP with emphasis on the features not
@@ -104,7 +104,7 @@
 * Differences from Vi:: Differences of VIP from Vi is explained.
 @end menu
 
address@hidden Basic Concepts, Loading VIP, Survey, Survey
address@hidden Basic Concepts
 @section Basic Concepts
 
 We begin by explaining some basic concepts of Emacs.  These concepts are
@@ -151,7 +151,7 @@
 local map, however, the function bound to the key in the global map becomes
 in address@hidden
 
address@hidden Loading VIP, Modes in VIP, Basic Concepts, Survey
address@hidden Loading VIP
 @section Loading VIP
 
 The recommended way to load VIP automatically is to include the line:
@@ -177,7 +177,7 @@
 @end example
 @noindent
 
address@hidden Modes in VIP, Emacs Mode, Loading VIP, Survey
address@hidden Modes in VIP
 @section Modes in VIP
 
 @kindex 032 @kbd{C-z} (@code{vip-change-mode-to-vi})
@@ -257,7 +257,7 @@
                           know enough Emacs commands.
 @end menu
 
address@hidden Emacs Mode, Vi Mode, Modes in VIP, Modes in VIP
address@hidden Emacs Mode
 @subsection Emacs Mode
 
 @kindex 032 @kbd{C-z} (@code{vip-change-mode-to-vi})
@@ -267,14 +267,14 @@
 bound to @code{vip-change-mode-to-vi}.  So, if you type @kbd{C-z} in this mode
 then you will be in vi address@hidden
 
address@hidden Vi Mode, Insert Mode, Emacs Mode, Modes in VIP
address@hidden Vi Mode
 @subsection Vi Mode
 
 This mode corresponds to Vi's command mode.  Most Vi commands work as they
 do in Vi.  You can go back to emacs mode by typing @kbd{C-z}.  You can
 enter insert mode, just as in Vi, by typing @kbd{i}, @kbd{a} etc.
 
address@hidden Insert Mode, Differences from Vi, Vi Mode, Modes in VIP
address@hidden Insert Mode
 @subsection Insert Mode
 
 The key bindings in this mode is the same as in the emacs mode except for
@@ -298,7 +298,7 @@
 @kbd{ESC x} in emacs mode.
 @end table
 
address@hidden Differences from Vi, Undoing, Insert Mode, Survey
address@hidden Differences from Vi
 @section Differences from Vi
 
 The major differences from Vi are explained below.
@@ -323,7 +323,7 @@
 * Misc Commands::       Other useful commands.
 @end menu
 
address@hidden Undoing, Changing, Differences from Vi, Differences from Vi
address@hidden Undoing
 @subsection Undoing
 
 @kindex 165 @kbd{u} (@code{vip-undo})
@@ -334,7 +334,7 @@
 changes.  Undo is undoable as in Vi.  So the content of the buffer will
 be the same before and after @kbd{u address@hidden
 
address@hidden Changing, Searching, Undoing, Differences from Vi
address@hidden Changing
 @subsection Changing
 
 Some commands which change a small number of characters are executed
@@ -347,7 +347,7 @@
 @kindex 007 @kbd{C-g} (@code{vip-keyboard-quit})
 you can abort a partially formed command by typing @address@hidden
 
address@hidden Searching, z Command, Changing, Differences from Vi
address@hidden Searching
 @subsection Searching
 
 @kindex 057 @kbd{/} (@code{vip-search-forward})
@@ -363,7 +363,7 @@
 the buffer as in Vi.  You can change this by rebinding the variable
 @code{vip-search-wrap-around}.  @xref{Customization}, for how to do 
address@hidden
 
address@hidden z Command, Counts, Searching, Differences from Vi
address@hidden z Command
 @subsection z Command
 
 @kindex 1723 @kbd{z H} (@code{vip-line-to-top})
@@ -378,7 +378,7 @@
 @kbd{M} and @kbd{L} to place the current line in the Home (Middle, and
 Last) line of the address@hidden
 
address@hidden Counts, Marking, z Command, Differences from Vi
address@hidden Counts
 @subsection Counts
 
 Some Vi commands which do not accept a count now accept one
@@ -404,7 +404,7 @@
 Given a count @var{n}, @var{n}-th occurrence will be searched.
 @end table
 
address@hidden Marking, Region Commands, Counts, Differences from Vi
address@hidden Marking
 @subsection Marking
 
 Typing an @kbd{m} followed by a lower-case character @var{ch} marks the
@@ -424,7 +424,7 @@
 Jump to mark (and pop mark off the mark ring).
 @end table
 
address@hidden Region Commands, New Commands, Marking, Differences from Vi
address@hidden Region Commands
 @subsection Region Commands
 
 @cindex region
@@ -438,7 +438,7 @@
 smallest region containing the original region and consisting of whole
 lines.  Thus @kbd{m .@: d R} will have the same effect as @kbd{d address@hidden
 
address@hidden New Commands, New Bindings, Region Commands, Differences from Vi
address@hidden New Commands
 @subsection Some New Commands
 
 Note that the keys below (except for @kbd{R}) are not used in Vi.
@@ -530,7 +530,7 @@
 Call last keyboard macro.
 @end table
 
address@hidden New Bindings, Window Commands, New Commands, Differences from Vi
address@hidden New Bindings
 @subsection New Key Bindings
 
 In VIP the meanings of some keys are entirely different from Vi.  These key
@@ -590,7 +590,7 @@
 This is equivalent to @kbd{C-x 1 C-x 2} (1 + 2 = 3).
 @end table
 
address@hidden Window Commands, Buffer Commands, New Bindings, Differences from 
Vi
address@hidden Window Commands
 @subsection Window Commands
 
 In this and following subsections, we give a summary of key bindings for
@@ -614,7 +614,7 @@
 Show current buffer in two windows.
 @end table
 
address@hidden Buffer Commands, File Commands, Window Commands, Differences 
from Vi
address@hidden Buffer Commands
 @subsection Buffer Commands
 
 @table @kbd
@@ -635,7 +635,7 @@
 Save the current buffer in the file associated to the buffer.
 @end table
 
address@hidden File Commands, Misc Commands, Buffer Commands, Differences from 
Vi
address@hidden File Commands
 @subsection File Commands
 
 @table @kbd
@@ -656,7 +656,7 @@
 Insert specified file at point.
 @end table
 
address@hidden Misc Commands, Vi Commands, File Commands, Differences from Vi
address@hidden Misc Commands
 @subsection Miscellaneous Commands
 
 @table @kbd
@@ -683,7 +683,7 @@
 Replace.
 @end table
 
address@hidden Vi Commands, Numeric Arguments, Misc Commands, Top
address@hidden Vi Commands
 @chapter Vi Commands
 
 This chapter describes Vi commands other than Ex commands implemented in
@@ -704,7 +704,7 @@
 * Commands in Insert Mode::  Commands for entering insert mode.
 @end menu
 
address@hidden Numeric Arguments, Important Keys, Vi Commands, Vi Commands
address@hidden Numeric Arguments
 @section Numeric Arguments
 
 @cindex numeric arguments
@@ -725,7 +725,7 @@
 For instance, @kbd{5 d d} deletes 5 lines while simple @kbd{d d} deletes a
 line.  In this manual the metavariable @var{n} will denote a address@hidden
 
address@hidden Important Keys, Buffers and Windows, Numeric Arguments, Vi 
Commands
address@hidden Important Keys
 @section Important Keys
 
 The keys @kbd{C-g} and @kbd{C-l} are unique in that their associated
@@ -775,7 +775,7 @@
 @samp{+++++} before address@hidden
 @end table
 
address@hidden Buffers and Windows, Files, Important Keys, Vi Commands
address@hidden Buffers and Windows
 @section Buffers and Windows
 
 @cindex buffer
@@ -842,7 +842,7 @@
 and you can select it by giving a simple @key{RET}.  See GNU Emacs Manual
 for details of completion.
 
address@hidden Files, Viewing the Buffer, Buffers and Windows, Vi Commands
address@hidden Files
 @section Files
 
 We have the following commands related to files.  They are used to visit,
@@ -923,7 +923,7 @@
 you can type @kbd{X W}.  You will then get a similar prompt as you get for
 @kbd{v}, to which you can enter the file address@hidden
 
address@hidden Viewing the Buffer, Mark Commands, Files, Vi Commands
address@hidden Viewing the Buffer
 @section Viewing the Buffer
 
 In this and next section we discuss commands for moving around in the
@@ -991,7 +991,7 @@
 Center point in window and redisplay screen (@code{recenter}).
 @end table
 
address@hidden Mark Commands, Motion Commands, Viewing the Buffer, Vi Commands
address@hidden Mark Commands
 @section Mark Commands
 
 The following commands are used to mark positions in the buffer.
@@ -1019,7 +1019,7 @@
 the command address@hidden ,}' you can visit older and older marked positions. 
 You
 will eventually be in a loop as the mark ring is a ring.
 
address@hidden Motion Commands, Searching and Replacing, Mark Commands, Vi 
Commands
address@hidden Motion Commands
 @section Motion Commands
 
 Commands for moving around in the current buffer are collected here.  These
@@ -1213,7 +1213,7 @@
 opposite direction (@code{vip-repeat-find-opposite}).
 @end table
 
address@hidden Searching and Replacing, Modifying Commands, Motion Commands, Vi 
Commands
address@hidden Searching and Replacing
 @section Searching and Replacing
 
 Following commands are available for searching and replacing.
@@ -1277,7 +1277,7 @@
 The commands @kbd{/} and @kbd{?} mark point before move, so that you can
 return to the original point by @address@hidden `}}.
 
address@hidden Modifying Commands, Delete Commands, Searching and Replacing, Vi 
Commands
address@hidden Modifying Commands
 @section Modifying Commands
 
 In this section, commands for modifying the content of a buffer are
@@ -1315,7 +1315,7 @@
 * Change Commands::     Commands for changing text.
 * Repeating and Undoing Modifications::
 @end menu
address@hidden Delete Commands, Yank Commands, Modifying Commands, Modifying 
Commands
address@hidden Delete Commands
 @subsection Delete Commands
 
 @table @kbd
@@ -1367,7 +1367,7 @@
 (@code{vip-delete-backward-char}).
 @end table
 
address@hidden Yank Commands, Put Back Commands, Delete Commands, Modifying 
Commands
address@hidden Yank Commands
 @subsection Yank Commands
 
 @cindex yank
@@ -1403,7 +1403,7 @@
 Expand current region and yank it.
 @end table
 
address@hidden Put Back Commands, Change Commands, Yank Commands, Modifying 
Commands
address@hidden Put Back Commands
 @subsection Put Back Commands
 Deleted or yanked texts can be put back into the buffer by the command
 below.
@@ -1434,7 +1434,7 @@
 specified, @var{n}-th previously deleted/yanked text will be put back.  It
 is an error to specify a number register for the delete/yank commands.
 
address@hidden Change Commands, Repeating and Undoing Modifications, Put Back 
Commands, Modifying Commands
address@hidden Change Commands
 @subsection Change Commands
 
 Most commonly used change command takes the following form.
@@ -1467,7 +1467,7 @@
 Expand current region and change it.
 @end table
 
address@hidden Repeating and Undoing Modifications, Other Vi Commands, Change 
Commands, Modifying Commands
address@hidden Repeating and Undoing Modifications
 @subsection Repeating and Undoing Modifications
 
 VIP records the previous modifying command, so that it is easy to repeat
@@ -1487,7 +1487,7 @@
 modifying command is used again (@code{vip-repeat}).
 @end table
 
address@hidden Other Vi Commands, Commands in Insert Mode, Repeating and 
Undoing Modifications, Vi Commands
address@hidden Other Vi Commands
 @section Other Vi Commands
 
 Miscellaneous Vi commands are collected here.
@@ -1608,7 +1608,7 @@
 (@code{kill-region}).
 @end table
 
address@hidden Commands in Insert Mode, Ex Commands, Other Vi Commands, Vi 
Commands
address@hidden Commands in Insert Mode
 @section Insert Mode
 
 You can enter insert mode by one of the following commands.  In addition to
@@ -1676,7 +1676,7 @@
 command will not really repeat insertion if you move point by emacs
 commands while in insert mode.
 
address@hidden Ex Commands, Ex Command Reference, Commands in Insert Mode, Top
address@hidden Ex Commands
 @chapter Ex Commands
 
 @kindex 072 @kbd{:} (@code{vip-ex})
@@ -1713,7 +1713,7 @@
 @menu
 * Ex Command Reference::        Explain all the Ex commands available in VIP.
 @end menu
address@hidden Ex Command Reference, Customization, Ex Commands, Ex Commands
address@hidden Ex Command Reference
 @section Ex Command Reference
 In this section we briefly explain all the Ex commands supported by 
address@hidden
 Most Ex commands expect @var{address} as their argument, and they use
@@ -1859,7 +1859,7 @@
 @kbd{unabbreviate}, @kbd{xit}, @kbd{z}
 @end example
 
address@hidden Customization, Customizing Constants, Ex Command Reference, Top
address@hidden Customization
 @chapter Customization
 
 If you have a file called @file{.vip} in your home directory, then it
@@ -1871,7 +1871,7 @@
 * Customizing Key Bindings::    How to change key bindings.
 @end menu
 
address@hidden Customizing Constants, Customizing Key Bindings, Customization, 
Customization
address@hidden Customizing Constants
 @section Customizing Constants
 An easy way to customize VIP is to change the values of constants used
 in address@hidden  Here is the list of the constants used in VIP and their 
default
@@ -1907,7 +1907,7 @@
 (setq vip-case-fold-search t)
 @end example
 
address@hidden Customizing Key Bindings,, Customizing Constants, Customization
address@hidden Customizing Key Bindings
 @section Customizing Key Bindings
 
 @cindex local keymap
@@ -1931,7 +1931,7 @@
 (define-key vip-command-mode-map "X" 'vip-delete-backward-char)
 @end example
 
address@hidden GNU Free Documentation License,,, Top
address@hidden GNU Free Documentation License
 @appendix GNU Free Documentation License
 @include doclicense.texi
 


reply via email to

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