Re: Re: html message handling in pan-0.120
Charles Kerr <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.pan.devel |
|---|---|
| Message-ID | <[email protected]> |
Anuj Verma (Kevin) wrote:
> I just restarted Pan with elinks, and looking for some HTML messages to
> read with it, with report back when I spot some differences.
>
> Additionally I noticed stdr:
> "ELinks: URL expected after -dump"
I wonder if we're using different versions of links,
because piping content in through stdin works for me:
[charles@localhost ~]$ rpm --query elinks
elinks-0.11.1-5.1
[charles@localhost ~]$ cat foo
hello<br>world
[charles@localhost ~]$ cat foo | /usr/bin/elinks -dump
hello
world
[charles@localhost ~]$
cheers,
Charles