emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/eshell.texi


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

Index: emacs/man/eshell.texi
diff -c emacs/man/eshell.texi:1.17 emacs/man/eshell.texi:1.18
*** emacs/man/eshell.texi:1.17  Tue Dec 10 08:16:31 2002
--- emacs/man/eshell.texi       Tue Feb  4 09:53:27 2003
***************
*** 1,5 ****
  \input texinfo  @c -*-texinfo-*-
! @c "@(#)$Name:  $:$Id: eshell.texi,v 1.17 2002/12/10 13:16:31 pj Exp $"
  @c %**start of header
  @setfilename ../info/eshell
  @settitle Eshell: The Emacs Shell
--- 1,5 ----
  \input texinfo  @c -*-texinfo-*-
! @c "@(#)$Name:  $:$Id: eshell.texi,v 1.18 2003/02/04 14:53:27 lektu Exp $"
  @c %**start of header
  @setfilename ../info/eshell
  @settitle Eshell: The Emacs Shell
***************
*** 82,98 ****
  @menu
  * What is Eshell?::             A brief introduction to the Emacs Shell.
  * Installation::                For users of Emacs 20 and XEmacs.
! * Command basics::              The basics of command usage.     
! * Commands::                    
! * Arguments::                   
! * Input/Output::                
! * Process control::             
! * Extension modules::           
! * Extras and Goodies::          
  * Bugs and ideas::              Known problems, and future ideas.
! * Concept Index::               
! * Function and Variable Index::  
! * Key Index::                   
  @end menu
  
  @node What is Eshell?
--- 82,98 ----
  @menu
  * What is Eshell?::             A brief introduction to the Emacs Shell.
  * Installation::                For users of Emacs 20 and XEmacs.
! * Command basics::              The basics of command usage.
! * Commands::
! * Arguments::
! * Input/Output::
! * Process control::
! * Extension modules::
! * Extras and Goodies::
  * Bugs and ideas::              Known problems, and future ideas.
! * Concept Index::
! * Function and Variable Index::
! * Key Index::
  @end menu
  
  @node What is Eshell?
***************
*** 479,489 ****
  @chapter Commands
  
  @menu
! * Invocation::                  
! * Completion::                  
! * Aliases::                     
! * History::                     
! * Scripts::                     
  * Built-ins::
  @end menu
  
--- 479,489 ----
  @chapter Commands
  
  @menu
! * Invocation::
! * Completion::
! * Aliases::
! * History::
! * Scripts::
  * Built-ins::
  @end menu
  
***************
*** 507,513 ****
  
  @enumerate
  @item Parse the command string into separate arguments.
! @item 
  @end enumerate
  
  @node Completion
--- 507,513 ----
  
  @enumerate
  @item Parse the command string into separate arguments.
! @item
  @end enumerate
  
  @node Completion
***************
*** 572,582 ****
  @chapter Arguments
  
  @menu
! * The Parser::                  
! * Variables::                   
! * Substitution::                
! * Globbing::                    
! * Predicates::                  
  @end menu
  
  @node The Parser
--- 572,582 ----
  @chapter Arguments
  
  @menu
! * The Parser::
! * Variables::
! * Substitution::
! * Globbing::
! * Predicates::
  @end menu
  
  @node The Parser
***************
*** 606,618 ****
  @chapter Extension modules
  
  @menu
! * Writing a module::            
! * Module testing::              
! * Directory handling::          
! * Key rebinding::               
! * Smart scrolling::             
! * Terminal emulation::          
! * Built-in UNIX commands::      
  @end menu
  
  @node Writing a module
--- 606,618 ----
  @chapter Extension modules
  
  @menu
! * Writing a module::
! * Module testing::
! * Directory handling::
! * Key rebinding::
! * Smart scrolling::
! * Terminal emulation::
! * Built-in UNIX commands::
  @end menu
  
  @node Writing a module
***************
*** 659,665 ****
  find this package useful!
  
  @menu
! * Known problems::              
  @end menu
  
  @node Known problems
--- 659,665 ----
  find this package useful!
  
  @menu
! * Known problems::
  @end menu
  
  @node Known problems
***************
*** 1091,1097 ****
  @item Write an alias for @command{less} that brings up a @code{view-mode} 
buffer
  
  Such that the user can press @key{SPC} and @key{DEL}, and then @key{q}
! to return to Eshell.  It would be equivalent to: 
  @samp{X > #<buffer Y>; view-buffer #<buffer Y>}.
  
  @item Make @code{eshell-mode} as much a full citizen as @code{shell-mode}
--- 1091,1097 ----
  @item Write an alias for @command{less} that brings up a @code{view-mode} 
buffer
  
  Such that the user can press @key{SPC} and @key{DEL}, and then @key{q}
! to return to Eshell.  It would be equivalent to:
  @samp{X > #<buffer Y>; view-buffer #<buffer Y>}.
  
  @item Make @code{eshell-mode} as much a full citizen as @code{shell-mode}




reply via email to

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