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