From: Michael Heerdegen <michael_heerdegen@web.de>
To: Emacs mailing list <help-gnu-emacs@gnu.org>
Subject: Abbreviated newspaper articles with eww
Date: Tue, 05 May 2015 14:50:17 +0200 [thread overview]
Message-ID: <871tivmbna.fsf@web.de> (raw)
Hello,
I want to read newspaper articles on "www.sueddeutsche.de" with eww.
But some articles are appearing incomplete (there is a paywall on the
site, but the articles I mean are not behind it).
Here is an example:
http://www.sueddeutsche.de/politik/reparationszahlungen-gewolltes-missverstaendnis-1.2463623
With firefox or w3m, I get a complete article. With eww, it is
abbreviated after:
| Bundesrepublik gebe endlich zu, Zahlungen prüfen zu müssen. Muss sie ...
Not all articles are affected, only some.
I tried to
(setq-default
url-user-agent
(concat "User-Agent: Emacs-w3m/" emacs-w3m-version " " w3m-version "\r\n"))
hoping this could help, but this didn't make a difference. The article
is fetched incompletely by url-retrieve:
(url-retrieve
"http://www.sueddeutsche.de/politik/reparationszahlungen-gewolltes-missverstaendnis-1.2463623"
(lambda (&rest args) (pop-to-buffer (current-buffer))))
gives me the abbreviated version.
What can I do to get the complete article to eww?
Thanks,
Michael.
next reply other threads:[~2015-05-05 12:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-05 12:50 Michael Heerdegen [this message]
2015-05-05 15:04 ` Abbreviated newspaper articles with eww tomas
2015-05-05 15:52 ` Michael Heerdegen
2015-05-05 16:13 ` tomas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=871tivmbna.fsf@web.de \
--to=michael_heerdegen@web.de \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).