From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Heerdegen Newsgroups: gmane.emacs.help Subject: Abbreviated newspaper articles with eww Date: Tue, 05 May 2015 14:50:17 +0200 Message-ID: <871tivmbna.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1430830252 20455 80.91.229.3 (5 May 2015 12:50:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 May 2015 12:50:52 +0000 (UTC) To: Emacs mailing list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 05 14:50:43 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YpcJ7-0004JX-Kp for geh-help-gnu-emacs@m.gmane.org; Tue, 05 May 2015 14:50:41 +0200 Original-Received: from localhost ([::1]:39107 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpcJ7-00086r-16 for geh-help-gnu-emacs@m.gmane.org; Tue, 05 May 2015 08:50:41 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46701) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpcIs-00083J-II for help-gnu-emacs@gnu.org; Tue, 05 May 2015 08:50:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YpcIm-0001xn-RT for help-gnu-emacs@gnu.org; Tue, 05 May 2015 08:50:26 -0400 Original-Received: from mout.web.de ([212.227.15.4]:56984) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpcIm-0001xO-Hp for help-gnu-emacs@gnu.org; Tue, 05 May 2015 08:50:20 -0400 Original-Received: from drachen.dragon ([88.67.98.163]) by smtp.web.de (mrweb003) with ESMTPSA (Nemesis) id 0Lb289-1ZVVdT2ozh-00kc5T; Tue, 05 May 2015 14:50:18 +0200 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-Provags-ID: V03:K0:+CaFmmHeSeaFux/QEGJxVsCyDKob5iEPy3Sr4aPDIQuPKHDWyBb ZeXsDY4yP8htWk2LrOsL8VTN4jV9CEVzCpxRUlu8ls6u0v0jUvf/ZDt7Ivs9/+hktP0ShWY RZVMnGuT50AJX9niTOju8Ey8dGPZsLqg5s8mb1qFIFdLkK6ObuRKHrF0/c3Cyfrk1DF7qpp DHhPdwJvXg0Izvo5OC/Vw== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.15.4 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:104207 Archived-At: 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-missverst= aendnis-1.2463623 With firefox or w3m, I get a complete article. With eww, it is abbreviated after: | Bundesrepublik gebe endlich zu, Zahlungen pr=C3=BCfen zu m=C3=BCssen. Mus= s 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-missver= staendnis-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.