* bug#34660: 27.0.50; (eshell)Top > Commands > Invocation
@ 2019-02-26 2:18 Van L
2019-02-26 5:00 ` Glenn Morris
0 siblings, 1 reply; 6+ messages in thread
From: Van L @ 2019-02-26 2:18 UTC (permalink / raw)
To: 34660
Hello Emacs,
There is a problem with sentence (2) in paragraph (2) traced to
eshell.info, eshell.texi.
Can OpenAI's GPT2 improve that sentence in terms of aesthetic? [1]
[1] https://en.wikipedia.org/wiki/OpenAI#GPT2
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- quote from *info* (eshell) Invocation
The command can be either an Elisp function or an external command.
Eshell looks first for an *note alias: Aliases. with the same name as
the command, then a *note built-in command: Built-ins. or a function
with the same name; if there is no match, it then tries to execute it as
an external command.
-- quote ends
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- quote from eshell.info
The command can be either an Elisp function or an external command.
Eshell looks first for an *note alias: Aliases. with the same name as
the command, then a *note built-in command: Built-ins. or a function
with the same name; if there is no match, it then tries to execute it as
an external command.
-- quote ends
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- quote from eshell.texi
The command can be either an Elisp function or an external command.
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.
-- quote ends
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#34660: 27.0.50; (eshell)Top > Commands > Invocation
2019-02-26 2:18 bug#34660: 27.0.50; (eshell)Top > Commands > Invocation Van L
@ 2019-02-26 5:00 ` Glenn Morris
2019-02-26 5:05 ` Van L
0 siblings, 1 reply; 6+ messages in thread
From: Glenn Morris @ 2019-02-26 5:00 UTC (permalink / raw)
To: Van L; +Cc: 34660
Van L wrote:
> There is a problem with sentence (2) in paragraph (2) traced to
> eshell.info, eshell.texi.
Looks fine here:
Eshell looks first for an alias (*note Aliases::) with the same name as
the command, then a built-in (*note Built-ins::) or a function with the
same name; if there is no match, it then tries to execute it as an
external command.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#34660: 27.0.50; (eshell)Top > Commands > Invocation
2019-02-26 5:00 ` Glenn Morris
@ 2019-02-26 5:05 ` Van L
2019-02-26 6:04 ` Eli Zaretskii
0 siblings, 1 reply; 6+ messages in thread
From: Van L @ 2019-02-26 5:05 UTC (permalink / raw)
To: Glenn Morris; +Cc: 34660
> Glenn Morris writes:
>
>> There is a problem with sentence (2) in paragraph (2) traced to
>> eshell.info, eshell.texi.
>
> Looks fine here:
>
> Eshell looks first for an alias (*note Aliases::) with the same name as
> the command, then a built-in (*note Built-ins::) or a function with the
> same name; if there is no match, it then tries to execute it as an
> external command.
The info reader prints the following:
Eshell looks first for an see alias. with the same name as
the command, then a see built-in command. or a function
with the same name; if there is no match, it then tries to execute it as
an external command.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#34660: 27.0.50; (eshell)Top > Commands > Invocation
2019-02-26 5:05 ` Van L
@ 2019-02-26 6:04 ` Eli Zaretskii
2019-02-26 6:43 ` Van L
0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2019-02-26 6:04 UTC (permalink / raw)
To: 34660, van, rgm
On February 26, 2019 7:05:53 AM GMT+02:00, Van L <van@scratch.space> wrote:
>
> > Glenn Morris writes:
> >
> >> There is a problem with sentence (2) in paragraph (2) traced to
> >> eshell.info, eshell.texi.
> >
> > Looks fine here:
> >
> > Eshell looks first for an alias (*note Aliases::) with the same
> name as
> > the command, then a built-in (*note Built-ins::) or a function
> with the
> > same name; if there is no match, it then tries to execute it as
> an
> > external command.
>
> The info reader prints the following:
>
> Eshell looks first for an see alias. with the same name as
> the command, then a see built-in command. or a function
> with the same name; if there is no match, it then tries to execute it
> as
> an external command.
You seem to have a stale Info file. This problem was fixed 10 days ago, and your Texinfo source seem to already include the fix.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#34660: 27.0.50; (eshell)Top > Commands > Invocation
2019-02-26 6:04 ` Eli Zaretskii
@ 2019-02-26 6:43 ` Van L
2019-02-26 15:20 ` Eli Zaretskii
0 siblings, 1 reply; 6+ messages in thread
From: Van L @ 2019-02-26 6:43 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 34660
> You seem to have a stale Info file. This problem was fixed 10 days ago, and your Texinfo source seem to already include the fix.
OIC, apologies for the noise.
The source files were fetched within 24 hours.
The running Emacs devel distribution is the last point release by the installer.
That is months plus old.
Thank you.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#34660: 27.0.50; (eshell)Top > Commands > Invocation
2019-02-26 6:43 ` Van L
@ 2019-02-26 15:20 ` Eli Zaretskii
0 siblings, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2019-02-26 15:20 UTC (permalink / raw)
To: Van L; +Cc: 34660-done
> From: Van L <van@scratch.space>
> Date: Tue, 26 Feb 2019 17:43:32 +1100
> Cc: bug-gnu-emacs@gnu.org,
> Glenn Morris <rgm@gnu.org>,
> 34660@debbugs.gnu.org
>
> > You seem to have a stale Info file. This problem was fixed 10 days ago, and your Texinfo source seem to already include the fix.
>
> OIC, apologies for the noise.
>
> The source files were fetched within 24 hours.
> The running Emacs devel distribution is the last point release by the installer.
> That is months plus old.
OK, thanks. Closing.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-02-26 15:20 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-26 2:18 bug#34660: 27.0.50; (eshell)Top > Commands > Invocation Van L
2019-02-26 5:00 ` Glenn Morris
2019-02-26 5:05 ` Van L
2019-02-26 6:04 ` Eli Zaretskii
2019-02-26 6:43 ` Van L
2019-02-26 15:20 ` Eli Zaretskii
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).