From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.bugs Subject: bug#43978: 28.0.50; eww feature request, option to reformat text upon zoom Date: Tue, 13 Oct 2020 21:45:24 +0300 Message-ID: <20201013184524.GB30079@protected.rcdrun.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13665"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/1.14.0 (2020-05-02) Cc: 43978@debbugs.gnu.org To: Robert Pluim Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Oct 13 20:46:22 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kSPJW-0003Rx-4g for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 13 Oct 2020 20:46:22 +0200 Original-Received: from localhost ([::1]:50180 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kSPJV-0004e2-6G for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 13 Oct 2020 14:46:21 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56176) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kSPJC-0004HU-Lz for bug-gnu-emacs@gnu.org; Tue, 13 Oct 2020 14:46:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:37283) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kSPJC-0003AW-AK for bug-gnu-emacs@gnu.org; Tue, 13 Oct 2020 14:46:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kSPJC-0008Hd-8l for bug-gnu-emacs@gnu.org; Tue, 13 Oct 2020 14:46:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 13 Oct 2020 18:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43978 X-GNU-PR-Package: emacs Original-Received: via spool by 43978-submit@debbugs.gnu.org id=B43978.160261473431805 (code B ref 43978); Tue, 13 Oct 2020 18:46:02 +0000 Original-Received: (at 43978) by debbugs.gnu.org; 13 Oct 2020 18:45:34 +0000 Original-Received: from localhost ([127.0.0.1]:48829 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kSPIk-0008Gu-4W for submit@debbugs.gnu.org; Tue, 13 Oct 2020 14:45:34 -0400 Original-Received: from static.rcdrun.com ([95.85.24.50]:43435) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kSPIh-0008Gk-2D for 43978@debbugs.gnu.org; Tue, 13 Oct 2020 14:45:32 -0400 Original-Received: from localhost ([::ffff:41.202.241.58]) (AUTH: PLAIN admin, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by static.rcdrun.com with ESMTPSA id 00000000002A0B39.000000005F85F5C9.000054F2; Tue, 13 Oct 2020 18:45:29 +0000 Content-Disposition: inline In-Reply-To: X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:190442 Archived-At: * Robert Pluim [2020-10-13 20:12]: > >>>>> On Tue, 13 Oct 2020 19:56:39 +0300, Jean Louis said: > > Jean> eww formats text width to fit the screen, but after {C-x +} zooming, > Jean> text will not be re-formatted unless I press {g} to reload the > Jean> page. Some pages are huge and reloading is spending data, it also takes > Jean> time over bad mobile networks. > > Jean> It would be good that there is option for eww to re-format the text upon > Jean> zoom, without reloading the page. > > C-u g does exactly that: > > eww-reload is an interactive compiled Lisp function in `eww.el'. > > (eww-reload &optional LOCAL ENCODE) > > Probably introduced at or before Emacs version 25.1. > > Reload the current page. > If LOCAL is non-nil (interactively, the command was invoked with > a prefix argument), don't reload the page from the network, but > just re-display the HTML already fetched. That is great, thank you. I hope it will not keep reloading from now on.