(reference-point-alist): Doc fix.
[emacs.git] / man / eshell.texi
blobaf56d765c09dfa947639e22096a50f5a367e90bf
1 \input texinfo  @c -*-texinfo-*-
3 @c "@(#)$Name:  $:$Id: eshell.texi,v 1.9 2001/01/28 18:48:45 eliz Exp $"
5 @c Documentation for Eshell: The Emacs Shell.
6 @c Copyright (C) 1999, 2000  Free Software Foundation, Inc.
8 @c This file is part of GNU Emacs
10 @c GNU Emacs is free software; you can redistribute it and/or modify it
11 @c under the terms of the GNU General Public License as published by the
12 @c Free Software Foundation; either version 2 of the License, or (at
13 @c your option) any later version.
15 @c GNU Emacs is distributed in the hope that it will be useful, but
16 @c WITHOUT ANY WARRANTY; without even the implied warraonty of
17 @c MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18 @c General Public License for more details.
20 @c You should have received a copy of the GNU General Public License
21 @c along with Eshell; see the file COPYING.  If not, write to the Free
22 @c Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
24 @c %**start of header
25 @setfilename ../info/eshell
26 @settitle Eshell: The Emacs Shell
27 @c %**end of header
29 @dircategory Emacs
30 @direntry
31 * Eshell: (eshell).     A command shell implemented in Emacs Lisp.
32 @end direntry
33 @setchapternewpage on
34      
35 @ifinfo
36 Copyright @copyright{} 1999, 2000  Free Software Foundation, Inc.
38 Permission is granted to make and distribute verbatim copies of this
39 manual provided the copyright notice and this permission notice are
40 preserved on all copies.
42 @ignore
43 Permission is granted to process this file through TeX and print the
44 results, provided the printed document carries copying permission notice
45 identical to this one except for the removal of this paragraph (this
46 paragraph not being relevant to the printed manual).
47 @end ignore
49 Permission is granted to copy and distribute modified versions of this
50 manual under the conditions for verbatim copying, provided also that the
51 section entitled ``GNU General Public License'' is included exactly as
52 in the original, and provided that the entire resulting derived work is
53 distributed under the terms of a permission notice identical to this
54 one.
56 Permission is granted to copy and distribute translations of this manual
57 into another language, under the above conditions for modified versions,
58 except that the section entitled ``GNU General Public License'' and this
59 permission notice may be included in translations approved by the Free
60 Software Foundation instead of in the original English.
61 @end ifinfo
63 @synindex vr fn
64 @c The titlepage section does not appear in the Info file.
65 @titlepage
66 @sp 4
67 @c The title is printed in a large font.
68 @center @titlefont{User's Guide}
69 @sp
70 @center @titlefont{to}
71 @sp
72 @center @titlefont{Eshell: The Emacs Shell}
73 @ignore
74 @sp 2
75 @center release 2.4
76 @c -release-
77 @end ignore
78 @sp 3
79 @center John Wiegley
80 @c -date-
82 @c  The following two commands start the copyright page for the printed
83 @c  manual.  This will not appear in the Info file.
84 @page
85 @vskip 0pt plus 1filll
86 Copyright @copyright{} 1999, 2000  Free Software Foundation, Inc.
88 Permission is granted to make and distribute verbatim copies of this
89 manual provided the copyright notice and this permission notice are
90 preserved on all copies.
92 Permission is granted to copy and distribute modified versions of this
93 manual under the conditions for verbatim copying, provided also that the
94 section entitled ``GNU General Public License'' is included exactly as
95 in the original, and provided that the entire resulting derived work is
96 distributed under the terms of a permission notice identical to this
97 one.
99 Permission is granted to copy and distribute translations of this manual
100 into another language, under the above conditions for modified versions,
101 except that the section entitled ``GNU General Public License'' and this
102 permission notice may be included in translations approved by the Free
103 Software Foundation instead of in the original English.
104 @end titlepage
106 @contents
108 @c ================================================================
109 @c                   The real text starts here
110 @c ================================================================
112 @node Top, What is Eshell?, (dir), (dir)
113 @ifinfo
114 @top Eshell
116 This manual documents Eshell, a shell-like command interpretor
117 implemented in Emacs Lisp.  It invokes no external processes except for
118 those requested by the user.  It is intended to be a functional
119 replacement for command shells such as @command{bash}, @command{zsh},
120 @command{rc}, or @command{4dos}; since Emacs itself is capable of
121 handling the sort of tasks accomplished by those tools.
122 @c This manual is updated to release 2.4 of Eshell.
123 @end ifinfo
125 @menu
126 * What is Eshell?::             A brief introduction to the Emacs Shell.
127 * Installation::                For users of Emacs 20 and XEmacs.
128 * Command basics::              The basics of command usage.     
129 * Commands::                    
130 * Arguments::                   
131 * Input/Output::                
132 * Process control::             
133 * Extension modules::           
134 * Extras and Goodies::          
135 * Bugs and ideas::              Known problems, and future ideas.
136 * Concept Index::               
137 * Function and Variable Index::  
138 * Key Index::                   
139 @end menu
141 @node What is Eshell?, Installation, Top, Top
142 @chapter What is Eshell?
143 @cindex what is Eshell?
144 @cindex Eshell, what it is
146 Eshell is a @dfn{command shell} written in Emacs Lisp.  Everything it
147 does, it uses Emacs' facilities to do.  This means that Eshell is as
148 portable as Emacs itself.  It also means that cooperation with Lisp code
149 is natural and seamless.
151 What is a command shell?  To properly understand the role of a shell,
152 it's necessary to visualize what a computer does for you.  Basically, a
153 computer is a tool; in order to use that tool, you must tell it what to
154 do---or give it ``commands.''  These commands take many forms, such as
155 clicking with a mouse on certain parts of the screen.  But that is only
156 one form of command input.
158 By far the most versatile way to express what you want the computer to
159 do is by using an abbreviated language called @dfn{script}.  In
160 script, instead of telling the computer, ``list my files, please'',
161 one writes a standard abbreviated command word---@samp{ls}.  Typing
162 @samp{ls} in a command shell is a script way of telling the computer
163 to list your files.@footnote{This is comparable to viewing the
164 contents of a folder using a graphical display.}
166 The real flexibility of this approach is apparent only when you realize
167 that there are many, many different ways to list files.  Perhaps you
168 want them sorted by name, sorted by date, in reverse order, or grouped
169 by type.  Most graphical browsers have simple ways to express this.  But
170 what about showing only a few files, or only files that meet a certain
171 criteria?  In very complex and specific situations, the request becomes
172 too difficult to express using a mouse or pointing device.  It is just
173 these kinds of requests that are easily solved using a command shell.
175 For example, what if you want to list every Word file on your hard
176 drive, larger than 100 kilobytes in size, and which hasn't been looked
177 at in over six months?  That is a good candidate list for deletion, when
178 you go to clean up your hard drive.  But have you ever tried asking your
179 computer for such a list?  There is no way to do it!  At least, not
180 without using a command shell.
182 The role of a command shell is to give you more control over what your
183 computer does for you.  Not everyone needs this amount of control, and
184 it does come at a cost: Learning the necessary script commands to
185 express what you want done.  A complicated query, such as the example
186 above, takes time to learn.  But if you find yourself using your
187 computer frequently enough, it is more than worthwhile in the long run.
188 Any tool you use often deserves the time spent learning to master it.
189 @footnote{For the understandably curious, here is what that command
190 looks like: But don't let it fool you; once you know what's going on,
191 it's easier than it looks: @code{ls -lt **/*.doc(Lk+50aM+5)}.}
193 As of Emacs 21, Eshell is part of the standard Emacs distribution.
195 @menu
196 * Contributors to Eshell::      People who have helped out!
197 @end menu
199 @node Contributors to Eshell,  , What is Eshell?, What is Eshell?
200 @section Contributors to Eshell
201 @cindex contributors
202 @cindex authors
204 Contributions to Eshell are welcome.  I have limited time to work on
205 this project, but I will gladly add any code you contribute to me to
206 this package.
208 The following persons have made contributions to Eshell.
210 @itemize @bullet
211 @item
212 Eli Zaretskii made it possible for Eshell to run without requiring
213 asynchronous subprocess support.  This is important for MS-DOS, which
214 does not have such support.@refill
216 @item
217 Miles Bader contributed many fixes during the port to Emacs 21.@refill
219 @item
220 Stefan Monnier fixed the things which bothered him, which of course made
221 things better for all.@refill
223 @item
224 Gerd Moellmann also helped to contribute bug fixes during the initial
225 integration with Emacs 21.@refill
227 @item
228 Alex Schroeder contributed code for interactively querying the user
229 before overwriting files.@refill
231 @item
232 Sudish Joseph helped with some XEmacs compatibility issues.@refill
233 @end itemize
235 Apart from these, a lot of people have sent suggestions, ideas,
236 requests, bug reports and encouragement.  Thanks a lot!  Without you
237 there would be no new releases of Eshell.
239 @node Installation, Command basics, What is Eshell?, Top
240 @chapter Installation
241 @cindex installation
243 As mentioned above, Eshell comes preinstalled as of Emacs 21.  If you're
244 using Emacs 20.4 or later, or XEmacs 21, you can download the most
245 recent version of Eshell from
246 @url{http://www.gci-net.com/users/j/johnw/Emacs/eshell.tar.gz}.
248 However, if you are using Emacs 21, you may skip this section.
250 @section Short Form
252 Here's exactly what to do, with no explanation why:
254 @enumerate
255 @item
256 @samp{M-x load-file RET eshell-auto.el RET}.
258 @item
259 @samp{ESC : (add-to-list 'load-path "<path where Eshell resides>") RET}.
261 @item
262 @samp{ESC : (add-to-list 'load-path "<path where Pcomplete resides>") RET}.
264 @item
265 @samp{M-x eshell RET}.
267 You should see a version banner displayed.
269 @item
270 @samp{ls RET}.
272 Confirm that you see a file listing.
274 @item
275 @samp{eshell-test RET}.
277 Confirm that everything runs correctly.  Use @kbd{M-x eshell-report-bug} if
278 not.
280 @item
281 @samp{cd $@{dirname (locate-library "eshell-auto")@} RET}.
283 @item
284 @samp{find-file Makefile RET}.
286 @item
287 Edit the Makefile to reflect your site.
289 @item
290 @samp{M-x eshell RET}.
292 @item
293 @samp{make install RET}.
295 @item
296 @samp{find-file $user-init-file RET}.
298 @item
299 Add the following lines to your @file{.emacs} file:
301 @example
302 (add-to-list 'load-path "<directory where you install Eshell>")
303 (load "eshell-auto")
304 @end example
306 @item
307 @samp{M-x eshell RET}.
309 @item
310 @samp{customize-option #'eshell-modules-list RET}.
312 @item
313 Select the extension modules you prefer.
315 @item
316 Restart Emacs!
318 @item
319 @samp{M-x info RET m Eshell RET}.
321 Read the manual and enjoy!
322 @end enumerate
324 @section Long Form
326 @enumerate
327 @item
328 Before building and installing Eshell, it is important to test that it
329 will work properly on your system.  To do this, first load the file
330 @file{eshell-auto}, which will define certain autoloads required to run
331 Eshell.  This can be done using the command @kbd{M-x load-file}, and
332 then selecting the file @file{eshell-auto.el}.
334 @item
335 In order for Emacs to find Eshell's files, the Eshell directory must be
336 added to the @code{load-path} variable.  This can be done within Emacs by
337 typing:
339 @example
340 ESC : (add-to-list 'load-path "<path where Eshell resides>") RET
341 ESC : (add-to-list 'load-path "<path where Pcomplete resides>") RET
342 @end example
344 @item
345 Start Eshell from the distributed sources, using default settings, by
346 typing @kbd{M-x eshell}.
348 @item
349 Verify that Eshell is functional by typing @command{ls} followed by
350 @key{RET}.  You should have already seen a version banner announcing the
351 version number of this release, followed by a prompt.
353 @item
354 Run the test suite by typing @command{eshell-test} followed by @key{RET}
355 in the Eshell buffer.  It is important that Emacs be left alone while
356 the tests are running, since extraneous command input may cause some of
357 the tests to fail (they were never intended to run in the background).
358 If all of the tests pass, Eshell should work just fine on your system.
359 If any of the tests fail, please send e-mail to the Eshell maintainer
360 using the command @kbd{M-x eshell-report-bug}.
362 @item
363 Edit the file @file{Makefile} in the directory containing the Eshell
364 sources to reflect the location of certain Emacs directories at your
365 site.  The only things you really have to change are the definitions of
366 @code{lispdir} and @code{infodir}.  The elisp files will be copied to
367 @code{lispdir}, and the info file to @code{infodir}.
369 @item
370 Type @kbd{make install} in the directory containing the Eshell sources.
371 This will byte-compile all of the @file{*.el} files and copy both the
372 source and compiled versions to the directories specified in the
373 previous step.  It will also copy the info file, and add a corresponding
374 entry to your @file{dir} file----if the program @code{install-info} can
375 be found on your system.
377 If you only want to create the compiled elisp files, but don't want to
378 install them, you can type just @kbd{make} instead.
380 @item
381 Add the directory into which Eshell was installed to your
382 @code{load-path} variable.  This can be done by adding the following
383 line to your @file{.emacs} file:
385 @example
386 (add-to-list 'load-path "/usr/local/share/emacs/site-lisp/eshell")
387 @end example
389 The actual directory on your system may differ.
391 @item
392 To install Eshell privately, edit your @file{.emacs} file; to install
393 Eshell site-wide, edit the file @file{site-start.el} in your
394 @file{site-lisp} directory (usually
395 @file{/usr/local/share/emacs/site-lisp} or something similar).  In
396 either case enter the following line into the appropriate file:
398 @example
399 (load "eshell-auto")
400 @end example
402 @item
403 Restart Emacs.  After restarting, customize the variable
404 @code{eshell-modules-list}.  This variable selects which Eshell
405 extension modules you want to use.  You will find documentation on each
406 of those modules in the Info manual.
407 @end enumerate
409 @cindex documentation, printed version
410 @cindex printed version of documentation
411 If you have @TeX{} installed at your site, you can make a typeset manual
412 from @file{eshell.texi}.
414 @enumerate
415 @item
416 Run @TeX{} by typing @kbd{texi2dvi eshell.texi}.  (With Emacs 21.1 or
417 later, typing @kbd{make eshell.dvi} in the @file{man/} subdirectory of
418 the Emacs source distribution will do that.)
420 @item
421 Convert the resulting device independent file @file{eshell.dvi} to a
422 form which your printer can output and print it.  If you have a
423 postscript printer, there is a program, @code{dvi2ps}, which does that; there
424 is also a program which comes together with @TeX{}, @code{dvips}, which
425 you can use.  For other printers, use a suitable DVI driver,
426 e.g., @code{dvilj4} for LaserJet-compatible printers.
427 @end enumerate
429 @node Command basics, Commands, Installation, Top
430 @chapter Basic overview
432 A command shell is a means of entering verbally-formed commands.  This
433 is really all that it does, and every feature described in this manual
434 is a means to that end.  Therefore, it's important to take firm hold on
435 exactly what a command is, and how it fits in the overall picture of
436 things.
438 @menu
439 * Commands verbs::              Commands always begin with a verb.
440 * Command arguments::           Some verbs require arguments.
441 @end menu
443 @node Commands verbs, Command arguments, Command basics, Command basics
444 @section Commands verbs
446 Commands are expressed using @dfn{script}, a special shorthand language
447 computers can understand with no trouble.  Script is an extremely simple
448 language; oddly enough, this is what makes it look so complicated!
449 Whereas normal languages use a variety of embellishments, the form of a
450 script command is always:
452 @example
453 @var{verb} [@var{arguments}]
454 @end example
456 The verb expresses what you want your computer to do.  There are a fixed
457 number of verbs, although this number is usually quite large.  On the
458 author's computer, it reaches almost 1400 in number.  But of course,
459 only a handful of these are really necessary.
461 Sometimes, the verb is all that's written.  A verb is always a single
462 word, usually related to the task it performs.  @command{reboot} is a
463 good example.  Entering that on GNU/Linux will reboot the
464 computer---assuming you have sufficient privileges.
466 Other verbs require more information.  These are usually very capable
467 verbs, and must be told specifically what to do.  The extra information
468 is given in the form of @dfn{arguments}.  For example, the
469 @command{echo} verb prints back whatever arguments you type.  It
470 requires these arguments to know what to echo.  A proper use of
471 @command{echo} looks like this:
473 @example
474 echo This is an example of using echo!
475 @end example
477 This script command causes the computer to echo back: ``This is an
478 example of using echo!''
480 Although command verbs are always simple words, like @command{reboot} or
481 @command{echo}, arguments may have a wide variety of forms.  There are
482 textual arguments, numerical arguments---even Lisp arguments.
483 Distinguishing these different types of arguments requires special
484 typing, for the computer to know exactly what you mean.
486 @node Command arguments,  , Commands verbs, Command basics
487 @section Command arguments
489 Eshell recognizes several different kinds of command arguments:
491 @enumerate
492 @item Strings (also called textual arguments)
493 @item Numbers (floating point or integer)
494 @item Lisp lists
495 @item Lisp symbols
496 @item Emacs buffers
497 @item Emacs process handles
498 @end enumerate
500 Most users need to worry only about the first two.  The third, Lisp lists,
501 occur very frequently, but almost always behind the scenes.
503 Strings are the most common type of argument, and consist of nearly any
504 character.  Special characters---those used by Eshell
505 specifically---must be preceded by a backslash (@samp{\}).  When in doubt, it
506 is safe to add backslashes anywhere and everywhere.
508 Here is a more complicated @command{echo} example:
510 @example
511 echo A\ Multi-word\ Argument\ With\ A\ \$\ dollar
512 @end example
514 Beyond this, things get a bit more complicated.  While not beyond the
515 reach of someone wishing to learn, it is definitely beyond the scope of
516 this manual to present it all in a simplistic manner.  Get comfortable
517 with Eshell as a basic command invocation tool, and learn more about the
518 commands on your system; then come back when it all sits more familiarly
519 on your mind.  Have fun!
521 @node Commands, Arguments, Command basics, Top
522 @chapter Commands
524 @menu
525 * Invocation::                  
526 * Completion::                  
527 * Aliases::                     
528 * History::                     
529 * Scripts::                     
530 @end menu
532 @node Invocation, Completion, Commands, Commands
533 @section Invocation
535 @node Completion, Aliases, Invocation, Commands
536 @section Completion
538 @node Aliases, History, Completion, Commands
539 @section Aliases
541 @node History, Scripts, Aliases, Commands
542 @section History
544 @node Scripts,  , History, Commands
545 @section Scripts
548 @node Arguments, Input/Output, Commands, Top
549 @chapter Arguments
551 @menu
552 * The Parser::                  
553 * Variables::                   
554 * Substitution::                
555 * Globbing::                    
556 * Predicates::                  
557 @end menu
559 @node The Parser, Variables, Arguments, Arguments
560 @section The Parser
562 @node Variables, Substitution, The Parser, Arguments
563 @section Variables
565 @node Substitution, Globbing, Variables, Arguments
566 @section Substitution
568 @node Globbing, Predicates, Substitution, Arguments
569 @section Globbing
571 @node Predicates,  , Globbing, Arguments
572 @section Predicates
575 @node Input/Output, Process control, Arguments, Top
576 @chapter Input/Output
578 @node Process control, Extension modules, Input/Output, Top
579 @chapter Process control
582 @node Extension modules, Extras and Goodies, Process control, Top
583 @chapter Extension modules
585 @menu
586 * Writing a module::            
587 * Module testing::              
588 * Directory handling::          
589 * Key rebinding::               
590 * Smart scrolling::             
591 * Terminal emulation::          
592 * Built-in UNIX commands::      
593 @end menu
595 @node Writing a module, Module testing, Extension modules, Extension modules
596 @section Writing a module
598 @node Module testing, Directory handling, Writing a module, Extension modules
599 @section Module testing
601 @node Directory handling, Key rebinding, Module testing, Extension modules
602 @section Directory handling
604 @node Key rebinding, Smart scrolling, Directory handling, Extension modules
605 @section Key rebinding
607 @node Smart scrolling, Terminal emulation, Key rebinding, Extension modules
608 @section Smart scrolling
610 @node Terminal emulation, Built-in UNIX commands, Smart scrolling, Extension modules
611 @section Terminal emulation
613 @node Built-in UNIX commands,  , Terminal emulation, Extension modules
614 @section Built-in UNIX commands
617 @node Extras and Goodies, Bugs and ideas, Extension modules, Top
618 @chapter Extras and Goodies
620 @node Bugs and ideas, Concept Index, Extras and Goodies, Top
621 @chapter Bugs and ideas
622 @cindex reporting bugs and ideas
623 @cindex bugs, how to report them
624 @cindex author, how to reach
625 @cindex email to the author
626 @cindex FAQ
627 @cindex problems, list of common
629 If you find a bug or misfeature, don't hesitate to let me know!  Send
630 email to @email{johnw@@gnu.org}.  Feature requests should also be sent
631 there.  I prefer discussing one thing at a time.  If you find several
632 unrelated bugs, please report them separately.
634 If you have ideas for improvements, or if you have written some
635 extensions to this package, I would like to hear from you.  I hope you
636 find this package useful!
638 @menu
639 * Known problems::              
640 @end menu
642 @node Known problems,  , Bugs and ideas, Bugs and ideas
643 @section Known problems
644 @cindex known bugs
645 @cindex bugs, known
647 Below is complete list of known problems with Eshell version 2.4.1,
648 which is the version included with Emacs 21.1.
650 @table @asis
651 @item Differentiate between aliases and functions
653 Allow for a bash-compatible syntax, such as:
655 @example
656 alias arg=blah
657 function arg () @{ blah $* @}
658 @end example
660 @item @samp{for i in 1 2 3 @{ grep -q a b && *echo has it @} | wc -l} outputs result after prompt
662 In fact, piping to a process from a looping construct doesn't work in
663 general.  If I change the call to @code{eshell-copy-handles} in
664 @code{eshell-rewrite-for-command} to use @code{eshell-protect}, it seems
665 to work, but the output occurs after the prompt is displayed.  The whole
666 structured command thing is too complicated at present.
668 @item Error with @command{bc} in @code{eshell-test}
670 On some XEmacs system, the subprocess interaction test fails
671 inexplicably, although @command{bc} works fine at the command prompt.
673 @item Eshell does not delete @file{*Help*} buffers in XEmacs 21.1.8+
675 In XEmacs 21.1.8, the @file{*Help*} buffer has been renamed such that
676 multiple instances of the @file{*Help*} buffer can exist.
678 @item Pcomplete sometimes gets stuck
680 You press @key{TAB}, but no completions appear, even though the
681 directory has matching files.  This behavior is rare.
683 @item @samp{grep python $<rpm -qa>} doesn't work, but using @samp{*grep} does
685 This happens because the @code{grep} Lisp function returns immediately,
686 and then the asynchronous @command{grep} process expects to examine the
687 temporary file, which has since been deleted.
689 @item Problem with C-r repeating text
691 If the text @emph{before point} reads "./run", and you type @kbd{C-r r u
692 n}, it will repeat the line for every character typed.
694 @item Backspace doesn't scroll back after continuing (in smart mode)
696 Hitting space during a process invocation, such as @command{make}, will
697 cause it to track the bottom of the output; but backspace no longer
698 scrolls back.
700 @item It's not possible to fully @code{unload-feature} Eshell
702 @item Menu support was removed, but never put back
704 @item Using C-p and C-n with rebind gets into a locked state
706 This happened a few times in Emacs 21, but has been unreproducable
707 since.
709 @item If an interactive process is currently running, @kbd{M-!} doesn't work
711 @item Use a timer instead of @code{sleep-for} when killing child processes
713 @item Piping to a Lisp function is not supported
715 Make it so that the Lisp command on the right of the pipe is repeatedly
716 called with the input strings as arguments.  This will require changing
717 @code{eshell-do-pipeline} to handle non-process targets.
719 @item Input redirection is not supported
721 See the above entry.
723 @item Problem running @command{less} without arguments on Windows
725 The result in the Eshell buffer is:
727 @example
728 Spawning child process: invalid argument
729 @end example
731 Also a new @command{less} buffer was created with nothing in it@dots{}
732 (presumably this holds the output of @command{less}).
734 If @command{less.exe} is invoked from the Eshell command line, the
735 expected output is written to the buffer.
737 Note that this happens on NT-Emacs 20.6.1 on Windows 2000. The term.el
738 package and the supplied shell both use the @command{cmdproxy} program
739 for running shells.
741 @item Implement @samp{-r}, @samp{-n} and @samp{-s} switches for @command{cp}
743 @item Make @kbd{M-5 M-x eshell} switch to ``*eshell<5>*'', creating if need be
745 @item @samp{mv @var{dir} @var{file}.tar} does not remove directories
747 This is because the tar option --remove-files doesn't do so.  Should it
748 be Eshell's job?
750 @item Bind @code{standard-output} and @code{standard-error}
752 This would be so that if a Lisp function calls @code{print}, everything
753 will happen as it should (albeit slowly).
755 @item When an extension module fails to load, @samp{cd /} gives a Lisp error
757 @item If a globbing pattern returns one match, should it be a list?
759 @item Make sure syntax table is correct in Eshell mode
761 So that @kbd{M-DEL} acts in a predictable manner, etc.
763 @item Allow all Eshell buffers to share the same history and list-dir
765 @item There is a problem with script commands that output to @file{/dev/null}
767 If a script file, somewhere in the middle, uses @samp{> /dev/null},
768 output from all subsequent commands is swallowed.
770 @item Split up parsing of text after @samp{$} in @file{esh-var.el}
772 Make it similar to the way that @file{esh-arg.el} is structured.
773 Then add parsing of @samp{$[?\n]}.
775 @item After pressing @kbd{M-RET}, redisplay before running the next command
777 @item Argument predicates and modifiers should work anywhere in a path
779 @example
780 /usr/local/src/editors/vim $ vi **/CVS(/)/Root(.)
781 Invalid regexp: "Unmatched ( or \\("
782 @end example
784 With @command{zsh}, the glob above expands to all files named
785 @file{Root} in directories named @file{CVS}.
787 @item Typing @samp{echo $@{locate locate@}/bin<TAB>} results in a Lisp error
789 Perhaps it should interpolate all permutations, and make that the
790 globbing result, since otherwise hitting return here will result in
791 ``(list of filenames)/bin'', which is never valuable.  Thus, one could
792 @command{cat} only C backup files by using @samp{ls $@{identity *.c@}~}.
793 In that case, having an alias command name @command{glob} for
794 @command{identity} would be useful.
796 @item Once symbolic mode is supported for @command{umask}, implement @command{chmod} in Lisp
798 @item Create @code{eshell-expand-file-name}
800 This would use a data table to transform things such as @samp{~+},
801 @samp{...}, etc.
803 @item Abstract @file{em-smart.el} into @file{smart-scroll.el}
805 It only really needs: to be hooked onto the output filter and the
806 pre-command hook, and to have the input-end and input-start markers.
807 And to know whether the last output group was ``successful.''
809 @item Allow for fully persisting the state of Eshell
811 This would include: variables, history, buffer, input, dir stack, etc.
813 @item Implement D as an argument predicate
815 It means that files beginning with a dot should be included in the
816 glob match.
818 @item A comma in a predicate list should mean OR
820 At the moment, this is not supported.
822 @item Error if a glob doesn't expand due to a predicate
824 An error should be generated only if @code{eshell-error-if-no-glob} is
825 non-nil.
827 @item @samp{(+ RET SPC TAB} does not cause @code{indent-according-to-mode} to occur
829 @item Create @code{eshell-auto-accumulate-list}
831 This is a list of commands for which, if the user presses @kbd{RET}, the
832 text is staged as the next Eshell command, rather than being sent to the
833 current interactive process.
835 @item Display file and line number if an error occurs in a script
837 @item @command{wait} doesn't work with process ids at the moment
839 @item Enable the direct-to-process input code in @file{em-term.el}
841 @item Problem with repeating @samp{echo $@{find /tmp@}}
843 With smart display active, if @kbd{RET} is held down, after a while it
844 can't keep up anymore and starts outputting blank lines.  It only
845 happens if an asynchronous process is involved@dots{}
847 I think the problem is that @code{eshell-send-input} is resetting the
848 input target location, so that if the asynchronous process is not done
849 by the time the next @kbd{RET} is received, the input processor thinks
850 that the input is meant for the process; which, when smart display is
851 enabled, will be the text of the last command line!  That is a bug in
852 itself.
854 In holding down @kbd{RET} while an asynchronous process is running,
855 there will be a point in between termination of the process, and the
856 running of @code{eshell-post-command-hook}, which would cause
857 @code{eshell-send-input} to call @code{eshell-copy-old-input}, and then
858 process that text as a command to be run after the process.  Perhaps
859 there should be a way of killing pending input between the death of the
860 process, and the @code{post-command-hook}.
862 @item Allow for a more aggressive smart display mode
864 Perhaps toggled by a command, that makes each output block a smart
865 display block.
867 @item Create more meta variables
869 @table @samp
870 @item $!
871 The reason for the failure of the last disk command, or the text of the
872 last Lisp error.
874 @item $=
875 A special associate array, which can take references of the form
876 @samp{$=[REGEXP]}.  It indexes into the directory ring.
877 @end table
879 @item Eshell scripts can't execute in the background
881 @item Support zsh's ``Parameter Expansion'' syntax, i.e. @samp{$@{@var{name}:-@var{val}@}}
883 @item Write an @command{info} alias that can take arguments
885 So that the user can enter @samp{info chmod}, for example.
887 @item Create a mode @code{eshell-browse}
889 It would treat the Eshell buffer as a outline.  Collapsing the outline
890 hides all of the output text.  Collapsing again would show only the
891 first command run in each directory
893 @item Allow other revisions of a file to be referenced using @samp{file@{rev@}}
895 This would be expanded by @code{eshell-expand-file-name} (see above).
897 @item Print ``You have new mail'' when the ``Mail'' icon is turned on
899 @item Implement @kbd{M-|} for Eshell
901 @item Implement input redirection
903 If it's a Lisp function, input redirection implies @command{xargs} (in a
904 way@dots{}).  If input redirection is added, also update the
905 @code{file-name-quote-list}, and the delimiter list.
907 @item Allow @samp{#<@var{word} @var{arg}>} as a generic syntax
909 With the handling of @emph{word} specified by an
910 @code{eshell-special-alist}.
912 @item In @code{eshell-veal-using-options}, allow a @code{:complete} tag
914 It would be used to provide completion rules for that command.  Then the
915 macro will automagically define the completion function.
917 @item For @code{eshell-command-on-region}, apply redirections to the result
919 So that @samp{+ > 'blah} would cause the result of the @code{+} (using
920 input from the current region) to be inserting into the symbol
921 @code{blah}.
923 If an external command is being invoked, the input is sent as standard
924 input, as if a @samp{cat <region> |} had been invoked.
926 If a Lisp command, or an alias, is invoked, then if the line has no
927 newline characters, it is divided by whitespace and passed as arguments
928 to the Lisp function.  Otherwise, it is divided at the newline
929 characters.  Thus, invoking @code{+} on a series of numbers will add
930 them; @code{min} would display the smallest figure, etc.
932 @item Write @code{eshell-script-mode} as a minor mode
934 It would provide syntax, abbrev, highlighting and indenting support like
935 @code{emacs-lisp-mode} and @code{shell-mode}.
937 @item In the history mechanism, finish the @command{bash}-style support
939 This means @samp{!n}, @samp{!#}, @samp{!:%}, and @samp{!:1-} as separate
940 from @samp{!:1*}.
942 @item Support the -n command line option for @command{history}
944 @item Implement @command{fc} in Lisp
946 @item Specifying a frame as a redirection target should imply the currently active window's buffer
948 @item Implement @samp{>@var{func-or-func-list}}
950 This would allow for an ``output translators'', that take a function to
951 modify output with, and a target.  Devise a syntax that works well with
952 pipes, and can accomodate multiple functions (i.e., @samp{>'(upcase
953 regexp-quote)} or @samp{>'upcase}).
955 @item Allow Eshell to read/write to/from standard input and output
957 This would be optional, rather than always using the Eshell buffer.
958 This would allow it to be run from the command line (perhaps).
960 @item Write a @command{help} command
962 It would call subcommands with @option{--help}, or @option{-h} or
963 @option{/?}, as appropriate.
965 @item Implement @command{stty} in Lisp
967 @item Support @command{rc}'s matching operator, e.g. @samp{~ (@var{list}) @var{regexp}}
969 @item Implement @command{bg} and @command{fg} as editors of @code{eshell-process-list}
971 Using @command{bg} on a process that is already in the background does
972 nothing.  Specifying redirection targets replaces (or adds) to the list
973 current being used.
975 @item Have @command{jobs} print only the processes for the current shell
977 @item How can Eshell learn if a background process has requested input?
979 @item Support @samp{2>&1} and @samp{>&} and @samp{2>} and @samp{|&}
981 The syntax table for parsing these should be customizable, such that the
982 user could change it to use rc syntax: @samp{>[2=1]}.
984 @item Allow @samp{$_[-1]}, which would indicate the last element of the array
986 @item Make @samp{$x[*]} equal to listing out the full contents of @samp{x}
988 Return them as a list, so that @samp{$_[*]} is all the arguments of the
989 last command.
991 @item Copy ANSI code handling from @file{term.el} into @file{em-term.el}
993 Make it possible for the user to send char-by-char to the underlying
994 process.  Ultimately, I should be able to move away from using term.el
995 altogether, since everything but the ANSI code handling is already part
996 of Eshell.  Then, things would work correctly on MS-Windows as well
997 (which doesn't have @file{/bin/sh}, although @file{term.el} tries to use
998 it).
1000 @item Make the shell spawning commands be visual
1002 That is, make (@command{su}, @command{bash}, @command{telnet},
1003 @command{rlogin}, @command{rsh}, etc.) be part of
1004 @code{eshell-visual-commands}.  The only exception is if the shell is
1005 being used to invoke a single command.  Then, the behavior should be
1006 based on what that command is.
1008 @item Create a smart viewing command named @command{open}
1010 This would search for some way to open its argument (similar to opening
1011 a file in the Windows Explorer).
1013 @item Alias @command{read} to be the same as @command{open}, only read-only
1015 @item Write a @command{tail} command which uses @code{view-file}
1017 It would move point to the end of the buffer, and then turns on
1018 auto-revert mode in that buffer at frequent intervals---and a
1019 @command{head} alias which assums an upper limit of
1020 @code{eshell-maximum-line-length} characters per line.
1022 @item Make @command{dgrep} load @code{dired}, mark everything, then invoke @code{dired-do-search}
1024 @item Write mesh.c
1026 This would run Emacs with the appropriate arguments to invoke Eshell
1027 only.  That way, it could be listed as a login shell.
1029 @item Use an intangible @code{PS2} string for multi-line input prompts
1031 @item Auto-detect when a command is visual, by checking @code{TERMCAP} usage
1033 @item The first keypress after @kbd{M-x watson} triggers `eshell-send-input'
1035 @item Make @kbd{/} electric
1037 So that it automatically expands and corrects pathnames.  Or make
1038 pathname completion for Pcomplete auto-expand @samp{/u/i/std<TAB>} to
1039 @samp{/usr/include/std<TAB>}.
1041 @item Write the @command{pushd} stack to disk along with @code{last-dir-ring}
1043 @item Add options to @code{eshell/cat} which would allow it to sort and uniq
1045 @item Implement @command{wc} in Lisp
1047 Add support for counting sentences, paragraphs, pages, etc.
1049 @item Once piping is added, implement @command{sort} and @command{uniq} in Lisp
1051 @item Implement @command{touch} in Lisp
1053 @item Implement @command{comm} in Lisp
1055 @item Implement an @command{epatch} command in Lisp
1057 This would call @code{ediff-patch-file}, or @code{ediff-patch-buffer},
1058 depending on its argument.
1060 @item Have an option such that @samp{ls -l} generates a dired buffer
1062 @item Write a version of @command{xargs} based on command rewriting
1064 That is, @samp{find X | xargs Y} would be indicated using @samp{Y
1065 $@{find X@}}.  Maybe @code{eshell-do-pipelines} could be changed to
1066 perform this on-thy-fly rewriting.
1068 @item Write an alias for @command{less} that brings up a @code{view-mode} buffer
1070 Such that the user can press @key{SPC} and @key{DEL}, and then @key{q}
1071 to return to Eshell.  It would be equivalent to: 
1072 @samp{X > #<buffer Y>; view-buffer #<buffer Y>}.
1074 @item Make @code{eshell-mode} as much a full citizen as @code{shell-mode}
1076 Everywhere in Emacs where @code{shell-mode} is specially noticed, add
1077 @code{eshell-mode} there.
1079 @item Permit the umask to be selectively set on a @command{cp} target
1081 @item Problem using @kbd{M-x eshell} after using @code{eshell-command}
1083 If the first thing that I do after entering Emacs is to run
1084 @code{eshell-command} and invoke @command{ls}, and then use @kbd{M-x
1085 eshell}, it doesn't display anything.
1087 @item @kbd{M-RET} during a long command (using smart display) doesn't work
1089 Since it keeps the cursor up where the command was invoked.
1091 @end table
1093 @node Concept Index, Function and Variable Index, Bugs and ideas, Top
1094 @unnumbered Concept Index
1096 @printindex cp
1098 @node Function and Variable Index, Key Index, Concept Index, Top
1099 @unnumbered Function and Variable Index
1101 @printindex fn
1103 @node Key Index,  , Function and Variable Index, Top
1104 @unnumbered Key Index
1106 @printindex ky
1107 @bye