Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
7ad0cd6f
Commit
7ad0cd6f
authored
Feb 15, 2019
by
Gregor Zattler
Committed by
Eli Zaretskii
Feb 16, 2019
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/misc/eshell.texi: Fix some @ref's.
Copyright-paperwork-exempt: yes
parent
12b79404
Pipeline
#784
passed with stage
in 29 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
doc/misc/eshell.texi
doc/misc/eshell.texi
+6
-6
No files found.
doc/misc/eshell.texi
View file @
7ad0cd6f
...
...
@@ -213,8 +213,8 @@ available in the Emacs Lisp library. It does this by transforming the
input
line
into
a
callable
Lisp
form
.@
footnote
{
To
see
the
Lisp
form
that
will
be
invoked
,
type
:
@
samp
{
eshell
-
parse
-
command
"echo hello"
}}
The
command
can
be
either
an
Elisp
function
or
an
external
command
.
Eshell
looks
first
for
an
@
ref
{
Aliases
,
alias
}
with
the
same
name
as
the
command
,
then
a
@
ref
{
Built
-
ins
,
built
-
in
command
}
or
a
function
with
the
Eshell
looks
first
for
an
alias
(@
pxref
{
Aliases
})
with
the
same
name
as
the
command
,
then
a
built
-
in
(@
pxref
{
Built
-
ins
})
or
a
function
with
the
same
name
;
if
there
is
no
match
,
it
then
tries
to
execute
it
as
an
external
command
.
...
...
@@ -253,7 +253,7 @@ eshell/ls is a compiled Lisp function in `em-ls.el'
@end example
If you want to discard a given built-in command, you could declare an
alias
, @ref{Aliases}
. Example:
alias
(@pxref{Aliases})
. Example:
@example
~ $ which sudo
...
...
@@ -418,7 +418,7 @@ Lisp functions, based on successful completion).
@
end
table
@
ref
{
Aliases
}
for
the
built
-
in
variables
@
samp
{$*},
@
samp
{$
1
},
@
x
ref
{
Aliases
}
for
the
built
-
in
variables
@
samp
{$*},
@
samp
{$
1
},
@
samp
{$
2
},
@
dots
{},
in
alias
definitions
.
@
node
Variables
...
...
@@ -629,8 +629,8 @@ to @code{"hello"}.
Eshell'
s
globbing
syntax
is
very
similar
to
that
of
Zsh
.
Users
coming
from
Bash
can
still
use
Bash
-
style
globbing
,
as
there
are
no
incompatibilities
.
Most
globbing
is
pattern
-
based
expansion
,
but
there
is
also
predicate
-
based
expansion
.
See
@
ref
{
Filename
Generation
,
,
,
zsh
,
The
Z
Shell
Manual
}
is
also
predicate
-
based
expansion
.
@
xref
{
Filename
Generation
,
,
,
zsh
,
The
Z
Shell
Manual
}
for
full
syntax
.
To
customize
the
syntax
and
behavior
of
globbing
in
Eshell
see
the
Customize
@
footnote
{@
xref
{
Easy
Customization
,
,
,
emacs
,
The
GNU
Emacs
Manual
}.}
...
...
EMBA bot
@bot
mentioned in commit
83a9133e
·
Feb 20, 2019
mentioned in commit
83a9133e
mentioned in commit 83a9133e35827c1edbd8bf24a17ffa3b4bfb7be3
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment