* eshell problem: Spawning child process: invalid argument?
@ 2012-05-19 0:44 Xah Lee
2012-05-19 8:31 ` Michael Albinus
[not found] ` <mailman.1385.1337416275.855.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 5+ messages in thread
From: Xah Lee @ 2012-05-19 0:44 UTC (permalink / raw)
To: help-gnu-emacs
why doesn't this work in eshell?
lynx -dump -display_charset=utf-8 -width=90 http://example.com >
xxxx.html
i get
Spawning child process: invalid argument
then eshell doesn't have any doc, so sad.
Xah
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: eshell problem: Spawning child process: invalid argument?
2012-05-19 0:44 eshell problem: Spawning child process: invalid argument? Xah Lee
@ 2012-05-19 8:31 ` Michael Albinus
[not found] ` <mailman.1385.1337416275.855.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 5+ messages in thread
From: Michael Albinus @ 2012-05-19 8:31 UTC (permalink / raw)
To: Xah Lee; +Cc: help-gnu-emacs
Xah Lee <xahlee@gmail.com> writes:
> why doesn't this work in eshell?
>
> lynx -dump -display_charset=utf-8 -width=90 http://example.com >
> xxxx.html
>
> i get
> Spawning child process: invalid argument
This doesn't happen to me. When I call it (with another URL), a buffer
*lynx* is opened and scrolls through the HTML page. No error is shown.
Which Emacs version do you use? Are you on a local directory in eshell,
or on a remote one? Running the command on a remote directory returns in
an error for me as well.
> then eshell doesn't have any doc, so sad.
"C-h i g (eshell) <RET>" works for me. It isn't complete, 'though.
> Xah
Best regards, Michael.
^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <mailman.1385.1337416275.855.help-gnu-emacs@gnu.org>]
* Re: eshell problem: Spawning child process: invalid argument?
[not found] ` <mailman.1385.1337416275.855.help-gnu-emacs@gnu.org>
@ 2012-05-20 4:12 ` Xah Lee
2012-05-20 15:29 ` Eli Zaretskii
[not found] ` <mailman.1425.1337527765.855.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 5+ messages in thread
From: Xah Lee @ 2012-05-20 4:12 UTC (permalink / raw)
To: help-gnu-emacs
On May 19, 1:31 am, Michael Albinus <michael.albi...@gmx.de> wrote:
> Xah Lee <xah...@gmail.com> writes:
> > why doesn't this work in eshell?
>
> > lynx -dump -display_charset=utf-8 -width=90http://example.com>
> > xxxx.html
>
> > i get
> > Spawning child process: invalid argument
>
> This doesn't happen to me. When I call it (with another URL), a buffer
> *lynx* is opened and scrolls through the HTML page. No error is shown.
>
> Which Emacs version do you use? Are you on a local directory in eshell,
> or on a remote one? Running the command on a remote directory returns in
> an error for me as well.
>
> > then eshell doesn't have any doc, so sad.
>
> "C-h i g (eshell) <RET>" works for me. It isn't complete, 'though.
>
> > Xah
>
> Best regards, Michael.
hi Michael,
thanks. I've resolved the issue.
On Windows, the command needs to be 「lynx.exe」 . Without the .exe,
eshell gets confused.
Xah
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: eshell problem: Spawning child process: invalid argument?
2012-05-20 4:12 ` Xah Lee
@ 2012-05-20 15:29 ` Eli Zaretskii
[not found] ` <mailman.1425.1337527765.855.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2012-05-20 15:29 UTC (permalink / raw)
To: help-gnu-emacs
> From: Xah Lee <xahlee@gmail.com>
> Date: Sat, 19 May 2012 21:12:08 -0700 (PDT)
>
> On Windows, the command needs to be 「lynx.exe」 . Without the .exe,
> eshell gets confused.
Probably because you have something else called "lynx.SOMETHING" on
Path that is caught before lynx.exe? A Unix shell script, perhaps?
If none of these guesses is correct, I'd say it's worth digging deeper
and maybe submitting a detailed bug report.
^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <mailman.1425.1337527765.855.help-gnu-emacs@gnu.org>]
* Re: eshell problem: Spawning child process: invalid argument?
[not found] ` <mailman.1425.1337527765.855.help-gnu-emacs@gnu.org>
@ 2012-05-20 20:31 ` Xah Lee
0 siblings, 0 replies; 5+ messages in thread
From: Xah Lee @ 2012-05-20 20:31 UTC (permalink / raw)
To: help-gnu-emacs
On May 20, 8:29 am, Eli Zaretskii <e...@gnu.org> wrote:
> > From: Xah Lee <xah...@gmail.com>
> > Date: Sat, 19 May 2012 21:12:08 -0700 (PDT)
>
> > On Windows, the command needs to be 「lynx.exe」 . Without the .exe,
> > eshell gets confused.
>
> Probably because you have something else called "lynx.SOMETHING" on
> Path that is caught before lynx.exe? A Unix shell script, perhaps?
> If none of these guesses is correct, I'd say it's worth digging deeper
> and maybe submitting a detailed bug report.
i don't think i got anything else named lynx. In eshell, "which lynx"
turns up c:/cygwin/bin/lynx.exe ... when i call the command it was
generating a buffer called *lynx.exe*, iirc.
every time i try to switch to eshell, always something turns up
stopping me from using it... the lack of doc certainly didn't help.
I'll sure report in the future if i find some issues.
thanks for the extra tip.
Xah
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-05-20 20:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-19 0:44 eshell problem: Spawning child process: invalid argument? Xah Lee
2012-05-19 8:31 ` Michael Albinus
[not found] ` <mailman.1385.1337416275.855.help-gnu-emacs@gnu.org>
2012-05-20 4:12 ` Xah Lee
2012-05-20 15:29 ` Eli Zaretskii
[not found] ` <mailman.1425.1337527765.855.help-gnu-emacs@gnu.org>
2012-05-20 20:31 ` Xah Lee
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).