From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: "Readability" feature in eww Date: Mon, 03 Nov 2014 13:11:09 +0100 Message-ID: <87oaso5vs2.fsf@wanadoo.es> References: <87bnoofsju.fsf@gmx.us> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1415017633 18066 80.91.229.3 (3 Nov 2014 12:27:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Nov 2014 12:27:13 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 03 13:27:03 2014 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 1XlGis-0005qz-6e for ged-emacs-devel@m.gmane.org; Mon, 03 Nov 2014 13:27:02 +0100 Original-Received: from localhost ([::1]:34087 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlGir-0003il-Gq for ged-emacs-devel@m.gmane.org; Mon, 03 Nov 2014 07:27:01 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42866) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlGTl-0004VR-CO for emacs-devel@gnu.org; Mon, 03 Nov 2014 07:11:29 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlGTh-0006ZS-33 for emacs-devel@gnu.org; Mon, 03 Nov 2014 07:11:25 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:46902) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlGTg-0006ZM-Tj for emacs-devel@gnu.org; Mon, 03 Nov 2014 07:11:21 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XlGTe-0006qf-TS for emacs-devel@gnu.org; Mon, 03 Nov 2014 13:11:18 +0100 Original-Received: from 198.red-79-158-173.staticip.rima-tde.net ([79.158.173.198]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Nov 2014 13:11:18 +0100 Original-Received: from ofv by 198.red-79-158-173.staticip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Nov 2014 13:11:18 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 198.red-79-158-173.staticip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:GfeZjAjrJV9DmsGOfVaHjiCQzxU= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:176262 Archived-At: Rasmus writes: > I would love a hook so that I could do something like: > > (while (<= (point) (point-max)) > (fill-paragraph) (forward-paragraph)) > > Since by default line length seems to be a function of Emacs's window > width. Something like this hopefully would fix http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17414