From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83369 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: eww Date: Tue, 18 Jun 2013 09:43:54 -0600 Message-ID: <87fvwf8lvp.fsf@fleche.redhat.com> References: <87d2rkb1pi.fsf@fleche.redhat.com> <87k3lra3o0.fsf@fleche.redhat.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1371570244 31837 80.91.229.3 (18 Jun 2013 15:44:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Jun 2013 15:44:04 +0000 (UTC) Cc: ding@gnus.org, emacs-devel To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 18 17:44:03 2013 Return-path: Envelope-to: ged-emacs-devel@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 1Uoy4h-0004gL-55 for ged-emacs-devel@m.gmane.org; Tue, 18 Jun 2013 17:44:03 +0200 Original-Received: from localhost ([::1]:38191 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uoy4g-0004pb-QK for ged-emacs-devel@m.gmane.org; Tue, 18 Jun 2013 11:44:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36252) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uoy4d-0004nc-Lj for emacs-devel@gnu.org; Tue, 18 Jun 2013 11:44:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uoy4b-000142-8L for emacs-devel@gnu.org; Tue, 18 Jun 2013 11:43:59 -0400 Original-Received: from mx1.redhat.com ([209.132.183.28]:14905) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uoy4b-00013j-0z for emacs-devel@gnu.org; Tue, 18 Jun 2013 11:43:57 -0400 Original-Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r5IFhux8011519 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 18 Jun 2013 11:43:56 -0400 Original-Received: from barimba (ovpn-113-102.phx2.redhat.com [10.3.113.102]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r5IFhsgr023423 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 18 Jun 2013 11:43:55 -0400 X-Attribution: Tom In-Reply-To: (Lars Magne Ingebrigtsen's message of "Tue, 18 Jun 2013 17:01:33 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:160580 gmane.emacs.gnus.general:83369 Archived-At: >> Can shr not use word-wrap? Anyhow, the wrapping code is complicated & >> spread out enough that I didn't look into it. Lars> Oh course shr wraps the text, but it was using `window-width' as the Lars> width, while it should have used one less than that. Fixed now. Yeah, I was curious about why it doesn't use (setq word-wrap t) and then not insert hard newlines. Thanks for the fix. Tom