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